From 10cb8c0799f99bbd0e23ef3641fba26f20b21798 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 24 Mar 2016 08:07:59 +0100 Subject: [PATCH] Upgrade python-telegram-bot to 3.4 --- homeassistant/components/notify/telegram.py | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/notify/telegram.py b/homeassistant/components/notify/telegram.py index a5c46376ef1..b26306405c1 100644 --- a/homeassistant/components/notify/telegram.py +++ b/homeassistant/components/notify/telegram.py @@ -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): diff --git a/requirements_all.txt b/requirements_all.txt index 33cef049391..a1a80304f32 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -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