From 05330ac76380d2f191ce3a313f3e61f52c8c4705 Mon Sep 17 00:00:00 2001 From: Eugenio Panadero Date: Sun, 30 Jul 2017 11:13:51 +0200 Subject: [PATCH] bump python-telegram-bot to 7.0.1 for fully support Bot API 3.2 (#8715) --- homeassistant/components/telegram_bot/__init__.py | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/telegram_bot/__init__.py b/homeassistant/components/telegram_bot/__init__.py index 6d9f43e2425..85a7ec8dc78 100644 --- a/homeassistant/components/telegram_bot/__init__.py +++ b/homeassistant/components/telegram_bot/__init__.py @@ -24,7 +24,7 @@ import homeassistant.helpers.config_validation as cv from homeassistant.exceptions import TemplateError from homeassistant.setup import async_prepare_setup_platform -REQUIREMENTS = ['python-telegram-bot==6.1.0'] +REQUIREMENTS = ['python-telegram-bot==7.0.1'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index 7220bd0cfc2..fbb9e49fa4c 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -756,7 +756,7 @@ python-synology==0.1.0 python-tado==0.2.2 # homeassistant.components.telegram_bot -python-telegram-bot==6.1.0 +python-telegram-bot==7.0.1 # homeassistant.components.sensor.twitch python-twitch==1.3.0