diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index 669ad7f7484..1b65c5df9e0 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -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 diff --git a/requirements.txt b/requirements.txt index dd445b8a7e9..70eeccdae1b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 diff --git a/setup.py b/setup.py index db4e8a54d72..302eadbfcf6 100755 --- a/setup.py +++ b/setup.py @@ -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.