Upgrade python-telegram-bot to 5.3.0 (#4955)

This commit is contained in:
Fabian Affolter 2016-12-17 19:29:24 +01:00 committed by GitHub
parent 831cad4220
commit 4abcaea4b7
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.2.0']
REQUIREMENTS = ['python-telegram-bot==5.3.0']
ATTR_PHOTO = 'photo'
ATTR_DOCUMENT = 'document'

View File

@ -482,7 +482,7 @@ python-pushover==0.2
python-synology==0.1.0
# homeassistant.components.notify.telegram
python-telegram-bot==5.2.0
python-telegram-bot==5.3.0
# homeassistant.components.sensor.twitch
python-twitch==1.3.0