mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 19:27:45 +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
|
emoji==1.2.0
|
||||||
hass-nabucasa==0.44.0
|
hass-nabucasa==0.44.0
|
||||||
home-assistant-frontend==20210707.0
|
home-assistant-frontend==20210707.0
|
||||||
httpx==0.18.0
|
httpx==0.18.2
|
||||||
ifaddr==0.1.7
|
ifaddr==0.1.7
|
||||||
jinja2==3.0.1
|
jinja2==3.0.1
|
||||||
paho-mqtt==1.5.1
|
paho-mqtt==1.5.1
|
||||||
@ -62,7 +62,3 @@ enum34==1000000000.0.0
|
|||||||
typing==1000000000.0.0
|
typing==1000000000.0.0
|
||||||
uuid==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
|
bcrypt==3.1.7
|
||||||
certifi>=2020.12.5
|
certifi>=2020.12.5
|
||||||
ciso8601==2.1.3
|
ciso8601==2.1.3
|
||||||
httpx==0.18.0
|
httpx==0.18.2
|
||||||
jinja2==3.0.1
|
jinja2==3.0.1
|
||||||
PyJWT==1.7.1
|
PyJWT==1.7.1
|
||||||
cryptography==3.3.2
|
cryptography==3.3.2
|
||||||
|
@ -83,10 +83,6 @@ enum34==1000000000.0.0
|
|||||||
typing==1000000000.0.0
|
typing==1000000000.0.0
|
||||||
uuid==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 = (
|
IGNORE_PRE_COMMIT_HOOK_ID = (
|
||||||
|
2
setup.py
2
setup.py
@ -41,7 +41,7 @@ REQUIRES = [
|
|||||||
"bcrypt==3.1.7",
|
"bcrypt==3.1.7",
|
||||||
"certifi>=2020.12.5",
|
"certifi>=2020.12.5",
|
||||||
"ciso8601==2.1.3",
|
"ciso8601==2.1.3",
|
||||||
"httpx==0.18.0",
|
"httpx==0.18.2",
|
||||||
"jinja2==3.0.1",
|
"jinja2==3.0.1",
|
||||||
"PyJWT==1.7.1",
|
"PyJWT==1.7.1",
|
||||||
# PyJWT has loose dependency. We want the latest one.
|
# PyJWT has loose dependency. We want the latest one.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user