Bump httpx to 0.19.0 (#55106)
* Bump httpx to 0.19.0 * regen constraints
This commit is contained in:
parent
4d7de0fd4c
commit
6f75a853f8
3 changed files with 3 additions and 3 deletions
|
@ -17,7 +17,7 @@ defusedxml==0.7.1
|
||||||
emoji==1.2.0
|
emoji==1.2.0
|
||||||
hass-nabucasa==0.46.0
|
hass-nabucasa==0.46.0
|
||||||
home-assistant-frontend==20210818.0
|
home-assistant-frontend==20210818.0
|
||||||
httpx==0.18.2
|
httpx==0.19.0
|
||||||
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
|
||||||
|
|
|
@ -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.2
|
httpx==0.19.0
|
||||||
jinja2==3.0.1
|
jinja2==3.0.1
|
||||||
PyJWT==1.7.1
|
PyJWT==1.7.1
|
||||||
cryptography==3.3.2
|
cryptography==3.3.2
|
||||||
|
|
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.2",
|
"httpx==0.19.0",
|
||||||
"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…
Add table
Add a link
Reference in a new issue