From 0fd729bfc67df691ca65c38c9dcd329b40c7fd9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Mar 2023 14:54:01 +0000 Subject: [PATCH] Bump redis from 3.5.0 to 4.4.4 Bumps [redis](https://github.com/redis/redis-py) from 3.5.0 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.5.0...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 000f863..574b4c0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ boto3==1.13.5 kinesis-python==0.2.1 -redis==3.5.0 \ No newline at end of file +redis==4.4.4 \ No newline at end of file