Update boto3 to 1.34.51 and aiobotocore to 2.12.1 (#114379)
This commit is contained in:
parent
71a0a7fe00
commit
b90542077c
5 changed files with 6 additions and 6 deletions
|
@ -5,5 +5,5 @@
|
|||
"documentation": "https://www.home-assistant.io/integrations/amazon_polly",
|
||||
"iot_class": "cloud_push",
|
||||
"loggers": ["boto3", "botocore", "s3transfer"],
|
||||
"requirements": ["boto3==1.33.13"]
|
||||
"requirements": ["boto3==1.34.51"]
|
||||
}
|
||||
|
|
|
@ -5,5 +5,5 @@
|
|||
"documentation": "https://www.home-assistant.io/integrations/aws",
|
||||
"iot_class": "cloud_push",
|
||||
"loggers": ["aiobotocore", "botocore"],
|
||||
"requirements": ["aiobotocore==2.9.1"]
|
||||
"requirements": ["aiobotocore==2.12.1"]
|
||||
}
|
||||
|
|
|
@ -5,5 +5,5 @@
|
|||
"documentation": "https://www.home-assistant.io/integrations/route53",
|
||||
"iot_class": "cloud_push",
|
||||
"loggers": ["boto3", "botocore", "s3transfer"],
|
||||
"requirements": ["boto3==1.33.13"]
|
||||
"requirements": ["boto3==1.34.51"]
|
||||
}
|
||||
|
|
|
@ -212,7 +212,7 @@ aioazuredevops==1.4.3
|
|||
aiobafi6==0.9.0
|
||||
|
||||
# homeassistant.components.aws
|
||||
aiobotocore==2.9.1
|
||||
aiobotocore==2.12.1
|
||||
|
||||
# homeassistant.components.comelit
|
||||
aiocomelit==0.9.0
|
||||
|
@ -600,7 +600,7 @@ boschshcpy==0.2.91
|
|||
|
||||
# homeassistant.components.amazon_polly
|
||||
# homeassistant.components.route53
|
||||
boto3==1.33.13
|
||||
boto3==1.34.51
|
||||
|
||||
# homeassistant.components.bring
|
||||
bring-api==0.5.7
|
||||
|
|
|
@ -191,7 +191,7 @@ aioazuredevops==1.4.3
|
|||
aiobafi6==0.9.0
|
||||
|
||||
# homeassistant.components.aws
|
||||
aiobotocore==2.9.1
|
||||
aiobotocore==2.12.1
|
||||
|
||||
# homeassistant.components.comelit
|
||||
aiocomelit==0.9.0
|
||||
|
|
Loading…
Add table
Reference in a new issue