Bump aiobotocore, botocore, boto3 (#170783)

Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
This commit is contained in:
Tomáš Bedřich
2026-07-26 23:07:43 +02:00
committed by GitHub
parent bce0aca97d
commit 693006dc84
10 changed files with 28 additions and 13 deletions
@@ -6,5 +6,5 @@
"iot_class": "cloud_push",
"loggers": ["boto3", "botocore", "s3transfer"],
"quality_scale": "legacy",
"requirements": ["boto3==1.37.1"]
"requirements": ["boto3==1.42.97"]
}
+1 -1
View File
@@ -6,5 +6,5 @@
"iot_class": "cloud_push",
"loggers": ["aiobotocore", "botocore"],
"quality_scale": "legacy",
"requirements": ["aiobotocore==2.21.1", "botocore==1.37.1"]
"requirements": ["aiobotocore==3.7.0"]
}
@@ -9,5 +9,5 @@
"iot_class": "cloud_polling",
"loggers": ["aiobotocore"],
"quality_scale": "bronze",
"requirements": ["aiobotocore==2.21.1"]
"requirements": ["aiobotocore==3.7.0"]
}
@@ -8,5 +8,5 @@
"iot_class": "cloud_push",
"loggers": ["aiobotocore"],
"quality_scale": "bronze",
"requirements": ["aiobotocore==2.21.1"]
"requirements": ["aiobotocore==3.7.0"]
}
@@ -8,5 +8,5 @@
"iot_class": "cloud_push",
"loggers": ["aiobotocore"],
"quality_scale": "bronze",
"requirements": ["aiobotocore==2.21.1", "idrive-e2-client==0.1.1"]
"requirements": ["aiobotocore==3.7.0", "idrive-e2-client==0.1.1"]
}
@@ -7,5 +7,5 @@
"integration_type": "hub",
"iot_class": "cloud_push",
"loggers": ["nice_go"],
"requirements": ["nice-go==1.0.1"]
"requirements": ["nice-go==1.0.2"]
}
@@ -6,5 +6,5 @@
"iot_class": "cloud_push",
"loggers": ["boto3", "botocore", "s3transfer"],
"quality_scale": "legacy",
"requirements": ["boto3==1.37.1"]
"requirements": ["boto3==1.42.97"]
}
+9
View File
@@ -93,6 +93,15 @@ grpcio==1.78.0
grpcio-status==1.78.0
grpcio-reflection==1.78.0
# boto3 and botocore are shared requirements of multiple integrations,
# with botocore also being a transitive dependency of aiobotocore, which
# only accepts a narrow botocore version range. Pin them together so a
# runtime requirement install cannot pull in a botocore version that is
# incompatible with aiobotocore.
# see https://github.com/home-assistant/core/issues/167399
boto3==1.42.97
botocore==1.42.97
# This is a old unmaintained library and is replaced with pycryptodome
pycrypto==1000000000.0.0
+3 -6
View File
@@ -227,7 +227,7 @@ aiobafi6==0.9.0
# homeassistant.components.aws_s3
# homeassistant.components.cloudflare_r2
# homeassistant.components.idrive_e2
aiobotocore==2.21.1
aiobotocore==3.7.0
# homeassistant.components.centriconnect
aiocentriconnect==0.2.3
@@ -703,10 +703,7 @@ boschshcpy==0.3.5
# homeassistant.components.amazon_polly
# homeassistant.components.route53
boto3==1.37.1
# homeassistant.components.aws
botocore==1.37.1
boto3==1.42.97
# homeassistant.components.bring
bring-api==1.1.2
@@ -1694,7 +1691,7 @@ nhc==0.8.0
nibe==2.22.0
# homeassistant.components.nice_go
nice-go==1.0.1
nice-go==1.0.2
# homeassistant.components.nilu
niluclient==0.1.2
+9
View File
@@ -76,6 +76,15 @@ grpcio==1.78.0
grpcio-status==1.78.0
grpcio-reflection==1.78.0
# boto3 and botocore are shared requirements of multiple integrations,
# with botocore also being a transitive dependency of aiobotocore, which
# only accepts a narrow botocore version range. Pin them together so a
# runtime requirement install cannot pull in a botocore version that is
# incompatible with aiobotocore.
# see https://github.com/home-assistant/core/issues/167399
boto3==1.42.97
botocore==1.42.97
# This is a old unmaintained library and is replaced with pycryptodome
pycrypto==1000000000.0.0