Upgrade TwitterAPI to 2.5.8 (#19581)

This commit is contained in:
Fabian Affolter 2018-12-26 20:46:18 +01:00 committed by Charles Garwood
parent 0a792620f8
commit 98229899dc
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ from homeassistant.components.notify import (
from homeassistant.const import CONF_ACCESS_TOKEN, CONF_USERNAME
from homeassistant.helpers.event import async_track_point_in_time
REQUIREMENTS = ['TwitterAPI==2.5.7']
REQUIREMENTS = ['TwitterAPI==2.5.8']
_LOGGER = logging.getLogger(__name__)

View File

@ -72,7 +72,7 @@ RtmAPI==0.7.0
TravisPy==0.3.5
# homeassistant.components.notify.twitter
TwitterAPI==2.5.7
TwitterAPI==2.5.8
# homeassistant.components.sensor.waze_travel_time
WazeRouteCalculator==0.6