From 4e11001a087c1d4e848899488085cbec0dba2de9 Mon Sep 17 00:00:00 2001
From: Marc Mueller <30130371+cdce8p@users.noreply.github.com>
Date: Fri, 19 Jan 2024 19:39:59 +0100
Subject: [PATCH] Update boto3 to 1.33.13 and aiobotocore to 2.9.1 (#108384)

---
 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 57971899cc0..55137b58832 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.28.17"]
+  "requirements": ["boto3==1.33.13"]
 }
diff --git a/homeassistant/components/aws/manifest.json b/homeassistant/components/aws/manifest.json
index c93a8493845..61caf4c2318 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.6.0"]
+  "requirements": ["aiobotocore==2.9.1"]
 }
diff --git a/homeassistant/components/route53/manifest.json b/homeassistant/components/route53/manifest.json
index 644dcd499a0..3db91f7926f 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.28.17"]
+  "requirements": ["boto3==1.33.13"]
 }
diff --git a/requirements_all.txt b/requirements_all.txt
index 7915b5ae557..974fc95a0e3 100644
--- a/requirements_all.txt
+++ b/requirements_all.txt
@@ -212,7 +212,7 @@ aioazuredevops==1.3.5
 aiobafi6==0.9.0
 
 # homeassistant.components.aws
-aiobotocore==2.6.0
+aiobotocore==2.9.1
 
 # homeassistant.components.comelit
 aiocomelit==0.7.3
@@ -585,7 +585,7 @@ boschshcpy==0.2.75
 
 # homeassistant.components.amazon_polly
 # homeassistant.components.route53
-boto3==1.28.17
+boto3==1.33.13
 
 # homeassistant.components.broadlink
 broadlink==0.18.3
diff --git a/requirements_test_all.txt b/requirements_test_all.txt
index 4ba1300638b..3e649fd709e 100644
--- a/requirements_test_all.txt
+++ b/requirements_test_all.txt
@@ -191,7 +191,7 @@ aioazuredevops==1.3.5
 aiobafi6==0.9.0
 
 # homeassistant.components.aws
-aiobotocore==2.6.0
+aiobotocore==2.9.1
 
 # homeassistant.components.comelit
 aiocomelit==0.7.3