Version Bump for aioftp (#19510)
* Version Bump for aioftp * Version Bump
This commit is contained in:
parent
4c59a6522a
commit
5eab4f1dcc
2 changed files with 2 additions and 2 deletions
|
@ -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__)
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue