update boto3 to 1.4.7 and botocore to 1.7.34 (#10121)

This commit is contained in:
TopdRob 2017-10-29 10:24:56 +01:00 committed by Fabian Affolter
parent 2374659984
commit 6057b41151
6 changed files with 7 additions and 7 deletions

View file

@ -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__)