mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
Upgrade python-telegram-bot to 5.1.1 (#4001)
This commit is contained in:
parent
f26a7fc6bb
commit
fc3b7907ed
@ -19,7 +19,7 @@ from homeassistant.const import (
|
|||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
REQUIREMENTS = ['python-telegram-bot==5.1.0']
|
REQUIREMENTS = ['python-telegram-bot==5.1.1']
|
||||||
|
|
||||||
ATTR_PHOTO = 'photo'
|
ATTR_PHOTO = 'photo'
|
||||||
ATTR_DOCUMENT = 'document'
|
ATTR_DOCUMENT = 'document'
|
||||||
|
@ -418,7 +418,7 @@ python-nmap==0.6.1
|
|||||||
python-pushover==0.2
|
python-pushover==0.2
|
||||||
|
|
||||||
# homeassistant.components.notify.telegram
|
# homeassistant.components.notify.telegram
|
||||||
python-telegram-bot==5.1.0
|
python-telegram-bot==5.1.1
|
||||||
|
|
||||||
# homeassistant.components.sensor.twitch
|
# homeassistant.components.sensor.twitch
|
||||||
python-twitch==1.3.0
|
python-twitch==1.3.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user