Bump httpx to 0.23.2 (#85023)
changelogs: https://github.com/encode/httpcore/compare/0.16.2...0.16.3 https://github.com/encode/httpx/compare/0.23.1...0.23.2pull/85120/head
parent
a10b9572c7
commit
4a7db6ee71
|
@ -23,7 +23,7 @@ fnvhash==0.1.0
|
||||||
hass-nabucasa==0.61.0
|
hass-nabucasa==0.61.0
|
||||||
home-assistant-bluetooth==1.9.1
|
home-assistant-bluetooth==1.9.1
|
||||||
home-assistant-frontend==20230102.0
|
home-assistant-frontend==20230102.0
|
||||||
httpx==0.23.1
|
httpx==0.23.2
|
||||||
ifaddr==0.1.7
|
ifaddr==0.1.7
|
||||||
janus==1.0.0
|
janus==1.0.0
|
||||||
jinja2==3.1.2
|
jinja2==3.1.2
|
||||||
|
@ -90,7 +90,7 @@ regex==2021.8.28
|
||||||
# requirements so we can directly link HA versions to these library versions.
|
# requirements so we can directly link HA versions to these library versions.
|
||||||
anyio==3.6.2
|
anyio==3.6.2
|
||||||
h11==0.14.0
|
h11==0.14.0
|
||||||
httpcore==0.16.2
|
httpcore==0.16.3
|
||||||
|
|
||||||
# Ensure we have a hyperframe version that works in Python 3.10
|
# Ensure we have a hyperframe version that works in Python 3.10
|
||||||
# 5.2.0 fixed a collections abc deprecation
|
# 5.2.0 fixed a collections abc deprecation
|
||||||
|
|
|
@ -35,7 +35,7 @@ dependencies = [
|
||||||
"ciso8601==2.3.0",
|
"ciso8601==2.3.0",
|
||||||
# When bumping httpx, please check the version pins of
|
# When bumping httpx, please check the version pins of
|
||||||
# httpcore, anyio, and h11 in gen_requirements_all
|
# httpcore, anyio, and h11 in gen_requirements_all
|
||||||
"httpx==0.23.1",
|
"httpx==0.23.2",
|
||||||
"home-assistant-bluetooth==1.9.1",
|
"home-assistant-bluetooth==1.9.1",
|
||||||
"ifaddr==0.1.7",
|
"ifaddr==0.1.7",
|
||||||
"jinja2==3.1.2",
|
"jinja2==3.1.2",
|
||||||
|
|
|
@ -10,7 +10,7 @@ awesomeversion==22.9.0
|
||||||
bcrypt==3.1.7
|
bcrypt==3.1.7
|
||||||
certifi>=2021.5.30
|
certifi>=2021.5.30
|
||||||
ciso8601==2.3.0
|
ciso8601==2.3.0
|
||||||
httpx==0.23.1
|
httpx==0.23.2
|
||||||
home-assistant-bluetooth==1.9.1
|
home-assistant-bluetooth==1.9.1
|
||||||
ifaddr==0.1.7
|
ifaddr==0.1.7
|
||||||
jinja2==3.1.2
|
jinja2==3.1.2
|
||||||
|
|
|
@ -101,7 +101,7 @@ regex==2021.8.28
|
||||||
# requirements so we can directly link HA versions to these library versions.
|
# requirements so we can directly link HA versions to these library versions.
|
||||||
anyio==3.6.2
|
anyio==3.6.2
|
||||||
h11==0.14.0
|
h11==0.14.0
|
||||||
httpcore==0.16.2
|
httpcore==0.16.3
|
||||||
|
|
||||||
# Ensure we have a hyperframe version that works in Python 3.10
|
# Ensure we have a hyperframe version that works in Python 3.10
|
||||||
# 5.2.0 fixed a collections abc deprecation
|
# 5.2.0 fixed a collections abc deprecation
|
||||||
|
|
Loading…
Reference in New Issue