From fc3b7907ed656b20204f8c31487729bf8ae7782d Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 24 Oct 2016 21:59:48 +0200 Subject: [PATCH] Upgrade python-telegram-bot to 5.1.1 (#4001) --- 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 04ae74e4655..9b0b735b128 100644 --- a/homeassistant/components/notify/telegram.py +++ b/homeassistant/components/notify/telegram.py @@ -19,7 +19,7 @@ from homeassistant.const import ( _LOGGER = logging.getLogger(__name__) -REQUIREMENTS = ['python-telegram-bot==5.1.0'] +REQUIREMENTS = ['python-telegram-bot==5.1.1'] ATTR_PHOTO = 'photo' ATTR_DOCUMENT = 'document' diff --git a/requirements_all.txt b/requirements_all.txt index e79f9c9ab2f..8c6f2747683 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -418,7 +418,7 @@ python-nmap==0.6.1 python-pushover==0.2 # homeassistant.components.notify.telegram -python-telegram-bot==5.1.0 +python-telegram-bot==5.1.1 # homeassistant.components.sensor.twitch python-twitch==1.3.0