diff --git a/homeassistant/components/cloud/manifest.json b/homeassistant/components/cloud/manifest.json
index 7598dde6cf3ae0e979c132678817b7939d32af07..16d340a480b8ab182b2a0e8bd4c6be005ea06ea2 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": ["acme", "hass_nabucasa", "snitun"],
-  "requirements": ["hass-nabucasa==0.90.0"],
+  "requirements": ["hass-nabucasa==0.91.0"],
   "single_config_entry": true
 }
diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt
index b35d5589182d80215c36fe779e31970d99a7a1bd..b49409d9ce77185f072524629e41f0a6efb6d84e 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.90.0
+hass-nabucasa==0.91.0
 hassil==2.2.3
 home-assistant-bluetooth==1.13.1
 home-assistant-frontend==20250210.0
diff --git a/pyproject.toml b/pyproject.toml
index c0d83b05f003a4c9c2987bf6d8164f808174ed90..e693b6ec9c53c34f3f02592f00f0576f09e19b5a 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.90.0",
+    "hass-nabucasa==0.91.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 4afa122ba7d299eafc3f4a5c1d84df94c28490d8..7baea71e608fc895b7a26e672f92c6f8bbd58372 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.90.0
+hass-nabucasa==0.91.0
 httpx==0.28.1
 home-assistant-bluetooth==1.13.1
 ifaddr==0.2.0
diff --git a/requirements_all.txt b/requirements_all.txt
index c9d118adb8e33dfb171225ff93bd41e9cb920455..92d1a2a62ab7ce103072125a810b115655a7ccc7 100644
--- a/requirements_all.txt
+++ b/requirements_all.txt
@@ -1106,7 +1106,7 @@ habiticalib==0.3.7
 habluetooth==3.21.1
 
 # homeassistant.components.cloud
-hass-nabucasa==0.90.0
+hass-nabucasa==0.91.0
 
 # homeassistant.components.splunk
 hass-splunk==0.1.1
diff --git a/requirements_test_all.txt b/requirements_test_all.txt
index 335326545a2a9357d6f59e972b87dbfeb8c1c961..6e24129a0feb5b1d3be604c47c203c609def1604 100644
--- a/requirements_test_all.txt
+++ b/requirements_test_all.txt
@@ -947,7 +947,7 @@ habiticalib==0.3.7
 habluetooth==3.21.1
 
 # homeassistant.components.cloud
-hass-nabucasa==0.90.0
+hass-nabucasa==0.91.0
 
 # homeassistant.components.conversation
 hassil==2.2.3