From 79da022da9f7e1e07d2e81de29d6b07fe4dad0c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 20:09:29 +0000 Subject: [PATCH] build(deps): bump redis from 6.2.0 to 6.4.0 in /backend Bumps [redis](https://github.com/redis/redis-py) from 6.2.0 to 6.4.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...v6.4.0) --- updated-dependencies: - dependency-name: redis dependency-version: 6.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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..1f0be0a36 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==6.4.0 swagger-ui-bundle==1.1.0 zstandard==0.23.0