Upgrade requests to 2.25.1 (#44989)

This commit is contained in:
Josef Schlehofer 2021-01-09 20:02:50 +01:00 committed by GitHub
parent 248802efd5
commit f240106189
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -23,7 +23,7 @@ pip>=8.0.3,<20.3
python-slugify==4.0.1 python-slugify==4.0.1
pytz>=2020.5 pytz>=2020.5
pyyaml==5.3.1 pyyaml==5.3.1
requests==2.25.0 requests==2.25.1
ruamel.yaml==0.15.100 ruamel.yaml==0.15.100
sqlalchemy==1.3.22 sqlalchemy==1.3.22
voluptuous-serialize==2.4.0 voluptuous-serialize==2.4.0

View File

@ -16,7 +16,7 @@ pip>=8.0.3,<20.3
python-slugify==4.0.1 python-slugify==4.0.1
pytz>=2020.5 pytz>=2020.5
pyyaml==5.3.1 pyyaml==5.3.1
requests==2.25.0 requests==2.25.1
ruamel.yaml==0.15.100 ruamel.yaml==0.15.100
voluptuous==0.12.1 voluptuous==0.12.1
voluptuous-serialize==2.4.0 voluptuous-serialize==2.4.0

View File

@ -48,7 +48,7 @@ REQUIRES = [
"python-slugify==4.0.1", "python-slugify==4.0.1",
"pytz>=2020.5", "pytz>=2020.5",
"pyyaml==5.3.1", "pyyaml==5.3.1",
"requests==2.25.0", "requests==2.25.1",
"ruamel.yaml==0.15.100", "ruamel.yaml==0.15.100",
"voluptuous==0.12.1", "voluptuous==0.12.1",
"voluptuous-serialize==2.4.0", "voluptuous-serialize==2.4.0",