Update requests to 2.22.0 (#23958)

This commit is contained in:
Josef Schlehofer 2019-05-18 03:41:22 +02:00 committed by Andrew Sayre
parent 4a70c725b4
commit c483e4479e
3 changed files with 3 additions and 3 deletions

View file

@ -11,7 +11,7 @@ pip>=8.0.3
python-slugify==3.0.2
pytz>=2019.01
pyyaml>=3.13,<4
requests==2.21.0
requests==2.22.0
ruamel.yaml==0.15.94
voluptuous==0.11.5
voluptuous-serialize==2.1.0

View file

@ -12,7 +12,7 @@ pip>=8.0.3
python-slugify==3.0.2
pytz>=2019.01
pyyaml>=3.13,<4
requests==2.21.0
requests==2.22.0
ruamel.yaml==0.15.94
voluptuous==0.11.5
voluptuous-serialize==2.1.0

View file

@ -46,7 +46,7 @@ REQUIRES = [
'python-slugify==3.0.2',
'pytz>=2019.01',
'pyyaml>=3.13,<4',
'requests==2.21.0',
'requests==2.22.0',
'ruamel.yaml==0.15.94',
'voluptuous==0.11.5',
'voluptuous-serialize==2.1.0',