From 535aa05c653dd0671dd2912c69c43da07b33dddc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20S=C3=B8rensen?= Date: Thu, 16 May 2024 17:08:01 +0200 Subject: [PATCH] Update hass-nabucasa dependency to version 0.81.0 (#117568) --- homeassistant/components/cloud/manifest.json | 2 +- homeassistant/package_constraints.txt | 2 +- pyproject.toml | 2 +- requirements.txt | 2 +- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/homeassistant/components/cloud/manifest.json b/homeassistant/components/cloud/manifest.json index 0d2ee546ad8..f30b6b14f67 100644 --- a/homeassistant/components/cloud/manifest.json +++ b/homeassistant/components/cloud/manifest.json @@ -8,5 +8,5 @@ "integration_type": "system", "iot_class": "cloud_push", "loggers": ["hass_nabucasa"], - "requirements": ["hass-nabucasa==0.78.0"] + "requirements": ["hass-nabucasa==0.81.0"] } diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index 93aa5e8299e..039651bc3d3 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -29,7 +29,7 @@ fnv-hash-fast==0.5.0 ha-av==10.1.1 ha-ffmpeg==3.2.0 habluetooth==3.0.1 -hass-nabucasa==0.78.0 +hass-nabucasa==0.81.0 hassil==1.7.1 home-assistant-bluetooth==1.12.0 home-assistant-frontend==20240501.1 diff --git a/pyproject.toml b/pyproject.toml index 0ff79f0e31f..207e4d657d3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ dependencies = [ "fnv-hash-fast==0.5.0", # hass-nabucasa is imported by helpers which don't depend on the cloud # integration - "hass-nabucasa==0.78.0", + "hass-nabucasa==0.81.0", # When bumping httpx, please check the version pins of # httpcore, anyio, and h11 in gen_requirements_all "httpx==0.27.0", diff --git a/requirements.txt b/requirements.txt index ca67f1e80f7..104e8fb796f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,7 +18,7 @@ bcrypt==4.1.2 certifi>=2021.5.30 ciso8601==2.3.1 fnv-hash-fast==0.5.0 -hass-nabucasa==0.78.0 +hass-nabucasa==0.81.0 httpx==0.27.0 home-assistant-bluetooth==1.12.0 ifaddr==0.2.0 diff --git a/requirements_all.txt b/requirements_all.txt index af7de64b767..ecbee49a04d 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1041,7 +1041,7 @@ habitipy==0.3.1 habluetooth==3.0.1 # homeassistant.components.cloud -hass-nabucasa==0.78.0 +hass-nabucasa==0.81.0 # homeassistant.components.splunk hass-splunk==0.1.1 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index e2dcebe7cce..3f2c4e97d64 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -855,7 +855,7 @@ habitipy==0.3.1 habluetooth==3.0.1 # homeassistant.components.cloud -hass-nabucasa==0.78.0 +hass-nabucasa==0.81.0 # homeassistant.components.conversation hassil==1.7.1