Upgraded python-amcrest to 1.2.3 (#14988)
This commit is contained in:
parent
17308a2730
commit
ff4da05267
2 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@ from homeassistant.const import (
|
|||
from homeassistant.helpers import discovery
|
||||
import homeassistant.helpers.config_validation as cv
|
||||
|
||||
REQUIREMENTS = ['amcrest==1.2.2']
|
||||
REQUIREMENTS = ['amcrest==1.2.3']
|
||||
DEPENDENCIES = ['ffmpeg']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
|
|
@ -113,7 +113,7 @@ alarmdecoder==1.13.2
|
|||
alpha_vantage==2.0.0
|
||||
|
||||
# homeassistant.components.amcrest
|
||||
amcrest==1.2.2
|
||||
amcrest==1.2.3
|
||||
|
||||
# homeassistant.components.media_player.anthemav
|
||||
anthemav==1.1.8
|
||||
|
|
Loading…
Add table
Reference in a new issue