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