diff --git a/homeassistant/components/notify/telegram.py b/homeassistant/components/notify/telegram.py index 11719f8758a..c133506e775 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.2.0'] +REQUIREMENTS = ['python-telegram-bot==5.3.0'] ATTR_PHOTO = 'photo' ATTR_DOCUMENT = 'document' diff --git a/requirements_all.txt b/requirements_all.txt index 6649fc058d9..3c800e03737 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -482,7 +482,7 @@ python-pushover==0.2 python-synology==0.1.0 # homeassistant.components.notify.telegram -python-telegram-bot==5.2.0 +python-telegram-bot==5.3.0 # homeassistant.components.sensor.twitch python-twitch==1.3.0