mirror of
https://github.com/home-assistant/core.git
synced 2025-11-20 16:26:57 +00:00
Upgrade boto3 to 1.9.16 (#17140)
This commit is contained in:
committed by
Fabian Affolter
parent
760047f964
commit
9285831fa1
@@ -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__)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user