From febd7e551bb125e95c901c720299079c9afbf01e Mon Sep 17 00:00:00 2001 From: Franck Nijhof <git@frenck.dev> Date: Thu, 20 Feb 2020 11:41:13 +0100 Subject: [PATCH] Upgrade requests to 2.23.0 (#32013) --- 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 1cfc92a6aab..796fd5681ff 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -19,7 +19,7 @@ pip>=8.0.3 python-slugify==4.0.0 pytz>=2019.03 pyyaml==5.3 -requests==2.22.0 +requests==2.23.0 ruamel.yaml==0.15.100 sqlalchemy==1.3.13 voluptuous-serialize==2.3.0 diff --git a/requirements_all.txt b/requirements_all.txt index 3c9172c8048..1c41aab99ed 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -13,7 +13,7 @@ pip>=8.0.3 python-slugify==4.0.0 pytz>=2019.03 pyyaml==5.3 -requests==2.22.0 +requests==2.23.0 ruamel.yaml==0.15.100 voluptuous==0.11.7 voluptuous-serialize==2.3.0 diff --git a/setup.py b/setup.py index 7f9155d9a05..3c7909428be 100755 --- a/setup.py +++ b/setup.py @@ -47,7 +47,7 @@ REQUIRES = [ "python-slugify==4.0.0", "pytz>=2019.03", "pyyaml==5.3", - "requests==2.22.0", + "requests==2.23.0", "ruamel.yaml==0.15.100", "voluptuous==0.11.7", "voluptuous-serialize==2.3.0", -- GitLab