From 6a01227635b8cf80dfed800895119efc4a3be9ba Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 18 Jun 2016 17:16:28 +0200 Subject: [PATCH] Upgrade python-telegram-bot to 4.2.1 (#2319) --- 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 77bf597d446..9173964c275 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==4.2.0'] +REQUIREMENTS = ['python-telegram-bot==4.2.1'] def get_service(hass, config): diff --git a/requirements_all.txt b/requirements_all.txt index 069bd4ce48c..d937fba0259 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -292,7 +292,7 @@ python-pushover==0.2 python-statsd==1.7.2 # homeassistant.components.notify.telegram -python-telegram-bot==4.2.0 +python-telegram-bot==4.2.1 # homeassistant.components.sensor.twitch python-twitch==1.2.0