Upgrade boto3 to 1.9.16 (#17140)

This commit is contained in:
Guy Khmelnitsky
2018-10-06 21:46:20 +03:00
committed by Fabian Affolter
parent 760047f964
commit 9285831fa1
5 changed files with 5 additions and 5 deletions

View File

@@ -17,7 +17,7 @@ from homeassistant.components.notify import (
import homeassistant.helpers.config_validation as cv
from homeassistant.helpers.json import JSONEncoder
REQUIREMENTS = ['boto3==1.4.7']
REQUIREMENTS = ['boto3==1.9.16']
_LOGGER = logging.getLogger(__name__)