mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
Update httpcore to 1.0.9 and h11 to 0.16.0 (#145789)
This commit is contained in:
parent
e855b6c2bc
commit
6693fc764f
@ -111,8 +111,8 @@ uuid==1000000000.0.0
|
|||||||
# even newer versions seem to introduce new issues, it's useful for us to pin all these
|
# even newer versions seem to introduce new issues, it's useful for us to pin all these
|
||||||
# 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.9.0
|
anyio==4.9.0
|
||||||
h11==0.14.0
|
h11==0.16.0
|
||||||
httpcore==1.0.7
|
httpcore==1.0.9
|
||||||
|
|
||||||
# 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
|
||||||
|
@ -138,8 +138,8 @@ uuid==1000000000.0.0
|
|||||||
# even newer versions seem to introduce new issues, it's useful for us to pin all these
|
# even newer versions seem to introduce new issues, it's useful for us to pin all these
|
||||||
# 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.9.0
|
anyio==4.9.0
|
||||||
h11==0.14.0
|
h11==0.16.0
|
||||||
httpcore==1.0.7
|
httpcore==1.0.9
|
||||||
|
|
||||||
# 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