diff --git a/homeassistant/components/cloud/manifest.json b/homeassistant/components/cloud/manifest.json
index 0f415b1738a84678deac210b06ac4d8518046422..8e8ff4335db02802d3481edb8ae35f24a6251350 100644
--- a/homeassistant/components/cloud/manifest.json
+++ b/homeassistant/components/cloud/manifest.json
@@ -13,6 +13,6 @@
   "integration_type": "system",
   "iot_class": "cloud_push",
   "loggers": ["hass_nabucasa"],
-  "requirements": ["hass-nabucasa==0.88.1"],
+  "requirements": ["hass-nabucasa==0.89.0"],
   "single_config_entry": true
 }
diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt
index 91d73428f80d5488b08e555830b14a39ecfcde69..622497c655490252e4909a23220d2135e34797d3 100644
--- a/homeassistant/package_constraints.txt
+++ b/homeassistant/package_constraints.txt
@@ -34,7 +34,7 @@ fnv-hash-fast==1.2.2
 go2rtc-client==0.1.2
 ha-ffmpeg==3.2.2
 habluetooth==3.21.1
-hass-nabucasa==0.88.1
+hass-nabucasa==0.89.0
 hassil==2.2.3
 home-assistant-bluetooth==1.13.0
 home-assistant-frontend==20250210.0
diff --git a/pyproject.toml b/pyproject.toml
index 8fb18fa7f07351ccaca0a8f295955e69702dcc85..f80133b17c935cc2bf8991822bfb8f6365bb6e77 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -46,7 +46,7 @@ dependencies    = [
     "fnv-hash-fast==1.2.2",
     # hass-nabucasa is imported by helpers which don't depend on the cloud
     # integration
-    "hass-nabucasa==0.88.1",
+    "hass-nabucasa==0.89.0",
     # When bumping httpx, please check the version pins of
     # httpcore, anyio, and h11 in gen_requirements_all
     "httpx==0.28.1",
diff --git a/requirements.txt b/requirements.txt
index a99034ee9cffe77c3da19b3833ad06ecb839d73c..2eb9aa4252ed503c62da031daa224b89b1e55348 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -21,7 +21,7 @@ certifi>=2021.5.30
 ciso8601==2.3.2
 cronsim==2.6
 fnv-hash-fast==1.2.2
-hass-nabucasa==0.88.1
+hass-nabucasa==0.89.0
 httpx==0.28.1
 home-assistant-bluetooth==1.13.0
 ifaddr==0.2.0
diff --git a/requirements_all.txt b/requirements_all.txt
index 0f44da6d6f9e4596583848408c041c9c5b62f22c..6b4e7a15441911958068d86e982c49732c73e041 100644
--- a/requirements_all.txt
+++ b/requirements_all.txt
@@ -1103,7 +1103,7 @@ habiticalib==0.3.7
 habluetooth==3.21.1
 
 # homeassistant.components.cloud
-hass-nabucasa==0.88.1
+hass-nabucasa==0.89.0
 
 # homeassistant.components.splunk
 hass-splunk==0.1.1
diff --git a/requirements_test_all.txt b/requirements_test_all.txt
index 2dbd991472cf74d722740bbdb0f1578e29a54b75..9a3c4926b860c4fcdbbf3ee4bffc4b1b14fa0d15 100644
--- a/requirements_test_all.txt
+++ b/requirements_test_all.txt
@@ -944,7 +944,7 @@ habiticalib==0.3.7
 habluetooth==3.21.1
 
 # homeassistant.components.cloud
-hass-nabucasa==0.88.1
+hass-nabucasa==0.89.0
 
 # homeassistant.components.conversation
 hassil==2.2.3