From df59f87f34a149596038996eaaad93768d66a329 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Wed, 17 Jun 2020 16:26:29 -0700 Subject: [PATCH] Upgrade requests to 2.24.0 (#36886) --- 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 79e3cbe5b2d..86af1234598 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -20,7 +20,7 @@ pip>=8.0.3 python-slugify==4.0.0 pytz>=2020.1 pyyaml==5.3.1 -requests==2.23.0 +requests==2.24.0 ruamel.yaml==0.15.100 sqlalchemy==1.3.17 voluptuous-serialize==2.3.0 diff --git a/requirements_all.txt b/requirements_all.txt index 98383ea700b..a6c4631958f 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -14,7 +14,7 @@ pip>=8.0.3 python-slugify==4.0.0 pytz>=2020.1 pyyaml==5.3.1 -requests==2.23.0 +requests==2.24.0 ruamel.yaml==0.15.100 voluptuous==0.11.7 voluptuous-serialize==2.3.0 diff --git a/setup.py b/setup.py index 38ba14290e8..4e46f632170 100755 --- a/setup.py +++ b/setup.py @@ -48,7 +48,7 @@ REQUIRES = [ "python-slugify==4.0.0", "pytz>=2020.1", "pyyaml==5.3.1", - "requests==2.23.0", + "requests==2.24.0", "ruamel.yaml==0.15.100", "voluptuous==0.11.7", "voluptuous-serialize==2.3.0",