From e227b646d02dda2be24aeb2aafff95bd8a7fb659 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 11:20:38 +0000 Subject: [PATCH] chore(deps): bump redis from 5.2.1 to 8.0.0 in /backend Bumps [redis](https://github.com/redis/redis-py) from 5.2.1 to 8.0.0. - [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.0) --- updated-dependencies: - dependency-name: redis dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- backend/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index e6b40a0..af7138b 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -14,7 +14,7 @@ dependencies = [ "PyJWT>=2.10.1", "bcrypt>=4.2.1,<5", "python-multipart>=0.0.20", - "redis==5.2.1", + "redis==8.0.0", "httpx==0.28.1", "fpdf2==2.8.2", "alembic==1.14.0",