From 593d0ef3da314827d66aa6d3803887e1caf0a356 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2026 14:01:54 +0000 Subject: [PATCH] deps(api): bump redis from 5.0.1 to 8.0.1 in /apps/api Bumps [redis](https://github.com/redis/redis-py) from 5.0.1 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.0.1...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] --- apps/api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/api/requirements.txt b/apps/api/requirements.txt index a172e0e..1361882 100644 --- a/apps/api/requirements.txt +++ b/apps/api/requirements.txt @@ -25,7 +25,7 @@ python-jose[cryptography]==3.3.0 passlib[bcrypt]==1.7.4 # --- Cache / message broker --- -redis==5.0.1 +redis==8.0.1 celery==5.3.6 # --- WebSocket ---