Upgrade TwitterAPI to 2.4.8 (#12148)

This commit is contained in:
Fabian Affolter 2018-02-03 16:56:35 +01:00 committed by Pascal Vizeli
parent acc767cdb1
commit c144a3339f
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.4.6']
REQUIREMENTS = ['TwitterAPI==2.4.8']
_LOGGER = logging.getLogger(__name__)

View file

@ -50,7 +50,7 @@ SoCo==0.13
TravisPy==0.3.5
# homeassistant.components.notify.twitter
TwitterAPI==2.4.6
TwitterAPI==2.4.8
# homeassistant.components.notify.yessssms
YesssSMS==0.1.1b3