mirror of
https://github.com/home-assistant/core.git
synced 2025-06-25 01:21:51 +02:00
Update httpcore to 1.0.9 and h11 to 0.16.0 (#145789)
This commit is contained in:
@ -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
|
||||
# requirements so we can directly link HA versions to these library versions.
|
||||
anyio==4.9.0
|
||||
h11==0.14.0
|
||||
httpcore==1.0.7
|
||||
h11==0.16.0
|
||||
httpcore==1.0.9
|
||||
|
||||
# Ensure we have a hyperframe version that works in Python 3.10
|
||||
# 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
|
||||
# requirements so we can directly link HA versions to these library versions.
|
||||
anyio==4.9.0
|
||||
h11==0.14.0
|
||||
httpcore==1.0.7
|
||||
h11==0.16.0
|
||||
httpcore==1.0.9
|
||||
|
||||
# Ensure we have a hyperframe version that works in Python 3.10
|
||||
# 5.2.0 fixed a collections abc deprecation
|
||||
|
Reference in New Issue
Block a user