Upgrade python-telegram-bot to 6.1.0 (#8151)

This commit is contained in:
Fabian Affolter 2017-06-22 13:27:02 +02:00 committed by Pascal Vizeli
parent 2e3b279873
commit 349746f5f2
2 changed files with 2 additions and 2 deletions

View file

@ -24,7 +24,7 @@ import homeassistant.helpers.config_validation as cv
from homeassistant.exceptions import TemplateError
from homeassistant.setup import async_prepare_setup_platform
REQUIREMENTS = ['python-telegram-bot==6.0.3']
REQUIREMENTS = ['python-telegram-bot==6.1.0']
_LOGGER = logging.getLogger(__name__)

View file

@ -727,7 +727,7 @@ python-roku==3.1.3
python-synology==0.1.0
# homeassistant.components.telegram_bot
python-telegram-bot==6.0.3
python-telegram-bot==6.1.0
# homeassistant.components.sensor.twitch
python-twitch==1.3.0