Bump httpx to 0.19.0 (#55106)

* Bump httpx to 0.19.0

* regen constraints
This commit is contained in:
J. Nick Koston 2021-08-23 22:27:53 -05:00 committed by GitHub
parent 4d7de0fd4c
commit 6f75a853f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -17,7 +17,7 @@ defusedxml==0.7.1
emoji==1.2.0
hass-nabucasa==0.46.0
home-assistant-frontend==20210818.0
httpx==0.18.2
httpx==0.19.0
ifaddr==0.1.7
jinja2==3.0.1
paho-mqtt==1.5.1

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.2
httpx==0.19.0
jinja2==3.0.1
PyJWT==1.7.1
cryptography==3.3.2

View file

@ -41,7 +41,7 @@ REQUIRES = [
"bcrypt==3.1.7",
"certifi>=2020.12.5",
"ciso8601==2.1.3",
"httpx==0.18.2",
"httpx==0.19.0",
"jinja2==3.0.1",
"PyJWT==1.7.1",
# PyJWT has loose dependency. We want the latest one.