Upgrade python-telegram-bot to 5.3.1 (#7311)

This commit is contained in:
Fabian Affolter 2017-04-26 10:50:08 +02:00 committed by GitHub
parent 00f034cef2
commit 569ea0cc01
4 changed files with 21 additions and 22 deletions

View file

@ -16,7 +16,7 @@ from homeassistant.helpers.aiohttp_client import async_get_clientsession
_LOGGER = logging.getLogger(__name__)
REQUIREMENTS = ['python-telegram-bot==5.3.0']
REQUIREMENTS = ['python-telegram-bot==5.3.1']
PLATFORM_SCHEMA = PLATFORM_SCHEMA