From 66f5641fed06e55b239462dabe0490648939090e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 16:02:00 +0000 Subject: [PATCH] build(deps): bump redis from 6.2.0 to 7.0.1 in /backend Bumps [redis](https://github.com/redis/redis-py) from 6.2.0 to 7.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/v6.2.0...v7.0.1) --- updated-dependencies: - dependency-name: redis dependency-version: 7.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 03cc0ac51..338b7a2bd 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.0.1 swagger-ui-bundle==1.1.0 zstandard==0.23.0