From 6c379ad38106189d79257e82a619dc2c7923a2ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 27 Jul 2025 20:32:27 +0000 Subject: [PATCH] Bump redis from 5.3.0 to 6.2.0 Bumps [redis](https://github.com/redis/redis-py) from 5.3.0 to 6.2.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.3.0...v6.2.0) --- updated-dependencies: - dependency-name: redis dependency-version: 6.2.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 5bffe872..fd65b74b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -42,7 +42,7 @@ pyjwt==2.9.0 python-dateutil==2.9.0.post0 python-dotenv==1.1.1 pyyaml==6.0.2 -redis==5.3.0 +redis==6.2.0 referencing==0.36.2 regex==2024.11.6 requests==2.32.4