From c483e4479e9407a7666685d92581ba611ff7e1db Mon Sep 17 00:00:00 2001 From: Josef Schlehofer Date: Sat, 18 May 2019 03:41:22 +0200 Subject: [PATCH] Update requests to 2.22.0 (#23958) --- 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 a4a08af1236..b81f7423f30 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -11,7 +11,7 @@ pip>=8.0.3 python-slugify==3.0.2 pytz>=2019.01 pyyaml>=3.13,<4 -requests==2.21.0 +requests==2.22.0 ruamel.yaml==0.15.94 voluptuous==0.11.5 voluptuous-serialize==2.1.0 diff --git a/requirements_all.txt b/requirements_all.txt index a2554f55c35..c8141147514 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -12,7 +12,7 @@ pip>=8.0.3 python-slugify==3.0.2 pytz>=2019.01 pyyaml>=3.13,<4 -requests==2.21.0 +requests==2.22.0 ruamel.yaml==0.15.94 voluptuous==0.11.5 voluptuous-serialize==2.1.0 diff --git a/setup.py b/setup.py index 4de6fa2f042..b1b66e0ca01 100755 --- a/setup.py +++ b/setup.py @@ -46,7 +46,7 @@ REQUIRES = [ 'python-slugify==3.0.2', 'pytz>=2019.01', 'pyyaml>=3.13,<4', - 'requests==2.21.0', + 'requests==2.22.0', 'ruamel.yaml==0.15.94', 'voluptuous==0.11.5', 'voluptuous-serialize==2.1.0',