From 35400b0db1ab3ced3e9e7e8034450981f01486b4 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Thu, 1 Aug 2019 13:03:45 -0700 Subject: [PATCH] Upgrade hass-nabucasa to 0.16 (#25636) --- homeassistant/components/cloud/manifest.json | 13 +++---------- homeassistant/package_constraints.txt | 2 +- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 4 files changed, 6 insertions(+), 13 deletions(-) diff --git a/homeassistant/components/cloud/manifest.json b/homeassistant/components/cloud/manifest.json index e848f54425b..58739bededc 100644 --- a/homeassistant/components/cloud/manifest.json +++ b/homeassistant/components/cloud/manifest.json @@ -2,14 +2,7 @@ "domain": "cloud", "name": "Cloud", "documentation": "https://www.home-assistant.io/components/cloud", - "requirements": [ - "hass-nabucasa==0.15" - ], - "dependencies": [ - "http", - "webhook" - ], - "codeowners": [ - "@home-assistant/cloud" - ] + "requirements": ["hass-nabucasa==0.16"], + "dependencies": ["http", "webhook"], + "codeowners": ["@home-assistant/cloud"] } diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index 187ee921e25..c5c8dd9c9c0 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -9,7 +9,7 @@ bcrypt==3.1.7 certifi>=2019.6.16 cryptography==2.7 distro==1.4.0 -hass-nabucasa==0.15 +hass-nabucasa==0.16 home-assistant-frontend==20190731.0 importlib-metadata==0.18 jinja2>=2.10.1 diff --git a/requirements_all.txt b/requirements_all.txt index 5de0b412702..82630107fcf 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -593,7 +593,7 @@ habitipy==0.2.0 hangups==0.4.9 # homeassistant.components.cloud -hass-nabucasa==0.15 +hass-nabucasa==0.16 # homeassistant.components.mqtt hbmqtt==0.9.4 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 146d497319d..81ab176514a 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -162,7 +162,7 @@ ha-ffmpeg==2.0 hangups==0.4.9 # homeassistant.components.cloud -hass-nabucasa==0.15 +hass-nabucasa==0.16 # homeassistant.components.mqtt hbmqtt==0.9.4