From 0467ddb60ce0f414b3b1a89eb51294690ecb5a3e Mon Sep 17 00:00:00 2001 From: Brendon Baumgartner <bbrendon@users.noreply.github.com> Date: Thu, 14 Nov 2019 12:07:43 -0800 Subject: [PATCH] Fix amazon dependency conflicts (#28217) * fix amazon dependency conflicts * bump boto3 for route53 --- homeassistant/components/amazon_polly/manifest.json | 4 ++-- homeassistant/components/aws/manifest.json | 2 +- homeassistant/components/route53/manifest.json | 2 +- requirements_all.txt | 4 ++-- requirements_test_all.txt | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/homeassistant/components/amazon_polly/manifest.json b/homeassistant/components/amazon_polly/manifest.json index 45e382647f8..c07aad079e4 100644 --- a/homeassistant/components/amazon_polly/manifest.json +++ b/homeassistant/components/amazon_polly/manifest.json @@ -3,10 +3,10 @@ "name": "Amazon polly", "documentation": "https://www.home-assistant.io/integrations/amazon_polly", "requirements": [ - "boto3==1.9.233" + "boto3==1.9.252" ], "dependencies": [], "codeowners": [ "@robbiet480" ] -} +} \ No newline at end of file diff --git a/homeassistant/components/aws/manifest.json b/homeassistant/components/aws/manifest.json index a4543cc4b0f..b617eb75ee1 100644 --- a/homeassistant/components/aws/manifest.json +++ b/homeassistant/components/aws/manifest.json @@ -3,7 +3,7 @@ "name": "Aws", "documentation": "https://www.home-assistant.io/integrations/aws", "requirements": [ - "aiobotocore==0.10.2" + "aiobotocore==0.10.4" ], "dependencies": [], "codeowners": [ diff --git a/homeassistant/components/route53/manifest.json b/homeassistant/components/route53/manifest.json index 34a296b0f9d..307132aa01b 100644 --- a/homeassistant/components/route53/manifest.json +++ b/homeassistant/components/route53/manifest.json @@ -3,7 +3,7 @@ "name": "Route53", "documentation": "https://www.home-assistant.io/integrations/route53", "requirements": [ - "boto3==1.9.233", + "boto3==1.9.252", "ipify==1.0.0" ], "dependencies": [], diff --git a/requirements_all.txt b/requirements_all.txt index 7fc12888201..5922be08c01 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -136,7 +136,7 @@ aioasuswrt==1.1.22 aioautomatic==0.6.5 # homeassistant.components.aws -aiobotocore==0.10.2 +aiobotocore==0.10.4 # homeassistant.components.dnsip aiodns==2.0.0 @@ -317,7 +317,7 @@ bomradarloop==0.1.3 # homeassistant.components.amazon_polly # homeassistant.components.route53 -boto3==1.9.233 +boto3==1.9.252 # homeassistant.components.braviatv braviarc-homeassistant==0.3.7.dev0 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 960a7bbc887..ef4298f414c 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -47,7 +47,7 @@ aioasuswrt==1.1.22 aioautomatic==0.6.5 # homeassistant.components.aws -aiobotocore==0.10.2 +aiobotocore==0.10.4 # homeassistant.components.esphome aioesphomeapi==2.5.0 -- GitLab