mirror of
https://github.com/home-assistant/core.git
synced 2025-06-06 22:27:12 +00:00
Upgrade boto3 to 1.9.16 (#17140)
This commit is contained in:
parent
760047f964
commit
9285831fa1
homeassistant/components
requirements_all.txt@ -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.helpers.json import JSONEncoder
|
from homeassistant.helpers.json import JSONEncoder
|
||||||
|
|
||||||
REQUIREMENTS = ['boto3==1.4.7']
|
REQUIREMENTS = ['boto3==1.9.16']
|
||||||
|
|
||||||
_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.7"]
|
REQUIREMENTS = ["boto3==1.9.16"]
|
||||||
|
|
||||||
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.7"]
|
REQUIREMENTS = ["boto3==1.9.16"]
|
||||||
|
|
||||||
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.7']
|
REQUIREMENTS = ['boto3==1.9.16']
|
||||||
|
|
||||||
CONF_REGION = 'region_name'
|
CONF_REGION = 'region_name'
|
||||||
CONF_ACCESS_KEY_ID = 'aws_access_key_id'
|
CONF_ACCESS_KEY_ID = 'aws_access_key_id'
|
||||||
|
@ -200,7 +200,7 @@ blockchain==1.4.4
|
|||||||
# 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.7
|
boto3==1.9.16
|
||||||
|
|
||||||
# homeassistant.scripts.credstash
|
# homeassistant.scripts.credstash
|
||||||
botocore==1.7.34
|
botocore==1.7.34
|
||||||
|
Loading…
x
Reference in New Issue
Block a user