From 042f562c7c66e0af8d8172e9e8ec3ed37b50b500 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 15:39:49 +0000 Subject: [PATCH] build(deps): bump redis from 6.2.0 to 7.1.0 in /backend Bumps [redis](https://github.com/redis/redis-py) from 6.2.0 to 7.1.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/v6.2.0...v7.1.0) --- updated-dependencies: - dependency-name: redis dependency-version: 7.1.0 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 03cc0ac51..2b72c3bf8 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -8,6 +8,6 @@ google-cloud-storage==3.2.0 gunicorn==23.0.0 python-dateutil==2.9.0.post0 pytoml==0.1.21 -redis==6.2.0 +redis==7.1.0 swagger-ui-bundle==1.1.0 zstandard==0.23.0