Skip to content

Commit

Permalink
bump aiobotocore to 2.13.0 (#119297)
Browse files Browse the repository at this point in the history
bump aiobotocore
  • Loading branch information
chemelli74 committed Jun 10, 2024
1 parent 5f9455e commit 404ff9f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.12.1"]
"requirements": ["aiobotocore==2.13.0"]
}
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ aioazuredevops==2.0.0
aiobafi6==0.9.0

# homeassistant.components.aws
aiobotocore==2.12.1
aiobotocore==2.13.0

# homeassistant.components.comelit
aiocomelit==0.9.0
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ aioazuredevops==2.0.0
aiobafi6==0.9.0

# homeassistant.components.aws
aiobotocore==2.12.1
aiobotocore==2.13.0

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

0 comments on commit 404ff9f

Please sign in to comment.