Update requests to 2.22.0 (#23958)
This commit is contained in:
parent
4a70c725b4
commit
c483e4479e
3 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
2
setup.py
2
setup.py
|
@ -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',
|
||||
|
|
Loading…
Add table
Reference in a new issue