mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 05:05:09 +02:00
Upgrade python-telegram-bot to 5.0.0 (#2542)
This commit is contained in:
committed by
Paulus Schoutsen
parent
1da94928c6
commit
9bed64e9c0
@@ -17,7 +17,7 @@ from homeassistant.helpers import validate_config
|
|||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
REQUIREMENTS = ['python-telegram-bot==4.3.3']
|
REQUIREMENTS = ['python-telegram-bot==5.0.0']
|
||||||
|
|
||||||
ATTR_PHOTO = "photo"
|
ATTR_PHOTO = "photo"
|
||||||
ATTR_FILE = "file"
|
ATTR_FILE = "file"
|
||||||
|
@@ -331,7 +331,7 @@ python-nmap==0.6.0
|
|||||||
python-pushover==0.2
|
python-pushover==0.2
|
||||||
|
|
||||||
# homeassistant.components.notify.telegram
|
# homeassistant.components.notify.telegram
|
||||||
python-telegram-bot==4.3.3
|
python-telegram-bot==5.0.0
|
||||||
|
|
||||||
# homeassistant.components.sensor.twitch
|
# homeassistant.components.sensor.twitch
|
||||||
python-twitch==1.2.0
|
python-twitch==1.2.0
|
||||||
|
Reference in New Issue
Block a user