From f134f4acb9729d1b41038e6d8f993a075acab190 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 09:54:25 +0000 Subject: [PATCH] chore(deps): bump redis from 5.0.1 to 7.1.0 Bumps [redis](https://github.com/redis/redis-py) from 5.0.1 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/v5.0.1...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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 492f4cf..9035388 100644 --- a/requirements.txt +++ b/requirements.txt @@ -60,7 +60,7 @@ python-dateutil==2.9.0.post0 python-dotenv==1.0.0 pytz==2024.1 PyYAML==6.0.3 -redis==5.0.1 +redis==7.1.0 referencing==0.37.0 rpds-py==0.30.0 service-identity==24.2.0