From 5475668c3546f2d557225b642b8feac36bff5504 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Mar 2023 14:49:43 +0000 Subject: [PATCH] Bump redis from 3.3.6 to 4.4.4 in /python Bumps [redis](https://github.com/redis/redis-py) from 3.3.6 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.3.6...v4.4.4) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 python/requirements.txt diff --git a/python/requirements.txt b/python/requirements.txt old mode 100755 new mode 100644 index 169e01f..04c00b3 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -1,2 +1,2 @@ -redis==3.3.6 +redis==4.4.4 requests==2.20.0 \ No newline at end of file