Bump requests to 2.25.0 (#43279)

This commit is contained in:
Philip Allgaier 2020-11-16 12:27:42 +01:00 committed by Paulus Schoutsen
parent cabd730281
commit 1ba2e07609
3 changed files with 3 additions and 3 deletions

View file

@ -24,7 +24,7 @@ pip>=8.0.3
python-slugify==4.0.1 python-slugify==4.0.1
pytz>=2020.1 pytz>=2020.1
pyyaml==5.3.1 pyyaml==5.3.1
requests==2.24.0 requests==2.25.0
ruamel.yaml==0.15.100 ruamel.yaml==0.15.100
sqlalchemy==1.3.20 sqlalchemy==1.3.20
voluptuous-serialize==2.4.0 voluptuous-serialize==2.4.0

View file

@ -17,7 +17,7 @@ pip>=8.0.3
python-slugify==4.0.1 python-slugify==4.0.1
pytz>=2020.1 pytz>=2020.1
pyyaml==5.3.1 pyyaml==5.3.1
requests==2.24.0 requests==2.25.0
ruamel.yaml==0.15.100 ruamel.yaml==0.15.100
voluptuous==0.12.0 voluptuous==0.12.0
voluptuous-serialize==2.4.0 voluptuous-serialize==2.4.0

View file

@ -49,7 +49,7 @@ REQUIRES = [
"python-slugify==4.0.1", "python-slugify==4.0.1",
"pytz>=2020.1", "pytz>=2020.1",
"pyyaml==5.3.1", "pyyaml==5.3.1",
"requests==2.24.0", "requests==2.25.0",
"ruamel.yaml==0.15.100", "ruamel.yaml==0.15.100",
"voluptuous==0.12.0", "voluptuous==0.12.0",
"voluptuous-serialize==2.4.0", "voluptuous-serialize==2.4.0",