From 404ff9fd692b7065275f70eb3dc86c0c640e72a2 Mon Sep 17 00:00:00 2001 From: Simone Chemelli Date: Tue, 11 Jun 2024 00:57:25 +0900 Subject: [PATCH] bump aiobotocore to 2.13.0 (#119297) bump aiobotocore --- 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 470ccc0e409..afc1b4c6c64 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.12.1"] + "requirements": ["aiobotocore==2.13.0"] } diff --git a/requirements_all.txt b/requirements_all.txt index 730f4c32633..2c16bd5ac19 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -210,7 +210,7 @@ aioazuredevops==2.0.0 aiobafi6==0.9.0 # homeassistant.components.aws -aiobotocore==2.12.1 +aiobotocore==2.13.0 # homeassistant.components.comelit aiocomelit==0.9.0 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index a7fc37a5473..d62035c5431 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -189,7 +189,7 @@ aioazuredevops==2.0.0 aiobafi6==0.9.0 # homeassistant.components.aws -aiobotocore==2.12.1 +aiobotocore==2.13.0 # homeassistant.components.comelit aiocomelit==0.9.0