Bump httpcore to 1.0.5 (#115672)

Fixes missing handling of EndOfStream errors
pull/116045/head
J. Nick Koston 2024-04-16 10:13:47 -05:00 committed by Franck Nijhof
parent 66918d1686
commit 09ed0aa399
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3
2 changed files with 2 additions and 2 deletions

View File

@ -107,7 +107,7 @@ regex==2021.8.28
# requirements so we can directly link HA versions to these library versions.
anyio==4.3.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
# 5.2.0 fixed a collections abc deprecation

View File

@ -100,7 +100,7 @@ regex==2021.8.28
# requirements so we can directly link HA versions to these library versions.
anyio==4.3.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
# 5.2.0 fixed a collections abc deprecation