Update amcrest version to 1.9.3 (#56348)

This version fixes a bug that affects the current non-async Home Assistant integration
This commit is contained in:
Sean Vig 2021-09-18 02:34:51 -04:00 committed by GitHub
parent 7524daad86
commit 02ba3c6089
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -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