Upgrade python-telegram-bot to 5.1.1 (#4001)

pull/4016/head
Fabian Affolter 2016-10-24 21:59:48 +02:00 committed by GitHub
parent f26a7fc6bb
commit fc3b7907ed
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ from homeassistant.const import (
_LOGGER = logging.getLogger(__name__)
REQUIREMENTS = ['python-telegram-bot==5.1.0']
REQUIREMENTS = ['python-telegram-bot==5.1.1']
ATTR_PHOTO = 'photo'
ATTR_DOCUMENT = 'document'

View File

@ -418,7 +418,7 @@ python-nmap==0.6.1
python-pushover==0.2
# homeassistant.components.notify.telegram
python-telegram-bot==5.1.0
python-telegram-bot==5.1.1
# homeassistant.components.sensor.twitch
python-twitch==1.3.0