From dbdfe05950ef824a6f60f2be379a66a5c89412db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Jan 2021 17:53:51 +0000 Subject: [PATCH] Bump redis from 3.4.1 to 3.5.3 Bumps [redis](https://github.com/andymccurdy/redis-py) from 3.4.1 to 3.5.3. - [Release notes](https://github.com/andymccurdy/redis-py/releases) - [Changelog](https://github.com/andymccurdy/redis-py/blob/master/CHANGES) - [Commits](https://github.com/andymccurdy/redis-py/compare/3.4.1...3.5.3) Signed-off-by: dependabot[bot] --- Pipfile.lock | 12 ++++++------ requirements-dev.txt | 2 +- requirements.txt | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Pipfile.lock b/Pipfile.lock index 1dc1e8e..30ee3f5 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -361,11 +361,11 @@ }, "redis": { "hashes": [ - "sha256:0dcfb335921b88a850d461dc255ff4708294943322bd55de6cfd68972490ca1f", - "sha256:b205cffd05ebfd0a468db74f0eedbff8df1a7bfc47521516ade4692991bb0833" + "sha256:0e7e0cfca8660dea8b7d5cd8c4f6c5e29e11f31158c0b0ae91a397f00e5a05a2", + "sha256:432b788c4530cfe16d8d943a09d40ca6c16149727e4afe8c2c9d5580c59d9f24" ], "index": "pypi", - "version": "==3.4.1" + "version": "==3.5.3" }, "requests": { "hashes": [ @@ -628,11 +628,11 @@ }, "redis": { "hashes": [ - "sha256:0dcfb335921b88a850d461dc255ff4708294943322bd55de6cfd68972490ca1f", - "sha256:b205cffd05ebfd0a468db74f0eedbff8df1a7bfc47521516ade4692991bb0833" + "sha256:0e7e0cfca8660dea8b7d5cd8c4f6c5e29e11f31158c0b0ae91a397f00e5a05a2", + "sha256:432b788c4530cfe16d8d943a09d40ca6c16149727e4afe8c2c9d5580c59d9f24" ], "index": "pypi", - "version": "==3.4.1" + "version": "==3.5.3" }, "requests": { "hashes": [ diff --git a/requirements-dev.txt b/requirements-dev.txt index 238945a..b0a4d58 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -16,7 +16,7 @@ pyparsing==2.4.7 pytest-cov==2.10.1 pytest-redis==2.0.0 pytest==5.4.2 -redis==3.4.1 +redis==3.5.3 requests==2.23.0 urllib3==1.25.11 versioneer==0.18 diff --git a/requirements.txt b/requirements.txt index a810baa..5ef7c85 100644 --- a/requirements.txt +++ b/requirements.txt @@ -33,7 +33,7 @@ python-editor==1.0.4 python-magic==0.4.20 pytz==2020.5 raven==6.10.0 -redis==3.4.1 +redis==3.5.3 requests==2.23.0 six==1.15.0 sqlalchemy==1.3.17