Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade requests to 2.21.0 #19385

Merged
merged 1 commit into from Dec 18, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 1 addition & 2 deletions homeassistant/package_constraints.txt
Expand Up @@ -4,15 +4,14 @@ async_timeout==3.0.1
attrs==18.2.0
bcrypt==3.1.4
certifi>=2018.04.16
idna==2.7
jinja2>=2.10
PyJWT==1.6.4
cryptography==2.3.1
pip>=8.0.3
python-slugify==1.2.6
pytz>=2018.07
pyyaml>=3.13,<4
requests==2.20.1
requests==2.21.0
ruamel.yaml==0.15.81
voluptuous==0.11.5
voluptuous-serialize==2.0.0
Expand Down
3 changes: 1 addition & 2 deletions requirements_all.txt
Expand Up @@ -5,15 +5,14 @@ async_timeout==3.0.1
attrs==18.2.0
bcrypt==3.1.4
certifi>=2018.04.16
idna==2.7
jinja2>=2.10
PyJWT==1.6.4
cryptography==2.3.1
pip>=8.0.3
python-slugify==1.2.6
pytz>=2018.07
pyyaml>=3.13,<4
requests==2.20.1
requests==2.21.0
ruamel.yaml==0.15.81
voluptuous==0.11.5
voluptuous-serialize==2.0.0
Expand Down
4 changes: 1 addition & 3 deletions setup.py
Expand Up @@ -38,8 +38,6 @@
'attrs==18.2.0',
'bcrypt==3.1.4',
'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',
'PyJWT==1.6.4',
# PyJWT has loose dependency. We want the latest one.
Expand All @@ -48,7 +46,7 @@
'python-slugify==1.2.6',
'pytz>=2018.07',
'pyyaml>=3.13,<4',
'requests==2.20.1',
'requests==2.21.0',
'ruamel.yaml==0.15.81',
'voluptuous==0.11.5',
'voluptuous-serialize==2.0.0',
Expand Down