Update requests to 2.20.0 (#17978)
This commit is contained in:
parent
deeb288daf
commit
c38a0f1bf0
3 changed files with 3 additions and 3 deletions
|
@ -10,7 +10,7 @@ cryptography==2.3.1
|
|||
pip>=8.0.3
|
||||
pytz>=2018.04
|
||||
pyyaml>=3.13,<4
|
||||
requests==2.19.1
|
||||
requests==2.20.0
|
||||
voluptuous==0.11.5
|
||||
voluptuous-serialize==2.0.0
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ cryptography==2.3.1
|
|||
pip>=8.0.3
|
||||
pytz>=2018.04
|
||||
pyyaml>=3.13,<4
|
||||
requests==2.19.1
|
||||
requests==2.20.0
|
||||
voluptuous==0.11.5
|
||||
voluptuous-serialize==2.0.0
|
||||
|
||||
|
|
2
setup.py
2
setup.py
|
@ -45,7 +45,7 @@ REQUIRES = [
|
|||
'pip>=8.0.3',
|
||||
'pytz>=2018.04',
|
||||
'pyyaml>=3.13,<4',
|
||||
'requests==2.19.1',
|
||||
'requests==2.20.0',
|
||||
'voluptuous==0.11.5',
|
||||
'voluptuous-serialize==2.0.0',
|
||||
]
|
||||
|
|
Loading…
Add table
Reference in a new issue