J. Nick Koston 2023-01-02 15:45:52 -10:00 committed by GitHub
parent 94b80db968
commit b470c3484b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 5 deletions

View File

@ -23,7 +23,7 @@ fnvhash==0.1.0
hass-nabucasa==0.61.0
home-assistant-bluetooth==1.9.1
home-assistant-frontend==20230102.0
httpx==0.23.1
httpx==0.23.2
ifaddr==0.1.7
janus==1.0.0
jinja2==3.1.2
@ -90,7 +90,7 @@ regex==2021.8.28
# requirements so we can directly link HA versions to these library versions.
anyio==3.6.2
h11==0.14.0
httpcore==0.16.2
httpcore==0.16.3
# Ensure we have a hyperframe version that works in Python 3.10
# 5.2.0 fixed a collections abc deprecation

View File

@ -35,7 +35,7 @@ dependencies = [
"ciso8601==2.3.0",
# When bumping httpx, please check the version pins of
# httpcore, anyio, and h11 in gen_requirements_all
"httpx==0.23.1",
"httpx==0.23.2",
"home-assistant-bluetooth==1.9.1",
"ifaddr==0.1.7",
"jinja2==3.1.2",

View File

@ -10,7 +10,7 @@ awesomeversion==22.9.0
bcrypt==3.1.7
certifi>=2021.5.30
ciso8601==2.3.0
httpx==0.23.1
httpx==0.23.2
home-assistant-bluetooth==1.9.1
ifaddr==0.1.7
jinja2==3.1.2

View File

@ -101,7 +101,7 @@ regex==2021.8.28
# requirements so we can directly link HA versions to these library versions.
anyio==3.6.2
h11==0.14.0
httpcore==0.16.2
httpcore==0.16.3
# Ensure we have a hyperframe version that works in Python 3.10
# 5.2.0 fixed a collections abc deprecation