diff --git a/homeassistant/components/camera/yi.py b/homeassistant/components/camera/yi.py index 22311510ede..8b5b865ee57 100644 --- a/homeassistant/components/camera/yi.py +++ b/homeassistant/components/camera/yi.py @@ -17,7 +17,7 @@ from homeassistant.helpers import config_validation as cv from homeassistant.helpers.aiohttp_client import async_aiohttp_proxy_stream from homeassistant.exceptions import PlatformNotReady -REQUIREMENTS = ['aioftp==0.10.1'] +REQUIREMENTS = ['aioftp==0.12.0'] DEPENDENCIES = ['ffmpeg'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index c022a1ab827..ec85e22da17 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -102,7 +102,7 @@ aioesphomeapi==1.3.0 aiofreepybox==0.0.5 # homeassistant.components.camera.yi -aioftp==0.10.1 +aioftp==0.12.0 # homeassistant.components.emulated_hue # homeassistant.components.http