diff --git a/homeassistant/components/aws/manifest.json b/homeassistant/components/aws/manifest.json index 7b706eb1bfa..3f9c0043a3e 100644 --- a/homeassistant/components/aws/manifest.json +++ b/homeassistant/components/aws/manifest.json @@ -2,7 +2,7 @@ "domain": "aws", "name": "Amazon Web Services (AWS)", "documentation": "https://www.home-assistant.io/integrations/aws", - "requirements": ["aiobotocore==0.10.4"], + "requirements": ["aiobotocore==0.11.1"], "dependencies": [], "codeowners": ["@awarecan", "@robbiet480"] } diff --git a/requirements_all.txt b/requirements_all.txt index 6005c89e6c0..0b85db6877e 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -141,7 +141,7 @@ aioasuswrt==1.1.22 aioautomatic==0.6.5 # homeassistant.components.aws -aiobotocore==0.10.4 +aiobotocore==0.11.1 # homeassistant.components.dnsip aiodns==2.0.0 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 83353008840..a530d711ad4 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -53,7 +53,7 @@ aioasuswrt==1.1.22 aioautomatic==0.6.5 # homeassistant.components.aws -aiobotocore==0.10.4 +aiobotocore==0.11.1 # homeassistant.components.esphome aioesphomeapi==2.6.1