mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 20:57:21 +00:00
update boto3 to 1.4.7 and botocore to 1.7.34 (#10121)
This commit is contained in:
parent
2374659984
commit
6057b41151
@ -17,7 +17,7 @@ from homeassistant.components.notify import (
|
|||||||
import homeassistant.helpers.config_validation as cv
|
import homeassistant.helpers.config_validation as cv
|
||||||
from homeassistant.remote import JSONEncoder
|
from homeassistant.remote import JSONEncoder
|
||||||
|
|
||||||
REQUIREMENTS = ['boto3==1.4.3']
|
REQUIREMENTS = ['boto3==1.4.7']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@ from homeassistant.components.notify import (
|
|||||||
import homeassistant.helpers.config_validation as cv
|
import homeassistant.helpers.config_validation as cv
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
REQUIREMENTS = ["boto3==1.4.3"]
|
REQUIREMENTS = ["boto3==1.4.7"]
|
||||||
|
|
||||||
CONF_REGION = 'region_name'
|
CONF_REGION = 'region_name'
|
||||||
CONF_ACCESS_KEY_ID = 'aws_access_key_id'
|
CONF_ACCESS_KEY_ID = 'aws_access_key_id'
|
||||||
|
@ -16,7 +16,7 @@ from homeassistant.components.notify import (
|
|||||||
import homeassistant.helpers.config_validation as cv
|
import homeassistant.helpers.config_validation as cv
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
REQUIREMENTS = ["boto3==1.4.3"]
|
REQUIREMENTS = ["boto3==1.4.7"]
|
||||||
|
|
||||||
CONF_REGION = 'region_name'
|
CONF_REGION = 'region_name'
|
||||||
CONF_ACCESS_KEY_ID = 'aws_access_key_id'
|
CONF_ACCESS_KEY_ID = 'aws_access_key_id'
|
||||||
|
@ -11,7 +11,7 @@ from homeassistant.components.tts import Provider, PLATFORM_SCHEMA
|
|||||||
import homeassistant.helpers.config_validation as cv
|
import homeassistant.helpers.config_validation as cv
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
REQUIREMENTS = ['boto3==1.4.3']
|
REQUIREMENTS = ['boto3==1.4.7']
|
||||||
|
|
||||||
CONF_REGION = 'region_name'
|
CONF_REGION = 'region_name'
|
||||||
CONF_ACCESS_KEY_ID = 'aws_access_key_id'
|
CONF_ACCESS_KEY_ID = 'aws_access_key_id'
|
||||||
|
@ -4,7 +4,7 @@ import getpass
|
|||||||
|
|
||||||
from homeassistant.util.yaml import _SECRET_NAMESPACE
|
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):
|
def run(args):
|
||||||
|
@ -140,10 +140,10 @@ blockchain==1.4.0
|
|||||||
# homeassistant.components.notify.aws_sns
|
# homeassistant.components.notify.aws_sns
|
||||||
# homeassistant.components.notify.aws_sqs
|
# homeassistant.components.notify.aws_sqs
|
||||||
# homeassistant.components.tts.amazon_polly
|
# homeassistant.components.tts.amazon_polly
|
||||||
boto3==1.4.3
|
boto3==1.4.7
|
||||||
|
|
||||||
# homeassistant.scripts.credstash
|
# homeassistant.scripts.credstash
|
||||||
botocore==1.4.93
|
botocore==1.7.34
|
||||||
|
|
||||||
# homeassistant.components.sensor.broadlink
|
# homeassistant.components.sensor.broadlink
|
||||||
# homeassistant.components.switch.broadlink
|
# homeassistant.components.switch.broadlink
|
||||||
|
Loading…
x
Reference in New Issue
Block a user