From 4a7db6ee71b7f17a5cbedc97345c31ceec374db2 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Mon, 2 Jan 2023 15:45:52 -1000 Subject: [PATCH] Bump httpx to 0.23.2 (#85023) changelogs: https://github.com/encode/httpcore/compare/0.16.2...0.16.3 https://github.com/encode/httpx/compare/0.23.1...0.23.2 --- homeassistant/package_constraints.txt | 4 ++-- pyproject.toml | 2 +- requirements.txt | 2 +- script/gen_requirements_all.py | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index dee58b6e51e..05f5134f67f 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -23,7 +23,7 @@ fnvhash==0.1.0 hass-nabucasa==0.61.0 home-assistant-bluetooth==1.9.1 home-assistant-frontend==20230102.0 -httpx==0.23.1 +httpx==0.23.2 ifaddr==0.1.7 janus==1.0.0 jinja2==3.1.2 @@ -90,7 +90,7 @@ regex==2021.8.28 # requirements so we can directly link HA versions to these library versions. anyio==3.6.2 h11==0.14.0 -httpcore==0.16.2 +httpcore==0.16.3 # Ensure we have a hyperframe version that works in Python 3.10 # 5.2.0 fixed a collections abc deprecation diff --git a/pyproject.toml b/pyproject.toml index 50bc0a06938..a8167f20e07 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ dependencies = [ "ciso8601==2.3.0", # When bumping httpx, please check the version pins of # httpcore, anyio, and h11 in gen_requirements_all - "httpx==0.23.1", + "httpx==0.23.2", "home-assistant-bluetooth==1.9.1", "ifaddr==0.1.7", "jinja2==3.1.2", diff --git a/requirements.txt b/requirements.txt index ea7119511e8..3e2e15d4883 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ awesomeversion==22.9.0 bcrypt==3.1.7 certifi>=2021.5.30 ciso8601==2.3.0 -httpx==0.23.1 +httpx==0.23.2 home-assistant-bluetooth==1.9.1 ifaddr==0.1.7 jinja2==3.1.2 diff --git a/script/gen_requirements_all.py b/script/gen_requirements_all.py index d575b61375e..513960c2030 100755 --- a/script/gen_requirements_all.py +++ b/script/gen_requirements_all.py @@ -101,7 +101,7 @@ regex==2021.8.28 # requirements so we can directly link HA versions to these library versions. anyio==3.6.2 h11==0.14.0 -httpcore==0.16.2 +httpcore==0.16.3 # Ensure we have a hyperframe version that works in Python 3.10 # 5.2.0 fixed a collections abc deprecation