mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Fix amazon dependency conflicts (#28217)
* fix amazon dependency conflicts * bump boto3 for route53
This commit is contained in:
parent
b2870b6833
commit
0467ddb60c
@ -3,10 +3,10 @@
|
||||
"name": "Amazon polly",
|
||||
"documentation": "https://www.home-assistant.io/integrations/amazon_polly",
|
||||
"requirements": [
|
||||
"boto3==1.9.233"
|
||||
"boto3==1.9.252"
|
||||
],
|
||||
"dependencies": [],
|
||||
"codeowners": [
|
||||
"@robbiet480"
|
||||
]
|
||||
}
|
||||
}
|
@ -3,7 +3,7 @@
|
||||
"name": "Aws",
|
||||
"documentation": "https://www.home-assistant.io/integrations/aws",
|
||||
"requirements": [
|
||||
"aiobotocore==0.10.2"
|
||||
"aiobotocore==0.10.4"
|
||||
],
|
||||
"dependencies": [],
|
||||
"codeowners": [
|
||||
|
@ -3,7 +3,7 @@
|
||||
"name": "Route53",
|
||||
"documentation": "https://www.home-assistant.io/integrations/route53",
|
||||
"requirements": [
|
||||
"boto3==1.9.233",
|
||||
"boto3==1.9.252",
|
||||
"ipify==1.0.0"
|
||||
],
|
||||
"dependencies": [],
|
||||
|
@ -136,7 +136,7 @@ aioasuswrt==1.1.22
|
||||
aioautomatic==0.6.5
|
||||
|
||||
# homeassistant.components.aws
|
||||
aiobotocore==0.10.2
|
||||
aiobotocore==0.10.4
|
||||
|
||||
# homeassistant.components.dnsip
|
||||
aiodns==2.0.0
|
||||
@ -317,7 +317,7 @@ bomradarloop==0.1.3
|
||||
|
||||
# homeassistant.components.amazon_polly
|
||||
# homeassistant.components.route53
|
||||
boto3==1.9.233
|
||||
boto3==1.9.252
|
||||
|
||||
# homeassistant.components.braviatv
|
||||
braviarc-homeassistant==0.3.7.dev0
|
||||
|
@ -47,7 +47,7 @@ aioasuswrt==1.1.22
|
||||
aioautomatic==0.6.5
|
||||
|
||||
# homeassistant.components.aws
|
||||
aiobotocore==0.10.2
|
||||
aiobotocore==0.10.4
|
||||
|
||||
# homeassistant.components.esphome
|
||||
aioesphomeapi==2.5.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user