Skip to content
Snippets Groups Projects
Commit 9d6ce609 authored by Fabian Affolter's avatar Fabian Affolter Committed by Pascal Vizeli
Browse files

Upgrade requests to 2.19.1 (#15019)

parent 88696178
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ jinja2>=2.10 ...@@ -7,7 +7,7 @@ jinja2>=2.10
pip>=8.0.3 pip>=8.0.3
pytz>=2018.04 pytz>=2018.04
pyyaml>=3.11,<4 pyyaml>=3.11,<4
requests==2.18.4 requests==2.19.1
voluptuous==0.11.1 voluptuous==0.11.1
# Breaks Python 3.6 and is not needed for our supported Python versions # Breaks Python 3.6 and is not needed for our supported Python versions
......
...@@ -8,7 +8,7 @@ jinja2>=2.10 ...@@ -8,7 +8,7 @@ jinja2>=2.10
pip>=8.0.3 pip>=8.0.3
pytz>=2018.04 pytz>=2018.04
pyyaml>=3.11,<4 pyyaml>=3.11,<4
requests==2.18.4 requests==2.19.1
voluptuous==0.11.1 voluptuous==0.11.1
# homeassistant.components.nuimo_controller # homeassistant.components.nuimo_controller
......
...@@ -51,7 +51,7 @@ REQUIRES = [ ...@@ -51,7 +51,7 @@ REQUIRES = [
'pip>=8.0.3', 'pip>=8.0.3',
'pytz>=2018.04', 'pytz>=2018.04',
'pyyaml>=3.11,<4', 'pyyaml>=3.11,<4',
'requests==2.18.4', 'requests==2.19.1',
'voluptuous==0.11.1', 'voluptuous==0.11.1',
] ]
......
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