Upgrade python-telegram-bot to 3.4

This commit is contained in:
Fabian Affolter 2016-03-24 08:07:59 +01:00
parent 565ae8d30f
commit 10cb8c0799
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ from homeassistant.helpers import validate_config
_LOGGER = logging.getLogger(__name__)
REQUIREMENTS = ['python-telegram-bot==3.2.0']
REQUIREMENTS = ['python-telegram-bot==3.4']
def get_service(hass, config):

View File

@ -204,7 +204,7 @@ python-pushover==0.2
python-statsd==1.7.2
# homeassistant.components.notify.telegram
python-telegram-bot==3.2.0
python-telegram-bot==3.4
# homeassistant.components.sensor.twitch
python-twitch==1.2.0