Upgrade requests to 2.21.0 (#19385)
This commit is contained in:
parent
686a856a17
commit
c0ae7b1a49
3 changed files with 3 additions and 7 deletions
|
@ -4,7 +4,6 @@ async_timeout==3.0.1
|
||||||
attrs==18.2.0
|
attrs==18.2.0
|
||||||
bcrypt==3.1.4
|
bcrypt==3.1.4
|
||||||
certifi>=2018.04.16
|
certifi>=2018.04.16
|
||||||
idna==2.7
|
|
||||||
jinja2>=2.10
|
jinja2>=2.10
|
||||||
PyJWT==1.6.4
|
PyJWT==1.6.4
|
||||||
cryptography==2.3.1
|
cryptography==2.3.1
|
||||||
|
@ -12,7 +11,7 @@ pip>=8.0.3
|
||||||
python-slugify==1.2.6
|
python-slugify==1.2.6
|
||||||
pytz>=2018.07
|
pytz>=2018.07
|
||||||
pyyaml>=3.13,<4
|
pyyaml>=3.13,<4
|
||||||
requests==2.20.1
|
requests==2.21.0
|
||||||
ruamel.yaml==0.15.81
|
ruamel.yaml==0.15.81
|
||||||
voluptuous==0.11.5
|
voluptuous==0.11.5
|
||||||
voluptuous-serialize==2.0.0
|
voluptuous-serialize==2.0.0
|
||||||
|
|
|
@ -5,7 +5,6 @@ async_timeout==3.0.1
|
||||||
attrs==18.2.0
|
attrs==18.2.0
|
||||||
bcrypt==3.1.4
|
bcrypt==3.1.4
|
||||||
certifi>=2018.04.16
|
certifi>=2018.04.16
|
||||||
idna==2.7
|
|
||||||
jinja2>=2.10
|
jinja2>=2.10
|
||||||
PyJWT==1.6.4
|
PyJWT==1.6.4
|
||||||
cryptography==2.3.1
|
cryptography==2.3.1
|
||||||
|
@ -13,7 +12,7 @@ pip>=8.0.3
|
||||||
python-slugify==1.2.6
|
python-slugify==1.2.6
|
||||||
pytz>=2018.07
|
pytz>=2018.07
|
||||||
pyyaml>=3.13,<4
|
pyyaml>=3.13,<4
|
||||||
requests==2.20.1
|
requests==2.21.0
|
||||||
ruamel.yaml==0.15.81
|
ruamel.yaml==0.15.81
|
||||||
voluptuous==0.11.5
|
voluptuous==0.11.5
|
||||||
voluptuous-serialize==2.0.0
|
voluptuous-serialize==2.0.0
|
||||||
|
|
4
setup.py
4
setup.py
|
@ -38,8 +38,6 @@ REQUIRES = [
|
||||||
'attrs==18.2.0',
|
'attrs==18.2.0',
|
||||||
'bcrypt==3.1.4',
|
'bcrypt==3.1.4',
|
||||||
'certifi>=2018.04.16',
|
'certifi>=2018.04.16',
|
||||||
# Dec 5, 2018: Idna released 2.8, requests caps idna at <2.8, CI fails
|
|
||||||
'idna==2.7',
|
|
||||||
'jinja2>=2.10',
|
'jinja2>=2.10',
|
||||||
'PyJWT==1.6.4',
|
'PyJWT==1.6.4',
|
||||||
# PyJWT has loose dependency. We want the latest one.
|
# PyJWT has loose dependency. We want the latest one.
|
||||||
|
@ -48,7 +46,7 @@ REQUIRES = [
|
||||||
'python-slugify==1.2.6',
|
'python-slugify==1.2.6',
|
||||||
'pytz>=2018.07',
|
'pytz>=2018.07',
|
||||||
'pyyaml>=3.13,<4',
|
'pyyaml>=3.13,<4',
|
||||||
'requests==2.20.1',
|
'requests==2.21.0',
|
||||||
'ruamel.yaml==0.15.81',
|
'ruamel.yaml==0.15.81',
|
||||||
'voluptuous==0.11.5',
|
'voluptuous==0.11.5',
|
||||||
'voluptuous-serialize==2.0.0',
|
'voluptuous-serialize==2.0.0',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue