From 5eab4f1dccbeb0761ec20840b6c580fe02620bd6 Mon Sep 17 00:00:00 2001 From: Ioan Loosley Date: Thu, 27 Dec 2018 17:17:12 +0000 Subject: [PATCH] Version Bump for aioftp (#19510) * Version Bump for aioftp * Version Bump --- homeassistant/components/camera/yi.py | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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