Bump httpx to 0.23.1 (#82725)
This commit is contained in:
parent
05f89efd2c
commit
9390359fe3
5 changed files with 10 additions and 10 deletions
|
@ -23,7 +23,7 @@ fnvhash==0.1.0
|
|||
hass-nabucasa==0.56.0
|
||||
home-assistant-bluetooth==1.8.1
|
||||
home-assistant-frontend==20221108.0
|
||||
httpx==0.23.0
|
||||
httpx==0.23.1
|
||||
ifaddr==0.1.7
|
||||
jinja2==3.1.2
|
||||
lru-dict==1.1.8
|
||||
|
@ -87,9 +87,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
|
||||
|
|
|
@ -35,7 +35,7 @@ dependencies = [
|
|||
"ciso8601==2.2.0",
|
||||
# When bumping httpx, please check the version pins of
|
||||
# httpcore, anyio, and h11 in gen_requirements_all
|
||||
"httpx==0.23.0",
|
||||
"httpx==0.23.1",
|
||||
"home-assistant-bluetooth==1.8.1",
|
||||
"ifaddr==0.1.7",
|
||||
"jinja2==3.1.2",
|
||||
|
|
|
@ -10,7 +10,7 @@ awesomeversion==22.9.0
|
|||
bcrypt==3.1.7
|
||||
certifi>=2021.5.30
|
||||
ciso8601==2.2.0
|
||||
httpx==0.23.0
|
||||
httpx==0.23.1
|
||||
home-assistant-bluetooth==1.8.1
|
||||
ifaddr==0.1.7
|
||||
jinja2==3.1.2
|
||||
|
|
|
@ -26,7 +26,7 @@ pytest-timeout==2.1.0
|
|||
pytest-xdist==2.5.0
|
||||
pytest==7.2.0
|
||||
requests_mock==1.10.0
|
||||
respx==0.19.2
|
||||
respx==0.20.1
|
||||
stdlib-list==0.7.0
|
||||
tomli==2.0.1;python_version<"3.11"
|
||||
tqdm==4.64.0
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue