From 708ababd78dcc68925f3f583eabbc17d48563960 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 21 Nov 2018 19:58:56 +0100 Subject: [PATCH] Upgrade requests to 2.20.1 (#18615) --- homeassistant/package_constraints.txt | 2 +- requirements_all.txt | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index 7e225cceaee..11f96591705 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -10,7 +10,7 @@ cryptography==2.3.1 pip>=8.0.3 pytz>=2018.04 pyyaml>=3.13,<4 -requests==2.20.0 +requests==2.20.1 ruamel.yaml==0.15.78 voluptuous==0.11.5 voluptuous-serialize==2.0.0 diff --git a/requirements_all.txt b/requirements_all.txt index 0672b553eed..e337222d405 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -11,7 +11,7 @@ cryptography==2.3.1 pip>=8.0.3 pytz>=2018.04 pyyaml>=3.13,<4 -requests==2.20.0 +requests==2.20.1 ruamel.yaml==0.15.78 voluptuous==0.11.5 voluptuous-serialize==2.0.0 diff --git a/setup.py b/setup.py index 9e24362fe8a..49147afdd70 100755 --- a/setup.py +++ b/setup.py @@ -45,7 +45,7 @@ REQUIRES = [ 'pip>=8.0.3', 'pytz>=2018.04', 'pyyaml>=3.13,<4', - 'requests==2.20.0', + 'requests==2.20.1', 'ruamel.yaml==0.15.78', 'voluptuous==0.11.5', 'voluptuous-serialize==2.0.0',