From 0da2fb56add1ad03519663797856d59115d9f395 Mon Sep 17 00:00:00 2001 From: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Date: Fri, 18 Aug 2023 12:45:51 +0200 Subject: [PATCH] Update aws boto dependencies --- homeassistant/components/amazon_polly/manifest.json | 2 +- homeassistant/components/aws/manifest.json | 2 +- homeassistant/components/route53/manifest.json | 2 +- requirements_all.txt | 4 ++-- requirements_test_all.txt | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/homeassistant/components/amazon_polly/manifest.json b/homeassistant/components/amazon_polly/manifest.json index aeda26c9b23eed..57971899cc0036 100644 --- a/homeassistant/components/amazon_polly/manifest.json +++ b/homeassistant/components/amazon_polly/manifest.json @@ -5,5 +5,5 @@ "documentation": "https://www.home-assistant.io/integrations/amazon_polly", "iot_class": "cloud_push", "loggers": ["boto3", "botocore", "s3transfer"], - "requirements": ["boto3==1.20.24"] + "requirements": ["boto3==1.28.17"] } diff --git a/homeassistant/components/aws/manifest.json b/homeassistant/components/aws/manifest.json index 35d20258eadfbf..601e602be9662f 100644 --- a/homeassistant/components/aws/manifest.json +++ b/homeassistant/components/aws/manifest.json @@ -5,5 +5,5 @@ "documentation": "https://www.home-assistant.io/integrations/aws", "iot_class": "cloud_push", "loggers": ["aiobotocore", "botocore"], - "requirements": ["aiobotocore==2.1.0"] + "requirements": ["aiobotocore==2.7.0"] } diff --git a/homeassistant/components/route53/manifest.json b/homeassistant/components/route53/manifest.json index c04a193d2e11e9..644dcd499a0d72 100644 --- a/homeassistant/components/route53/manifest.json +++ b/homeassistant/components/route53/manifest.json @@ -5,5 +5,5 @@ "documentation": "https://www.home-assistant.io/integrations/route53", "iot_class": "cloud_push", "loggers": ["boto3", "botocore", "s3transfer"], - "requirements": ["boto3==1.20.24"] + "requirements": ["boto3==1.28.17"] } diff --git a/requirements_all.txt b/requirements_all.txt index b32eb8a2d05ae1..48259ee3f281b6 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -206,7 +206,7 @@ aioazuredevops==1.3.5 aiobafi6==0.8.2 # homeassistant.components.aws -aiobotocore==2.1.0 +aiobotocore==2.7.0 # homeassistant.components.comelit aiocomelit==0.0.5 @@ -553,7 +553,7 @@ boschshcpy==0.2.57 # homeassistant.components.amazon_polly # homeassistant.components.route53 -boto3==1.20.24 +boto3==1.28.17 # homeassistant.components.broadlink broadlink==0.18.3 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 36356e0588ca86..f3f96fb8031175 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -187,7 +187,7 @@ aioazuredevops==1.3.5 aiobafi6==0.8.2 # homeassistant.components.aws -aiobotocore==2.1.0 +aiobotocore==2.7.0 # homeassistant.components.comelit aiocomelit==0.0.5