Bump requests to 2.25.0 (#43279)

This commit is contained in:
Philip Allgaier 2020-11-16 12:27:42 +01:00 committed by GitHub
parent 1783e1ae64
commit 7280dbd431
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

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

View file

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

View file

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