Upgrade requests to 2.19.1 (#15019)
This commit is contained in:
parent
8869617890
commit
9d6ce609f9
3 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,7 @@ jinja2>=2.10
|
|||
pip>=8.0.3
|
||||
pytz>=2018.04
|
||||
pyyaml>=3.11,<4
|
||||
requests==2.18.4
|
||||
requests==2.19.1
|
||||
voluptuous==0.11.1
|
||||
|
||||
# Breaks Python 3.6 and is not needed for our supported Python versions
|
||||
|
|
|
@ -8,7 +8,7 @@ jinja2>=2.10
|
|||
pip>=8.0.3
|
||||
pytz>=2018.04
|
||||
pyyaml>=3.11,<4
|
||||
requests==2.18.4
|
||||
requests==2.19.1
|
||||
voluptuous==0.11.1
|
||||
|
||||
# homeassistant.components.nuimo_controller
|
||||
|
|
2
setup.py
2
setup.py
|
@ -51,7 +51,7 @@ REQUIRES = [
|
|||
'pip>=8.0.3',
|
||||
'pytz>=2018.04',
|
||||
'pyyaml>=3.11,<4',
|
||||
'requests==2.18.4',
|
||||
'requests==2.19.1',
|
||||
'voluptuous==0.11.1',
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue