mirror of
https://github.com/home-assistant/core.git
synced 2026-08-03 20:24:55 +02:00
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:
@@ -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"]
|
||||
}
|
||||
|
||||
@@ -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"]
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Generated
+3
-6
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user