Update httpx to 0.27.2 (#126630)

This commit is contained in:
Marc Mueller 2024-09-24 16:41:35 +02:00 committed by GitHub
parent 27bed0cdcb
commit fc37218311
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -34,7 +34,7 @@ hassil==1.7.4
home-assistant-bluetooth==1.12.2 home-assistant-bluetooth==1.12.2
home-assistant-frontend==20240909.1 home-assistant-frontend==20240909.1
home-assistant-intents==2024.9.23 home-assistant-intents==2024.9.23
httpx==0.27.0 httpx==0.27.2
ifaddr==0.2.0 ifaddr==0.2.0
Jinja2==3.1.4 Jinja2==3.1.4
lru-dict==1.3.0 lru-dict==1.3.0

View File

@ -45,7 +45,7 @@ dependencies = [
"hass-nabucasa==0.81.1", "hass-nabucasa==0.81.1",
# 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.27.0", "httpx==0.27.2",
"home-assistant-bluetooth==1.12.2", "home-assistant-bluetooth==1.12.2",
"ifaddr==0.2.0", "ifaddr==0.2.0",
"Jinja2==3.1.4", "Jinja2==3.1.4",

View File

@ -19,7 +19,7 @@ certifi>=2021.5.30
ciso8601==2.3.1 ciso8601==2.3.1
fnv-hash-fast==1.0.2 fnv-hash-fast==1.0.2
hass-nabucasa==0.81.1 hass-nabucasa==0.81.1
httpx==0.27.0 httpx==0.27.2
home-assistant-bluetooth==1.12.2 home-assistant-bluetooth==1.12.2
ifaddr==0.2.0 ifaddr==0.2.0
Jinja2==3.1.4 Jinja2==3.1.4