Skip to content

Commit

Permalink
Update requests to 2.20.0 (#17978)
Browse files Browse the repository at this point in the history
  • Loading branch information
balloob committed Oct 29, 2018
1 parent 66d0fb7 commit a91d894
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion homeassistant/package_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ cryptography==2.3.1
pip>=8.0.3
pytz>=2018.04
pyyaml>=3.13,<4
requests==2.19.1
requests==2.20.0
voluptuous==0.11.5
voluptuous-serialize==2.0.0

Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ cryptography==2.3.1
pip>=8.0.3
pytz>=2018.04
pyyaml>=3.13,<4
requests==2.19.1
requests==2.20.0
voluptuous==0.11.5
voluptuous-serialize==2.0.0

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
'pip>=8.0.3',
'pytz>=2018.04',
'pyyaml>=3.13,<4',
'requests==2.19.1',
'requests==2.20.0',
'voluptuous==0.11.5',
'voluptuous-serialize==2.0.0',
]
Expand Down

0 comments on commit a91d894

Please sign in to comment.