mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 00:37:53 +00:00
Bump httpx to 0.18.2 (#53257)
This commit is contained in:
parent
f20602e11d
commit
0ce071e0a4
@ -18,7 +18,7 @@ distro==1.5.0
|
||||
emoji==1.2.0
|
||||
hass-nabucasa==0.44.0
|
||||
home-assistant-frontend==20210707.0
|
||||
httpx==0.18.0
|
||||
httpx==0.18.2
|
||||
ifaddr==0.1.7
|
||||
jinja2==3.0.1
|
||||
paho-mqtt==1.5.1
|
||||
@ -62,7 +62,3 @@ enum34==1000000000.0.0
|
||||
typing==1000000000.0.0
|
||||
uuid==1000000000.0.0
|
||||
|
||||
# httpcore 0.13.4 breaks several integrations
|
||||
# https://github.com/home-assistant/core/issues/51778
|
||||
httpcore==0.13.3
|
||||
|
||||
|
@ -10,7 +10,7 @@ backports.zoneinfo;python_version<"3.9"
|
||||
bcrypt==3.1.7
|
||||
certifi>=2020.12.5
|
||||
ciso8601==2.1.3
|
||||
httpx==0.18.0
|
||||
httpx==0.18.2
|
||||
jinja2==3.0.1
|
||||
PyJWT==1.7.1
|
||||
cryptography==3.3.2
|
||||
|
@ -83,10 +83,6 @@ enum34==1000000000.0.0
|
||||
typing==1000000000.0.0
|
||||
uuid==1000000000.0.0
|
||||
|
||||
# httpcore 0.13.4 breaks several integrations
|
||||
# https://github.com/home-assistant/core/issues/51778
|
||||
httpcore==0.13.3
|
||||
|
||||
"""
|
||||
|
||||
IGNORE_PRE_COMMIT_HOOK_ID = (
|
||||
|
Loading…
x
Reference in New Issue
Block a user