From e71beaabd662eb2a89022a75d36061d4f47c8bbe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Mar 2023 21:40:35 +0000 Subject: [PATCH] Bump redis from 2.10.6 to 4.5.3 Bumps [redis](https://github.com/redis/redis-py) from 2.10.6 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/2.10.6...v4.5.3) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- dask_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dask_requirements.txt b/dask_requirements.txt index 6458b18ba..0648462aa 100644 --- a/dask_requirements.txt +++ b/dask_requirements.txt @@ -50,7 +50,7 @@ pytest-html==1.19.0 python-coveralls==2.9.1 #not in conda, pip install python-dotenv==0.8.2 pytz==2018.4 -redis==2.10.6 #pip not conda +redis==4.5.3 #pip not conda reportlab==3.4.0 requests==2.19.1 rollbar==0.14.0