Bump httpx to 0.18.2 (#53257)

This commit is contained in:
J. Nick Koston 2021-07-20 18:47:13 -10:00 committed by GitHub
parent f20602e11d
commit 0ce071e0a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 3 additions and 11 deletions

View File

@ -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

View File

@ -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

View File

@ -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 = (

View File

@ -41,7 +41,7 @@ REQUIRES = [
"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",
# PyJWT has loose dependency. We want the latest one.