Bump boto3, botocore and aiobotocore (#121773)
This commit is contained in:
parent
ebd50d327b
commit
f260b048d6
5 changed files with 12 additions and 6 deletions
|
@ -5,5 +5,5 @@
|
||||||
"documentation": "https://www.home-assistant.io/integrations/amazon_polly",
|
"documentation": "https://www.home-assistant.io/integrations/amazon_polly",
|
||||||
"iot_class": "cloud_push",
|
"iot_class": "cloud_push",
|
||||||
"loggers": ["boto3", "botocore", "s3transfer"],
|
"loggers": ["boto3", "botocore", "s3transfer"],
|
||||||
"requirements": ["boto3==1.34.51"]
|
"requirements": ["boto3==1.34.131"]
|
||||||
}
|
}
|
||||||
|
|
|
@ -5,5 +5,5 @@
|
||||||
"documentation": "https://www.home-assistant.io/integrations/aws",
|
"documentation": "https://www.home-assistant.io/integrations/aws",
|
||||||
"iot_class": "cloud_push",
|
"iot_class": "cloud_push",
|
||||||
"loggers": ["aiobotocore", "botocore"],
|
"loggers": ["aiobotocore", "botocore"],
|
||||||
"requirements": ["aiobotocore==2.13.0"]
|
"requirements": ["aiobotocore==2.13.1", "botocore==1.34.131"]
|
||||||
}
|
}
|
||||||
|
|
|
@ -5,5 +5,5 @@
|
||||||
"documentation": "https://www.home-assistant.io/integrations/route53",
|
"documentation": "https://www.home-assistant.io/integrations/route53",
|
||||||
"iot_class": "cloud_push",
|
"iot_class": "cloud_push",
|
||||||
"loggers": ["boto3", "botocore", "s3transfer"],
|
"loggers": ["boto3", "botocore", "s3transfer"],
|
||||||
"requirements": ["boto3==1.34.51"]
|
"requirements": ["boto3==1.34.131"]
|
||||||
}
|
}
|
||||||
|
|
|
@ -213,7 +213,7 @@ aioazuredevops==2.1.1
|
||||||
aiobafi6==0.9.0
|
aiobafi6==0.9.0
|
||||||
|
|
||||||
# homeassistant.components.aws
|
# homeassistant.components.aws
|
||||||
aiobotocore==2.13.0
|
aiobotocore==2.13.1
|
||||||
|
|
||||||
# homeassistant.components.comelit
|
# homeassistant.components.comelit
|
||||||
aiocomelit==0.9.0
|
aiocomelit==0.9.0
|
||||||
|
@ -616,7 +616,10 @@ boschshcpy==0.2.91
|
||||||
|
|
||||||
# homeassistant.components.amazon_polly
|
# homeassistant.components.amazon_polly
|
||||||
# homeassistant.components.route53
|
# homeassistant.components.route53
|
||||||
boto3==1.34.51
|
boto3==1.34.131
|
||||||
|
|
||||||
|
# homeassistant.components.aws
|
||||||
|
botocore==1.34.131
|
||||||
|
|
||||||
# homeassistant.components.bring
|
# homeassistant.components.bring
|
||||||
bring-api==0.7.1
|
bring-api==0.7.1
|
||||||
|
|
|
@ -192,7 +192,7 @@ aioazuredevops==2.1.1
|
||||||
aiobafi6==0.9.0
|
aiobafi6==0.9.0
|
||||||
|
|
||||||
# homeassistant.components.aws
|
# homeassistant.components.aws
|
||||||
aiobotocore==2.13.0
|
aiobotocore==2.13.1
|
||||||
|
|
||||||
# homeassistant.components.comelit
|
# homeassistant.components.comelit
|
||||||
aiocomelit==0.9.0
|
aiocomelit==0.9.0
|
||||||
|
@ -529,6 +529,9 @@ bond-async==0.2.1
|
||||||
# homeassistant.components.bosch_shc
|
# homeassistant.components.bosch_shc
|
||||||
boschshcpy==0.2.91
|
boschshcpy==0.2.91
|
||||||
|
|
||||||
|
# homeassistant.components.aws
|
||||||
|
botocore==1.34.131
|
||||||
|
|
||||||
# homeassistant.components.bring
|
# homeassistant.components.bring
|
||||||
bring-api==0.7.1
|
bring-api==0.7.1
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue