mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 09:47:13 +00:00
Bump httpx to 0.26.0 and httpcore to 1.0.2 (#106194)
This commit is contained in:
parent
7e685f2bc7
commit
9ba53e03ee
@ -30,7 +30,7 @@ hassil==1.5.1
|
||||
home-assistant-bluetooth==1.11.0
|
||||
home-assistant-frontend==20231208.2
|
||||
home-assistant-intents==2023.12.05
|
||||
httpx==0.25.0
|
||||
httpx==0.26.0
|
||||
ifaddr==0.2.0
|
||||
janus==1.0.0
|
||||
Jinja2==3.1.2
|
||||
@ -111,7 +111,7 @@ regex==2021.8.28
|
||||
# requirements so we can directly link HA versions to these library versions.
|
||||
anyio==4.1.0
|
||||
h11==0.14.0
|
||||
httpcore==0.18.0
|
||||
httpcore==1.0.2
|
||||
|
||||
# Ensure we have a hyperframe version that works in Python 3.10
|
||||
# 5.2.0 fixed a collections abc deprecation
|
||||
|
@ -36,7 +36,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.25.0",
|
||||
"httpx==0.26.0",
|
||||
"home-assistant-bluetooth==1.11.0",
|
||||
"ifaddr==0.2.0",
|
||||
"Jinja2==3.1.2",
|
||||
|
@ -14,7 +14,7 @@ awesomeversion==23.11.0
|
||||
bcrypt==4.0.1
|
||||
certifi>=2021.5.30
|
||||
ciso8601==2.3.0
|
||||
httpx==0.25.0
|
||||
httpx==0.26.0
|
||||
home-assistant-bluetooth==1.11.0
|
||||
ifaddr==0.2.0
|
||||
Jinja2==3.1.2
|
||||
|
@ -105,7 +105,7 @@ regex==2021.8.28
|
||||
# requirements so we can directly link HA versions to these library versions.
|
||||
anyio==4.1.0
|
||||
h11==0.14.0
|
||||
httpcore==0.18.0
|
||||
httpcore==1.0.2
|
||||
|
||||
# Ensure we have a hyperframe version that works in Python 3.10
|
||||
# 5.2.0 fixed a collections abc deprecation
|
||||
|
Loading…
x
Reference in New Issue
Block a user