mirror of
https://github.com/home-assistant/core.git
synced 2025-07-13 16:27:08 +00:00
Update httpx to 0.27.0 and httpcore to 1.0.4 (#111681)
This commit is contained in:
parent
2b19783311
commit
49eb664a05
@ -32,7 +32,7 @@ hassil==1.6.1
|
|||||||
home-assistant-bluetooth==1.12.0
|
home-assistant-bluetooth==1.12.0
|
||||||
home-assistant-frontend==20240207.1
|
home-assistant-frontend==20240207.1
|
||||||
home-assistant-intents==2024.2.2
|
home-assistant-intents==2024.2.2
|
||||||
httpx==0.26.0
|
httpx==0.27.0
|
||||||
ifaddr==0.2.0
|
ifaddr==0.2.0
|
||||||
janus==1.0.0
|
janus==1.0.0
|
||||||
Jinja2==3.1.3
|
Jinja2==3.1.3
|
||||||
@ -108,7 +108,7 @@ regex==2021.8.28
|
|||||||
# requirements so we can directly link HA versions to these library versions.
|
# requirements so we can directly link HA versions to these library versions.
|
||||||
anyio==4.1.0
|
anyio==4.1.0
|
||||||
h11==0.14.0
|
h11==0.14.0
|
||||||
httpcore==1.0.2
|
httpcore==1.0.4
|
||||||
|
|
||||||
# Ensure we have a hyperframe version that works in Python 3.10
|
# Ensure we have a hyperframe version that works in Python 3.10
|
||||||
# 5.2.0 fixed a collections abc deprecation
|
# 5.2.0 fixed a collections abc deprecation
|
||||||
|
@ -37,7 +37,7 @@ dependencies = [
|
|||||||
"ciso8601==2.3.1",
|
"ciso8601==2.3.1",
|
||||||
# When bumping httpx, please check the version pins of
|
# When bumping httpx, please check the version pins of
|
||||||
# httpcore, anyio, and h11 in gen_requirements_all
|
# httpcore, anyio, and h11 in gen_requirements_all
|
||||||
"httpx==0.26.0",
|
"httpx==0.27.0",
|
||||||
"home-assistant-bluetooth==1.12.0",
|
"home-assistant-bluetooth==1.12.0",
|
||||||
"ifaddr==0.2.0",
|
"ifaddr==0.2.0",
|
||||||
"Jinja2==3.1.3",
|
"Jinja2==3.1.3",
|
||||||
|
@ -15,7 +15,7 @@ awesomeversion==24.2.0
|
|||||||
bcrypt==4.1.2
|
bcrypt==4.1.2
|
||||||
certifi>=2021.5.30
|
certifi>=2021.5.30
|
||||||
ciso8601==2.3.1
|
ciso8601==2.3.1
|
||||||
httpx==0.26.0
|
httpx==0.27.0
|
||||||
home-assistant-bluetooth==1.12.0
|
home-assistant-bluetooth==1.12.0
|
||||||
ifaddr==0.2.0
|
ifaddr==0.2.0
|
||||||
Jinja2==3.1.3
|
Jinja2==3.1.3
|
||||||
|
@ -100,7 +100,7 @@ regex==2021.8.28
|
|||||||
# requirements so we can directly link HA versions to these library versions.
|
# requirements so we can directly link HA versions to these library versions.
|
||||||
anyio==4.1.0
|
anyio==4.1.0
|
||||||
h11==0.14.0
|
h11==0.14.0
|
||||||
httpcore==1.0.2
|
httpcore==1.0.4
|
||||||
|
|
||||||
# Ensure we have a hyperframe version that works in Python 3.10
|
# Ensure we have a hyperframe version that works in Python 3.10
|
||||||
# 5.2.0 fixed a collections abc deprecation
|
# 5.2.0 fixed a collections abc deprecation
|
||||||
|
Loading…
x
Reference in New Issue
Block a user