Upgrade boto3 to 1.9.16 (#17140)
This commit is contained in:
parent
760047f964
commit
9285831fa1
5 changed files with 5 additions and 5 deletions
|
@ -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.7']
|
||||
REQUIREMENTS = ['boto3==1.9.16']
|
||||
|
||||
CONF_REGION = 'region_name'
|
||||
CONF_ACCESS_KEY_ID = 'aws_access_key_id'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue