From 0f38dfbe955bb363dca7500828349ae8ee8f3e4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 20:32:21 +0000 Subject: [PATCH] chore(deps)(deps): bump redis from 5.2.0 to 8.0.1 in /backend Bumps [redis](https://github.com/redis/redis-py) from 5.2.0 to 8.0.1. - [Release notes](https://github.com/redis/redis-py/releases) - [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES) - [Commits](https://github.com/redis/redis-py/compare/v5.2.0...v8.0.1) --- updated-dependencies: - dependency-name: redis dependency-version: 8.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index c96119e..f74321a 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -9,7 +9,7 @@ PyJWT[crypto]==2.13.0 bcrypt==4.0.1 passlib[bcrypt]==1.7.4 python-multipart==0.0.31 -redis==5.2.0 +redis==8.0.1 msgpack==1.2.1 celery==5.4.0 aiodocker==0.24.0