Update requests to 2.20.0 (#17978)

This commit is contained in:
Paulus Schoutsen 2018-10-29 21:16:05 +01:00 committed by GitHub
parent deeb288daf
commit c38a0f1bf0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

@ -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',
]