diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt
index 3bc8ad7e4494f4239acf6d8bd96ce25ea96dddf4..bf9b7262194e67aa8c7ab2d506a42d66bdb89beb 100644
--- a/homeassistant/package_constraints.txt
+++ b/homeassistant/package_constraints.txt
@@ -11,7 +11,7 @@ aiohttp_cors==0.7.0
 aiousbwatcher==1.1.1
 aiozoneinfo==0.2.3
 astral==2.2
-async-interrupt==1.2.0
+async-interrupt==1.2.1
 async-upnp-client==0.43.0
 atomicwrites-homeassistant==1.4.1
 attrs==25.1.0
diff --git a/pyproject.toml b/pyproject.toml
index 873e36095511d57f9832e8a8b95ce4cf4eaace5f..f1baf85cdf35a55beeb3f28ed26145e16f66e857 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -34,7 +34,7 @@ dependencies    = [
     "aiohttp-asyncmdnsresolver==0.0.3",
     "aiozoneinfo==0.2.3",
     "astral==2.2",
-    "async-interrupt==1.2.0",
+    "async-interrupt==1.2.1",
     "attrs==25.1.0",
     "atomicwrites-homeassistant==1.4.1",
     "audioop-lts==0.2.1;python_version>='3.13'",
diff --git a/requirements.txt b/requirements.txt
index f7c94d75c0551c3a7a81a10eeb2b788b42ee615d..1a80837e2ccd6339262d85e7d6a43f3ec52b2b7d 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -11,7 +11,7 @@ aiohttp-fast-zlib==0.2.2
 aiohttp-asyncmdnsresolver==0.0.3
 aiozoneinfo==0.2.3
 astral==2.2
-async-interrupt==1.2.0
+async-interrupt==1.2.1
 attrs==25.1.0
 atomicwrites-homeassistant==1.4.1
 audioop-lts==0.2.1;python_version>='3.13'