mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 16:57:53 +00:00
Bump aiobotocore to 0.11.1 (#30951)
* Bumped aiobotocore version to 0.11.1 * New dependencies are added to requirements_all.txt
This commit is contained in:
parent
aa390efd69
commit
9ba1a4a91a
@ -2,7 +2,7 @@
|
||||
"domain": "aws",
|
||||
"name": "Amazon Web Services (AWS)",
|
||||
"documentation": "https://www.home-assistant.io/integrations/aws",
|
||||
"requirements": ["aiobotocore==0.10.4"],
|
||||
"requirements": ["aiobotocore==0.11.1"],
|
||||
"dependencies": [],
|
||||
"codeowners": ["@awarecan", "@robbiet480"]
|
||||
}
|
||||
|
@ -141,7 +141,7 @@ aioasuswrt==1.1.22
|
||||
aioautomatic==0.6.5
|
||||
|
||||
# homeassistant.components.aws
|
||||
aiobotocore==0.10.4
|
||||
aiobotocore==0.11.1
|
||||
|
||||
# homeassistant.components.dnsip
|
||||
aiodns==2.0.0
|
||||
|
@ -53,7 +53,7 @@ aioasuswrt==1.1.22
|
||||
aioautomatic==0.6.5
|
||||
|
||||
# homeassistant.components.aws
|
||||
aiobotocore==0.10.4
|
||||
aiobotocore==0.11.1
|
||||
|
||||
# homeassistant.components.esphome
|
||||
aioesphomeapi==2.6.1
|
||||
|
Loading…
x
Reference in New Issue
Block a user