Bump httpx from 0.19.0 to 0.21.0 (#59723)

* Bump httpx from 0.19.0 to 0.21.0

* Bump respx from 0.17.0 to 0.19.0
This commit is contained in:
uvjustin 2021-11-18 18:11:46 +08:00 committed by GitHub
parent cfc02fc9f4
commit bb731fad5d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View file

@ -17,7 +17,7 @@ cryptography==35.0.0
emoji==1.5.0
hass-nabucasa==0.50.0
home-assistant-frontend==20211117.0
httpx==0.19.0
httpx==0.21.0
ifaddr==0.1.7
jinja2==3.0.3
paho-mqtt==1.6.1

View file

@ -11,7 +11,7 @@ backports.zoneinfo;python_version<"3.9"
bcrypt==3.1.7
certifi>=2021.5.30
ciso8601==2.2.0
httpx==0.19.0
httpx==0.21.0
ifaddr==0.1.7
jinja2==3.0.3
PyJWT==2.1.0

View file

@ -28,7 +28,7 @@ pytest-xdist==2.4.0
pytest==6.2.5
requests_mock==1.9.2
responses==0.12.0
respx==0.17.0
respx==0.19.0
stdlib-list==0.7.0
tqdm==4.49.0
types-atomicwrites==1.4.1

View file

@ -42,7 +42,7 @@ REQUIRES = [
"bcrypt==3.1.7",
"certifi>=2021.5.30",
"ciso8601==2.2.0",
"httpx==0.19.0",
"httpx==0.21.0",
"ifaddr==0.1.7",
"jinja2==3.0.3",
"PyJWT==2.1.0",