From 960d7533179607dd0c9ae2e52d0981c6bddf64c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jan 2025 16:27:23 +0100 Subject: [PATCH] Bump redis from 5.0.4 to 5.2.1 (#396) Bumps [redis](https://github.com/redis/redis-py) from 5.0.4 to 5.2.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/v5.0.4...v5.2.1) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 300460b..9a7fc22 100644 --- a/requirements.txt +++ b/requirements.txt @@ -27,7 +27,7 @@ pyasn1-modules==0.4.1 pycparser==2.22 pyOpenSSL==24.1.0 pytz==2024.1 -redis==5.0.4 +redis==5.2.1 requests==2.32.3 responses==0.25.0 rq==1.16.2