1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00

Bump httpx to 0.23.1 (#82725)

This commit is contained in:
uvjustin
2022-11-27 04:04:22 +08:00
committed by GitHub
parent 05f89efd2c
commit 9390359fe3
5 changed files with 10 additions and 10 deletions

View File

@@ -99,9 +99,9 @@ regex==2021.8.28
# these requirements are quite loose. As the entire stack has some outstanding issues, and
# 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==3.6.1
h11==0.12.0
httpcore==0.15.0
anyio==3.6.2
h11==0.14.0
httpcore==0.16.2
# Ensure we have a hyperframe version that works in Python 3.10
# 5.2.0 fixed a collections abc deprecation