From 83844b24b8d341219fe286ad9743682cc28e8da2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 13:35:23 +0000 Subject: [PATCH] Bump redis from 7.4.0 to 8.1.0 in /backend Bumps [redis](https://github.com/redis/redis-py) from 7.4.0 to 8.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/v7.4.0...v8.1.0) --- updated-dependencies: - dependency-name: redis dependency-version: 8.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 5d0316c..55df3ee 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -20,7 +20,7 @@ urllib3==2.7.0 Werkzeug==3.1.8 PyJWT==2.13.0 openai==2.49.0 -redis==7.4.0 +redis==8.1.0 google-api-python-client==2.198.0 google-auth==2.56.2 google-auth-oauthlib==1.4.0