From 0ca455ee5946071e9d06532bab81655e0dd98613 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Mar 2023 14:43:11 +0000 Subject: [PATCH] build(deps): bump redis from 3.2.1 to 4.4.4 Bumps [redis](https://github.com/redis/redis-py) from 3.2.1 to 4.4.4. - [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/3.2.1...v4.4.4) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 803dda59..81c07925 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ kubernetes==19.15.0 oauth2client==4.1.3 psycopg2-binary==2.8.6 PyYAML==6.0 -redis==3.2.1 +redis==4.4.4 requests==2.27.1 rq==1.0 urllib3==1.25.11