From 110b9ee8a0295f5884fc3712ba425bf5a6ef809d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 07:45:20 +0000 Subject: [PATCH] chore(deps): bump redis from 5.2.1 to 8.0.1 in /backend Bumps [redis](https://github.com/redis/redis-py) from 5.2.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.2.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] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index f9afc92..088ac0d 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -2,6 +2,6 @@ fastapi==0.137.0 uvicorn[standard]==0.34.0 pydantic==2.10.4 asyncpg==0.31.0 -redis==5.2.1 +redis==8.0.1 httpx==0.28.1 pyjwt[crypto]==2.13.0