From 0ce071e0a4c5fd2c09604038e55d708f51e83d8a Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Tue, 20 Jul 2021 18:47:13 -1000 Subject: [PATCH] Bump httpx to 0.18.2 (#53257) --- homeassistant/package_constraints.txt | 6 +----- requirements.txt | 2 +- script/gen_requirements_all.py | 4 ---- setup.py | 2 +- 4 files changed, 3 insertions(+), 11 deletions(-) diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index f2448e7025b..62b7c5e95d5 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -18,7 +18,7 @@ distro==1.5.0 emoji==1.2.0 hass-nabucasa==0.44.0 home-assistant-frontend==20210707.0 -httpx==0.18.0 +httpx==0.18.2 ifaddr==0.1.7 jinja2==3.0.1 paho-mqtt==1.5.1 @@ -62,7 +62,3 @@ enum34==1000000000.0.0 typing==1000000000.0.0 uuid==1000000000.0.0 -# httpcore 0.13.4 breaks several integrations -# https://github.com/home-assistant/core/issues/51778 -httpcore==0.13.3 - diff --git a/requirements.txt b/requirements.txt index ad9c2717e94..dd445b8a7e9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ backports.zoneinfo;python_version<"3.9" bcrypt==3.1.7 certifi>=2020.12.5 ciso8601==2.1.3 -httpx==0.18.0 +httpx==0.18.2 jinja2==3.0.1 PyJWT==1.7.1 cryptography==3.3.2 diff --git a/script/gen_requirements_all.py b/script/gen_requirements_all.py index dc0c5fa2c10..4fd96cb1b04 100755 --- a/script/gen_requirements_all.py +++ b/script/gen_requirements_all.py @@ -83,10 +83,6 @@ enum34==1000000000.0.0 typing==1000000000.0.0 uuid==1000000000.0.0 -# httpcore 0.13.4 breaks several integrations -# https://github.com/home-assistant/core/issues/51778 -httpcore==0.13.3 - """ IGNORE_PRE_COMMIT_HOOK_ID = ( diff --git a/setup.py b/setup.py index 758f4f3813d..db4e8a54d72 100755 --- a/setup.py +++ b/setup.py @@ -41,7 +41,7 @@ REQUIRES = [ "bcrypt==3.1.7", "certifi>=2020.12.5", "ciso8601==2.1.3", - "httpx==0.18.0", + "httpx==0.18.2", "jinja2==3.0.1", "PyJWT==1.7.1", # PyJWT has loose dependency. We want the latest one.