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] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-01-26 17:53:51 +00:00 committed by codl
parent 66b7cd7ab8
commit dbdfe05950
3 changed files with 8 additions and 8 deletions

12
Pipfile.lock generated
View File

@ -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": [

View File

@ -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

View File

@ -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