From 6057b4115108d980933eb5a46dbab3ae4715ef22 Mon Sep 17 00:00:00 2001 From: TopdRob Date: Sun, 29 Oct 2017 10:24:56 +0100 Subject: [PATCH] update boto3 to 1.4.7 and botocore to 1.7.34 (#10121) --- homeassistant/components/notify/aws_lambda.py | 2 +- homeassistant/components/notify/aws_sns.py | 2 +- homeassistant/components/notify/aws_sqs.py | 2 +- homeassistant/components/tts/amazon_polly.py | 2 +- homeassistant/scripts/credstash.py | 2 +- requirements_all.txt | 4 ++-- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/homeassistant/components/notify/aws_lambda.py b/homeassistant/components/notify/aws_lambda.py index 7bdc103523d..b0cc4a0121d 100644 --- a/homeassistant/components/notify/aws_lambda.py +++ b/homeassistant/components/notify/aws_lambda.py @@ -17,7 +17,7 @@ from homeassistant.components.notify import ( import homeassistant.helpers.config_validation as cv from homeassistant.remote import JSONEncoder -REQUIREMENTS = ['boto3==1.4.3'] +REQUIREMENTS = ['boto3==1.4.7'] _LOGGER = logging.getLogger(__name__) diff --git a/homeassistant/components/notify/aws_sns.py b/homeassistant/components/notify/aws_sns.py index 27fa7ac41c2..c94e3abaa96 100644 --- a/homeassistant/components/notify/aws_sns.py +++ b/homeassistant/components/notify/aws_sns.py @@ -17,7 +17,7 @@ from homeassistant.components.notify import ( import homeassistant.helpers.config_validation as cv _LOGGER = logging.getLogger(__name__) -REQUIREMENTS = ["boto3==1.4.3"] +REQUIREMENTS = ["boto3==1.4.7"] CONF_REGION = 'region_name' CONF_ACCESS_KEY_ID = 'aws_access_key_id' diff --git a/homeassistant/components/notify/aws_sqs.py b/homeassistant/components/notify/aws_sqs.py index 227dba14b43..43c04ed16d0 100644 --- a/homeassistant/components/notify/aws_sqs.py +++ b/homeassistant/components/notify/aws_sqs.py @@ -16,7 +16,7 @@ from homeassistant.components.notify import ( import homeassistant.helpers.config_validation as cv _LOGGER = logging.getLogger(__name__) -REQUIREMENTS = ["boto3==1.4.3"] +REQUIREMENTS = ["boto3==1.4.7"] CONF_REGION = 'region_name' CONF_ACCESS_KEY_ID = 'aws_access_key_id' diff --git a/homeassistant/components/tts/amazon_polly.py b/homeassistant/components/tts/amazon_polly.py index a75f71c3463..d7cf0f1f2d1 100644 --- a/homeassistant/components/tts/amazon_polly.py +++ b/homeassistant/components/tts/amazon_polly.py @@ -11,7 +11,7 @@ from homeassistant.components.tts import Provider, PLATFORM_SCHEMA import homeassistant.helpers.config_validation as cv _LOGGER = logging.getLogger(__name__) -REQUIREMENTS = ['boto3==1.4.3'] +REQUIREMENTS = ['boto3==1.4.7'] CONF_REGION = 'region_name' CONF_ACCESS_KEY_ID = 'aws_access_key_id' diff --git a/homeassistant/scripts/credstash.py b/homeassistant/scripts/credstash.py index 4c9273b8299..c54de236070 100644 --- a/homeassistant/scripts/credstash.py +++ b/homeassistant/scripts/credstash.py @@ -4,7 +4,7 @@ import getpass from homeassistant.util.yaml import _SECRET_NAMESPACE -REQUIREMENTS = ['credstash==1.13.3', 'botocore==1.4.93'] +REQUIREMENTS = ['credstash==1.13.3', 'botocore==1.7.34'] def run(args): diff --git a/requirements_all.txt b/requirements_all.txt index 7023203c25a..8b3e7261cab 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -140,10 +140,10 @@ blockchain==1.4.0 # homeassistant.components.notify.aws_sns # homeassistant.components.notify.aws_sqs # homeassistant.components.tts.amazon_polly -boto3==1.4.3 +boto3==1.4.7 # homeassistant.scripts.credstash -botocore==1.4.93 +botocore==1.7.34 # homeassistant.components.sensor.broadlink # homeassistant.components.switch.broadlink