mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
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:
parent
cfc02fc9f4
commit
bb731fad5d
@ -17,7 +17,7 @@ cryptography==35.0.0
|
|||||||
emoji==1.5.0
|
emoji==1.5.0
|
||||||
hass-nabucasa==0.50.0
|
hass-nabucasa==0.50.0
|
||||||
home-assistant-frontend==20211117.0
|
home-assistant-frontend==20211117.0
|
||||||
httpx==0.19.0
|
httpx==0.21.0
|
||||||
ifaddr==0.1.7
|
ifaddr==0.1.7
|
||||||
jinja2==3.0.3
|
jinja2==3.0.3
|
||||||
paho-mqtt==1.6.1
|
paho-mqtt==1.6.1
|
||||||
|
@ -11,7 +11,7 @@ backports.zoneinfo;python_version<"3.9"
|
|||||||
bcrypt==3.1.7
|
bcrypt==3.1.7
|
||||||
certifi>=2021.5.30
|
certifi>=2021.5.30
|
||||||
ciso8601==2.2.0
|
ciso8601==2.2.0
|
||||||
httpx==0.19.0
|
httpx==0.21.0
|
||||||
ifaddr==0.1.7
|
ifaddr==0.1.7
|
||||||
jinja2==3.0.3
|
jinja2==3.0.3
|
||||||
PyJWT==2.1.0
|
PyJWT==2.1.0
|
||||||
|
@ -28,7 +28,7 @@ pytest-xdist==2.4.0
|
|||||||
pytest==6.2.5
|
pytest==6.2.5
|
||||||
requests_mock==1.9.2
|
requests_mock==1.9.2
|
||||||
responses==0.12.0
|
responses==0.12.0
|
||||||
respx==0.17.0
|
respx==0.19.0
|
||||||
stdlib-list==0.7.0
|
stdlib-list==0.7.0
|
||||||
tqdm==4.49.0
|
tqdm==4.49.0
|
||||||
types-atomicwrites==1.4.1
|
types-atomicwrites==1.4.1
|
||||||
|
2
setup.py
2
setup.py
@ -42,7 +42,7 @@ REQUIRES = [
|
|||||||
"bcrypt==3.1.7",
|
"bcrypt==3.1.7",
|
||||||
"certifi>=2021.5.30",
|
"certifi>=2021.5.30",
|
||||||
"ciso8601==2.2.0",
|
"ciso8601==2.2.0",
|
||||||
"httpx==0.19.0",
|
"httpx==0.21.0",
|
||||||
"ifaddr==0.1.7",
|
"ifaddr==0.1.7",
|
||||||
"jinja2==3.0.3",
|
"jinja2==3.0.3",
|
||||||
"PyJWT==2.1.0",
|
"PyJWT==2.1.0",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user