Skip to content
Snippets Groups Projects
Unverified Commit febd7e55 authored by Franck Nijhof's avatar Franck Nijhof Committed by GitHub
Browse files

Upgrade requests to 2.23.0 (#32013)

parent 047111b0
No related branches found
No related tags found
No related merge requests found
...@@ -19,7 +19,7 @@ pip>=8.0.3 ...@@ -19,7 +19,7 @@ pip>=8.0.3
python-slugify==4.0.0 python-slugify==4.0.0
pytz>=2019.03 pytz>=2019.03
pyyaml==5.3 pyyaml==5.3
requests==2.22.0 requests==2.23.0
ruamel.yaml==0.15.100 ruamel.yaml==0.15.100
sqlalchemy==1.3.13 sqlalchemy==1.3.13
voluptuous-serialize==2.3.0 voluptuous-serialize==2.3.0
......
...@@ -13,7 +13,7 @@ pip>=8.0.3 ...@@ -13,7 +13,7 @@ pip>=8.0.3
python-slugify==4.0.0 python-slugify==4.0.0
pytz>=2019.03 pytz>=2019.03
pyyaml==5.3 pyyaml==5.3
requests==2.22.0 requests==2.23.0
ruamel.yaml==0.15.100 ruamel.yaml==0.15.100
voluptuous==0.11.7 voluptuous==0.11.7
voluptuous-serialize==2.3.0 voluptuous-serialize==2.3.0
......
...@@ -47,7 +47,7 @@ REQUIRES = [ ...@@ -47,7 +47,7 @@ REQUIRES = [
"python-slugify==4.0.0", "python-slugify==4.0.0",
"pytz>=2019.03", "pytz>=2019.03",
"pyyaml==5.3", "pyyaml==5.3",
"requests==2.22.0", "requests==2.23.0",
"ruamel.yaml==0.15.100", "ruamel.yaml==0.15.100",
"voluptuous==0.11.7", "voluptuous==0.11.7",
"voluptuous-serialize==2.3.0", "voluptuous-serialize==2.3.0",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment