Upgrade python-telegram-bot to 8.0.0 (#9282)

pull/9288/head
Fabian Affolter 2017-09-03 17:21:51 -04:00 committed by GitHub
parent 5dfd60a029
commit 7c7a5a4a15
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==7.0.1']
REQUIREMENTS = ['python-telegram-bot==8.0.0']
_LOGGER = logging.getLogger(__name__)

View File

@ -782,7 +782,7 @@ python-synology==0.1.0
python-tado==0.2.2
# homeassistant.components.telegram_bot
python-telegram-bot==7.0.1
python-telegram-bot==8.0.0
# homeassistant.components.sensor.twitch
python-twitch==1.3.0