Skip to content

Commit 9ba53e0

Browse files
authored
Bump httpx to 0.26.0 and httpcore to 1.0.2 (home-assistant#106194)
1 parent 7e685f2 commit 9ba53e0

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

homeassistant/package_constraints.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ hassil==1.5.1
3030
home-assistant-bluetooth==1.11.0
3131
home-assistant-frontend==20231208.2
3232
home-assistant-intents==2023.12.05
33-
httpx==0.25.0
33+
httpx==0.26.0
3434
ifaddr==0.2.0
3535
janus==1.0.0
3636
Jinja2==3.1.2
@@ -111,7 +111,7 @@ regex==2021.8.28
111111
# requirements so we can directly link HA versions to these library versions.
112112
anyio==4.1.0
113113
h11==0.14.0
114-
httpcore==0.18.0
114+
httpcore==1.0.2
115115

116116
# Ensure we have a hyperframe version that works in Python 3.10
117117
# 5.2.0 fixed a collections abc deprecation

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dependencies = [
3636
"ciso8601==2.3.0",
3737
# When bumping httpx, please check the version pins of
3838
# httpcore, anyio, and h11 in gen_requirements_all
39-
"httpx==0.25.0",
39+
"httpx==0.26.0",
4040
"home-assistant-bluetooth==1.11.0",
4141
"ifaddr==0.2.0",
4242
"Jinja2==3.1.2",

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ awesomeversion==23.11.0
1414
bcrypt==4.0.1
1515
certifi>=2021.5.30
1616
ciso8601==2.3.0
17-
httpx==0.25.0
17+
httpx==0.26.0
1818
home-assistant-bluetooth==1.11.0
1919
ifaddr==0.2.0
2020
Jinja2==3.1.2

script/gen_requirements_all.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
# requirements so we can directly link HA versions to these library versions.
106106
anyio==4.1.0
107107
h11==0.14.0
108-
httpcore==0.18.0
108+
httpcore==1.0.2
109109
110110
# Ensure we have a hyperframe version that works in Python 3.10
111111
# 5.2.0 fixed a collections abc deprecation

0 commit comments

Comments
 (0)