diff --git a/homeassistant/components/cloud/manifest.json b/homeassistant/components/cloud/manifest.json index 085be41e5e7..0b416a5d3c2 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==1.5.1"], + "requirements": ["hass-nabucasa==1.6.0"], "single_config_entry": true } diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index c4ee3c685dd..155dd2c9f18 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -36,7 +36,7 @@ fnv-hash-fast==1.6.0 go2rtc-client==0.3.0 ha-ffmpeg==3.2.2 habluetooth==5.7.0 -hass-nabucasa==1.5.1 +hass-nabucasa==1.6.0 hassil==3.4.0 home-assistant-bluetooth==1.13.1 home-assistant-frontend==20251105.1 diff --git a/pyproject.toml b/pyproject.toml index e80906b7f58..6b99e1fada7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ dependencies = [ "fnv-hash-fast==1.6.0", # hass-nabucasa is imported by helpers which don't depend on the cloud # integration - "hass-nabucasa==1.5.1", + "hass-nabucasa==1.6.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 cbcf9d81c31..0aa951e81c7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22,7 +22,7 @@ certifi>=2021.5.30 ciso8601==2.3.3 cronsim==2.7 fnv-hash-fast==1.6.0 -hass-nabucasa==1.5.1 +hass-nabucasa==1.6.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 c9b16733a58..744f3c8cf2e 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1151,7 +1151,7 @@ habluetooth==5.7.0 hanna-cloud==0.0.6 # homeassistant.components.cloud -hass-nabucasa==1.5.1 +hass-nabucasa==1.6.0 # homeassistant.components.splunk hass-splunk==0.1.1 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 03655a093ea..b67a9e2cc00 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -1015,7 +1015,7 @@ habluetooth==5.7.0 hanna-cloud==0.0.6 # homeassistant.components.cloud -hass-nabucasa==1.5.1 +hass-nabucasa==1.6.0 # homeassistant.components.assist_satellite # homeassistant.components.conversation