Skip to content

Commit

Permalink
Update aws boto dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cdce8p committed Aug 18, 2023
1 parent d3ee236 commit 0da2fb5
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/amazon_polly/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"documentation": "https://www.home-assistant.io/integrations/amazon_polly",
"iot_class": "cloud_push",
"loggers": ["boto3", "botocore", "s3transfer"],
"requirements": ["boto3==1.20.24"]
"requirements": ["boto3==1.28.17"]
}
2 changes: 1 addition & 1 deletion homeassistant/components/aws/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"documentation": "https://www.home-assistant.io/integrations/aws",
"iot_class": "cloud_push",
"loggers": ["aiobotocore", "botocore"],
"requirements": ["aiobotocore==2.1.0"]
"requirements": ["aiobotocore==2.7.0"]
}
2 changes: 1 addition & 1 deletion homeassistant/components/route53/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"documentation": "https://www.home-assistant.io/integrations/route53",
"iot_class": "cloud_push",
"loggers": ["boto3", "botocore", "s3transfer"],
"requirements": ["boto3==1.20.24"]
"requirements": ["boto3==1.28.17"]
}
4 changes: 2 additions & 2 deletions requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ aioazuredevops==1.3.5
aiobafi6==0.8.2

# homeassistant.components.aws
aiobotocore==2.1.0
aiobotocore==2.7.0

# homeassistant.components.comelit
aiocomelit==0.0.5
Expand Down Expand Up @@ -553,7 +553,7 @@ boschshcpy==0.2.57

# homeassistant.components.amazon_polly
# homeassistant.components.route53
boto3==1.20.24
boto3==1.28.17

# homeassistant.components.broadlink
broadlink==0.18.3
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ aioazuredevops==1.3.5
aiobafi6==0.8.2

# homeassistant.components.aws
aiobotocore==2.1.0
aiobotocore==2.7.0

# homeassistant.components.comelit
aiocomelit==0.0.5
Expand Down

0 comments on commit 0da2fb5

Please sign in to comment.