diff --git a/homeassistant/components/telegram_bot/__init__.py b/homeassistant/components/telegram_bot/__init__.py index 434c03fb181..53582507849 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.0.3'] +REQUIREMENTS = ['python-telegram-bot==6.1.0'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index b721a79a875..8444c2c0e9b 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -727,7 +727,7 @@ python-roku==3.1.3 python-synology==0.1.0 # homeassistant.components.telegram_bot -python-telegram-bot==6.0.3 +python-telegram-bot==6.1.0 # homeassistant.components.sensor.twitch python-twitch==1.3.0