From 9ba1a4a91a38a9cf27ec931095914080b63d2b92 Mon Sep 17 00:00:00 2001 From: finnysamuel Date: Sun, 26 Jan 2020 17:25:42 -0600 Subject: [PATCH] Bump aiobotocore to 0.11.1 (#30951) * Bumped aiobotocore version to 0.11.1 * New dependencies are added to requirements_all.txt --- homeassistant/components/aws/manifest.json | 2 +- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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