From e96d6e2c82af547807cef0e195c5fb2d3eec64a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Mar 2023 22:27:59 +0000 Subject: [PATCH] Bump redis from 3.5.3 to 4.5.3 in /python Bumps [redis](https://github.com/redis/redis-py) from 3.5.3 to 4.5.3. - [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.3...v4.5.3) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- python/requirements_test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/requirements_test.txt b/python/requirements_test.txt index 14da27675e77..4e887ee5560f 100644 --- a/python/requirements_test.txt +++ b/python/requirements_test.txt @@ -62,7 +62,7 @@ pytest-sugar==0.9.5 pytest-lazy-fixture==0.6.3 pytest-timeout==2.1.0 pytest-virtualenv==1.7.0 -redis==3.5.3 +redis==4.5.3 scikit-learn==1.0.2 smart_open[s3]==6.2.0 tqdm==4.64.1