From 9bed64e9c033011db84917b4a3caf9070e480742 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 17 Jul 2016 22:05:38 +0200 Subject: [PATCH] Upgrade python-telegram-bot to 5.0.0 (#2542) --- 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 bab891b024c..0ed04e43e8d 100644 --- a/homeassistant/components/notify/telegram.py +++ b/homeassistant/components/notify/telegram.py @@ -17,7 +17,7 @@ from homeassistant.helpers import validate_config _LOGGER = logging.getLogger(__name__) -REQUIREMENTS = ['python-telegram-bot==4.3.3'] +REQUIREMENTS = ['python-telegram-bot==5.0.0'] ATTR_PHOTO = "photo" ATTR_FILE = "file" diff --git a/requirements_all.txt b/requirements_all.txt index d65e3af8a82..e89b9290232 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -331,7 +331,7 @@ python-nmap==0.6.0 python-pushover==0.2 # homeassistant.components.notify.telegram -python-telegram-bot==4.3.3 +python-telegram-bot==5.0.0 # homeassistant.components.sensor.twitch python-twitch==1.2.0