diff --git a/homeassistant/components/sftp_storage/manifest.json b/homeassistant/components/sftp_storage/manifest.json index c206bd13811f..2c98c3a72386 100644 --- a/homeassistant/components/sftp_storage/manifest.json +++ b/homeassistant/components/sftp_storage/manifest.json @@ -9,5 +9,5 @@ "integration_type": "service", "iot_class": "local_polling", "quality_scale": "silver", - "requirements": ["asyncssh==2.21.0"] + "requirements": ["asyncssh==2.23.1"] } diff --git a/requirements_all.txt b/requirements_all.txt index 80f79d4515c5..366467ab2524 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -603,7 +603,7 @@ asyncpysupla==0.0.5 asyncsleepiq==1.7.1 # homeassistant.components.sftp_storage -asyncssh==2.21.0 +asyncssh==2.23.1 # homeassistant.components.aurora auroranoaa==0.0.5