Upgrade requests to 2.24.0 (#36886)

This commit is contained in:
Paulus Schoutsen 2020-06-17 16:26:29 -07:00 committed by GitHub
parent 2883aacfa3
commit df59f87f34
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -20,7 +20,7 @@ pip>=8.0.3
python-slugify==4.0.0
pytz>=2020.1
pyyaml==5.3.1
requests==2.23.0
requests==2.24.0
ruamel.yaml==0.15.100
sqlalchemy==1.3.17
voluptuous-serialize==2.3.0

View file

@ -14,7 +14,7 @@ pip>=8.0.3
python-slugify==4.0.0
pytz>=2020.1
pyyaml==5.3.1
requests==2.23.0
requests==2.24.0
ruamel.yaml==0.15.100
voluptuous==0.11.7
voluptuous-serialize==2.3.0

View file

@ -48,7 +48,7 @@ REQUIRES = [
"python-slugify==4.0.0",
"pytz>=2020.1",
"pyyaml==5.3.1",
"requests==2.23.0",
"requests==2.24.0",
"ruamel.yaml==0.15.100",
"voluptuous==0.11.7",
"voluptuous-serialize==2.3.0",