From 2369964f27e9b1f5bff871b7ef510f4a5dd57975 Mon Sep 17 00:00:00 2001 From: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Date: Mon, 21 Aug 2023 19:40:21 +0200 Subject: [PATCH] Update aws boto dependencies (#98619) --- homeassistant/components/amazon_polly/manifest.json | 2 +- homeassistant/components/aws/manifest.json | 2 +- homeassistant/components/route53/manifest.json | 2 +- pyproject.toml | 3 --- requirements_all.txt | 4 ++-- requirements_test_all.txt | 2 +- 6 files changed, 6 insertions(+), 9 deletions(-) diff --git a/homeassistant/components/amazon_polly/manifest.json b/homeassistant/components/amazon_polly/manifest.json index aeda26c9b23..57971899cc0 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 35d20258ead..c93a8493845 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.6.0"] } diff --git a/homeassistant/components/route53/manifest.json b/homeassistant/components/route53/manifest.json index c04a193d2e1..644dcd499a0 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/pyproject.toml b/pyproject.toml index 3c0ea4c4e34..cdbcf851a1b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -481,9 +481,6 @@ filterwarnings = [ "ignore:ssl.PROTOCOL_TLSv1_2 is deprecated:DeprecationWarning:pylutron_caseta.smartbridge", # https://github.com/Danielhiversen/pyMillLocal/pull/8 - >=0.3.0 "ignore:with timeout\\(\\) is deprecated:DeprecationWarning:mill_local", - # https://github.com/home-assistant/core/pull/98619 - update botocore to >=1.31.17 - "ignore:'cgi' is deprecated and slated for removal in Python 3.13:DeprecationWarning:botocore.utils", - "ignore:'urllib3.contrib.pyopenssl' module is deprecated and will be removed in a future release of urllib3 2.x:DeprecationWarning:botocore.httpsession", # -- not helpful # pyatmo.__init__ imports deprecated moduls from itself - v7.5.0 diff --git a/requirements_all.txt b/requirements_all.txt index 02e53524a1d..a88b5a6423c 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.6.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 1b54f2326d0..36cb0cb766a 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.6.0 # homeassistant.components.comelit aiocomelit==0.0.5