mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +00:00
Bump httpcore to 1.0.5 (#115672)
Fixes missing handling of EndOfStream errors
This commit is contained in:
parent
63c9aef71d
commit
135fe26704
@ -109,7 +109,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.3.0
|
anyio==4.3.0
|
||||||
h11==0.14.0
|
h11==0.14.0
|
||||||
httpcore==1.0.4
|
httpcore==1.0.5
|
||||||
|
|
||||||
# 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
|
||||||
|
@ -99,7 +99,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.3.0
|
anyio==4.3.0
|
||||||
h11==0.14.0
|
h11==0.14.0
|
||||||
httpcore==1.0.4
|
httpcore==1.0.5
|
||||||
|
|
||||||
# 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