Bump redis from 3.2.0 to 3.2.1
Bumps [redis](https://github.com/andymccurdy/redis-py) from 3.2.0 to 3.2.1. - [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.2.0...3.2.1) Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
parent
1374dda768
commit
b4bacd271e
|
@ -435,11 +435,11 @@
|
|||
},
|
||||
"redis": {
|
||||
"hashes": [
|
||||
"sha256:724932360d48e5407e8f82e405ab3650a36ed02c7e460d1e6fddf0f038422b54",
|
||||
"sha256:9b19425a38fd074eb5795ff2b0d9a55b46a44f91f5347995f27e3ad257a7d775"
|
||||
"sha256:6946b5dca72e86103edc8033019cc3814c031232d339d5f4533b02ea85685175",
|
||||
"sha256:8ca418d2ddca1b1a850afa1680a7d2fd1f3322739271de4b704e0d4668449273"
|
||||
],
|
||||
"index": "pypi",
|
||||
"version": "==3.2.0"
|
||||
"version": "==3.2.1"
|
||||
},
|
||||
"requests": {
|
||||
"hashes": [
|
||||
|
@ -650,11 +650,11 @@
|
|||
},
|
||||
"redis": {
|
||||
"hashes": [
|
||||
"sha256:724932360d48e5407e8f82e405ab3650a36ed02c7e460d1e6fddf0f038422b54",
|
||||
"sha256:9b19425a38fd074eb5795ff2b0d9a55b46a44f91f5347995f27e3ad257a7d775"
|
||||
"sha256:6946b5dca72e86103edc8033019cc3814c031232d339d5f4533b02ea85685175",
|
||||
"sha256:8ca418d2ddca1b1a850afa1680a7d2fd1f3322739271de4b704e0d4668449273"
|
||||
],
|
||||
"index": "pypi",
|
||||
"version": "==3.2.0"
|
||||
"version": "==3.2.1"
|
||||
},
|
||||
"requests": {
|
||||
"hashes": [
|
||||
|
|
|
@ -15,7 +15,7 @@ py==1.8.0
|
|||
pytest-cov==2.6.1
|
||||
pytest-redis==1.3.2
|
||||
pytest==4.4.1
|
||||
redis==3.2.0
|
||||
redis==3.2.1
|
||||
requests==2.21.0
|
||||
six==1.12.0
|
||||
urllib3==1.24.2
|
||||
|
|
|
@ -36,7 +36,7 @@ python-dateutil==2.8.0
|
|||
python-editor==1.0.4
|
||||
pytz==2019.1
|
||||
raven==6.10.0
|
||||
redis==3.2.0
|
||||
redis==3.2.1
|
||||
requests==2.21.0
|
||||
six==1.12.0
|
||||
sqlalchemy==1.2.18
|
||||
|
|
Loading…
Reference in New Issue