diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt
index 309d4b89e9f729ad2aa918df1b9df353d8e35e8f..f235cc3f02c69c1f97af52c7883b7afa99f8b983 100644
--- a/homeassistant/package_constraints.txt
+++ b/homeassistant/package_constraints.txt
@@ -16,7 +16,7 @@ cryptography==36.0.2
 fnvhash==0.1.0
 hass-nabucasa==0.54.0
 home-assistant-frontend==20220526.0
-httpx==0.22.0
+httpx==0.23.0
 ifaddr==0.1.7
 jinja2==3.1.2
 lru-dict==1.1.7
@@ -78,9 +78,9 @@ regex==2021.8.28
 # these requirements are quite loose. As the entire stack has some outstanding issues, and
 # even newer versions seem to introduce new issues, it's useful for us to pin all these
 # requirements so we can directly link HA versions to these library versions.
-anyio==3.5.0
+anyio==3.6.1
 h11==0.12.0
-httpcore==0.14.7
+httpcore==0.15.0
 
 # Ensure we have a hyperframe version that works in Python 3.10
 # 5.2.0 fixed a collections abc deprecation
diff --git a/requirements.txt b/requirements.txt
index 0c13b9c319babd3b78a8b6023b080a3d0dc49ea1..8321e70f8deeb8d0b0a1d9d25e2808c87903fec5 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -10,7 +10,7 @@ awesomeversion==22.5.1
 bcrypt==3.1.7
 certifi>=2021.5.30
 ciso8601==2.2.0
-httpx==0.22.0
+httpx==0.23.0
 ifaddr==0.1.7
 jinja2==3.1.2
 PyJWT==2.4.0
diff --git a/script/gen_requirements_all.py b/script/gen_requirements_all.py
index 369045e51246a9c38df39d27306e3083209738b0..f049080b7fa7c127dc5451cb99a40840ac69f6a5 100755
--- a/script/gen_requirements_all.py
+++ b/script/gen_requirements_all.py
@@ -94,9 +94,9 @@ regex==2021.8.28
 # these requirements are quite loose. As the entire stack has some outstanding issues, and
 # even newer versions seem to introduce new issues, it's useful for us to pin all these
 # requirements so we can directly link HA versions to these library versions.
-anyio==3.5.0
+anyio==3.6.1
 h11==0.12.0
-httpcore==0.14.7
+httpcore==0.15.0
 
 # Ensure we have a hyperframe version that works in Python 3.10
 # 5.2.0 fixed a collections abc deprecation
diff --git a/setup.cfg b/setup.cfg
index c62390253dc0b9994f0684322f80f524f52141dd..205fcd96086db6f04941b83dc2c154253ba7911e 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -16,7 +16,7 @@ install_requires =
     ciso8601==2.2.0
     # When bumping httpx, please check the version pins of
     # httpcore, anyio, and h11 in gen_requirements_all
-    httpx==0.22.0
+    httpx==0.23.0
     ifaddr==0.1.7
     jinja2==3.1.2
     PyJWT==2.4.0