Bump redis from 3.4.1 to 3.5.2

Bumps [redis](https://github.com/andymccurdy/redis-py) from 3.4.1 to 3.5.2.
- [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.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-06-01 20:32:22 +00:00 committed by GitHub
parent 542d0fb35b
commit f2d9dccbc5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 8 deletions

12
Pipfile.lock generated
View File

@ -358,11 +358,11 @@
},
"redis": {
"hashes": [
"sha256:0dcfb335921b88a850d461dc255ff4708294943322bd55de6cfd68972490ca1f",
"sha256:b205cffd05ebfd0a468db74f0eedbff8df1a7bfc47521516ade4692991bb0833"
"sha256:2ef11f489003f151777c064c5dbc6653dfb9f3eade159bcadc524619fddc2242",
"sha256:6d65e84bc58091140081ee9d9c187aab0480097750fac44239307a3bdf0b1251"
],
"index": "pypi",
"version": "==3.4.1"
"version": "==3.5.2"
},
"requests": {
"hashes": [
@ -607,11 +607,11 @@
},
"redis": {
"hashes": [
"sha256:0dcfb335921b88a850d461dc255ff4708294943322bd55de6cfd68972490ca1f",
"sha256:b205cffd05ebfd0a468db74f0eedbff8df1a7bfc47521516ade4692991bb0833"
"sha256:2ef11f489003f151777c064c5dbc6653dfb9f3eade159bcadc524619fddc2242",
"sha256:6d65e84bc58091140081ee9d9c187aab0480097750fac44239307a3bdf0b1251"
],
"index": "pypi",
"version": "==3.4.1"
"version": "==3.5.2"
},
"requests": {
"hashes": [

View File

@ -16,7 +16,7 @@ pyparsing==2.4.7
pytest-cov==2.9.0
pytest-redis==2.0.0
pytest==5.4.2
redis==3.4.1
redis==3.5.2
requests==2.23.0
six==1.15.0
urllib3==1.25.9

View File

@ -33,7 +33,7 @@ python-editor==1.0.4
python-magic==0.4.18
pytz==2020.1
raven==6.10.0
redis==3.4.1
redis==3.5.2
requests==2.23.0
six==1.15.0
sqlalchemy==1.3.17