diff --git a/homeassistant/components/cloud/manifest.json b/homeassistant/components/cloud/manifest.json index a0f88b3a558..43cdf17740a 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.0.0"], + "requirements": ["hass-nabucasa==1.1.0"], "single_config_entry": true } diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index 01636a9a732..25b0971b1e2 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -35,7 +35,7 @@ fnv-hash-fast==1.5.0 go2rtc-client==0.2.1 ha-ffmpeg==3.2.2 habluetooth==5.3.0 -hass-nabucasa==1.0.0 +hass-nabucasa==1.1.0 hassil==3.2.0 home-assistant-bluetooth==1.13.1 home-assistant-frontend==20250902.1 diff --git a/pyproject.toml b/pyproject.toml index 8669726a76a..5b027b636f7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ dependencies = [ "fnv-hash-fast==1.5.0", # hass-nabucasa is imported by helpers which don't depend on the cloud # integration - "hass-nabucasa==1.0.0", + "hass-nabucasa==1.1.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 d4b342090e9..d1de18296ff 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22,7 +22,7 @@ certifi>=2021.5.30 ciso8601==2.3.2 cronsim==2.6 fnv-hash-fast==1.5.0 -hass-nabucasa==1.0.0 +hass-nabucasa==1.1.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 25887c4fc05..858f6b035f4 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1137,7 +1137,7 @@ habiticalib==0.4.4 habluetooth==5.3.0 # homeassistant.components.cloud -hass-nabucasa==1.0.0 +hass-nabucasa==1.1.0 # homeassistant.components.splunk hass-splunk==0.1.1 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 99da2cf6c69..b8f17ac0a2d 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -998,7 +998,7 @@ habiticalib==0.4.4 habluetooth==5.3.0 # homeassistant.components.cloud -hass-nabucasa==1.0.0 +hass-nabucasa==1.1.0 # homeassistant.components.assist_satellite # homeassistant.components.conversation