Bump aioftp to 0.21.3 (#78257)

This commit is contained in:
Federico Marani 2022-09-15 10:52:33 +02:00 committed by GitHub
parent 035f206e95
commit 08449dc1bc
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": "yi",
"name": "Yi Home Cameras",
"documentation": "https://www.home-assistant.io/integrations/yi",
"requirements": ["aioftp==0.12.0"],
"requirements": ["aioftp==0.21.3"],
"dependencies": ["ffmpeg"],
"codeowners": ["@bachya"],
"iot_class": "local_polling",

View file

@ -159,7 +159,7 @@ aioesphomeapi==10.13.0
aioflo==2021.11.0
# homeassistant.components.yi
aioftp==0.12.0
aioftp==0.21.3
# homeassistant.components.github
aiogithubapi==22.2.4