From 02ba3c60895446e2cb6f72e760850ed72ddc5469 Mon Sep 17 00:00:00 2001 From: Sean Vig Date: Sat, 18 Sep 2021 02:34:51 -0400 Subject: [PATCH] Update amcrest version to 1.9.3 (#56348) This version fixes a bug that affects the current non-async Home Assistant integration --- homeassistant/components/amcrest/manifest.json | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/amcrest/manifest.json b/homeassistant/components/amcrest/manifest.json index 6035c62ff0e..0d6c1380c20 100644 --- a/homeassistant/components/amcrest/manifest.json +++ b/homeassistant/components/amcrest/manifest.json @@ -2,7 +2,7 @@ "domain": "amcrest", "name": "Amcrest", "documentation": "https://www.home-assistant.io/integrations/amcrest", - "requirements": ["amcrest==1.9.2"], + "requirements": ["amcrest==1.9.3"], "dependencies": ["ffmpeg"], "codeowners": ["@flacjacket"], "iot_class": "local_polling" diff --git a/requirements_all.txt b/requirements_all.txt index f9c369f60d9..e66ece52b80 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -276,7 +276,7 @@ ambee==0.3.0 ambiclimate==0.2.1 # homeassistant.components.amcrest -amcrest==1.9.2 +amcrest==1.9.3 # homeassistant.components.androidtv androidtv[async]==0.0.60