Upgrade TwitterAPI to 2.4.10 (#13126)

pull/13164/head
Fabian Affolter 2018-03-12 22:01:05 +01:00 committed by Paulus Schoutsen
parent 54e0cc1304
commit bbbb44b999
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.8']
REQUIREMENTS = ['TwitterAPI==2.4.10']
_LOGGER = logging.getLogger(__name__)

View File

@ -52,7 +52,7 @@ SoCo==0.14
TravisPy==0.3.5
# homeassistant.components.notify.twitter
TwitterAPI==2.4.8
TwitterAPI==2.4.10
# homeassistant.components.notify.yessssms
YesssSMS==0.1.1b3