Upgrade requests to 2.23.0 (#32013)

This commit is contained in:
Franck Nijhof 2020-02-20 11:41:13 +01:00 committed by GitHub
parent 047111b00f
commit febd7e551b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -19,7 +19,7 @@ pip>=8.0.3
python-slugify==4.0.0
pytz>=2019.03
pyyaml==5.3
requests==2.22.0
requests==2.23.0
ruamel.yaml==0.15.100
sqlalchemy==1.3.13
voluptuous-serialize==2.3.0

View file

@ -13,7 +13,7 @@ pip>=8.0.3
python-slugify==4.0.0
pytz>=2019.03
pyyaml==5.3
requests==2.22.0
requests==2.23.0
ruamel.yaml==0.15.100
voluptuous==0.11.7
voluptuous-serialize==2.3.0

View file

@ -47,7 +47,7 @@ REQUIRES = [
"python-slugify==4.0.0",
"pytz>=2019.03",
"pyyaml==5.3",
"requests==2.22.0",
"requests==2.23.0",
"ruamel.yaml==0.15.100",
"voluptuous==0.11.7",
"voluptuous-serialize==2.3.0",