Update httpcore to 1.0.9 and h11 to 0.16.0 (#145789)

This commit is contained in:
Marc Mueller
2025-05-28 16:35:11 +02:00
committed by GitHub
parent e855b6c2bc
commit 6693fc764f
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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