mirror of
https://github.com/home-assistant/core.git
synced 2025-07-09 14:27:07 +00:00
Upgrade python-telegram-bot to 4.1.1 (#2102)
This commit is contained in:
parent
a032e649f5
commit
bfd64ce96e
@ -14,7 +14,7 @@ from homeassistant.helpers import validate_config
|
|||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
REQUIREMENTS = ['python-telegram-bot==4.0.1']
|
REQUIREMENTS = ['python-telegram-bot==4.1.1']
|
||||||
|
|
||||||
|
|
||||||
def get_service(hass, config):
|
def get_service(hass, config):
|
||||||
|
@ -269,7 +269,7 @@ python-pushover==0.2
|
|||||||
python-statsd==1.7.2
|
python-statsd==1.7.2
|
||||||
|
|
||||||
# homeassistant.components.notify.telegram
|
# homeassistant.components.notify.telegram
|
||||||
python-telegram-bot==4.0.1
|
python-telegram-bot==4.1.1
|
||||||
|
|
||||||
# homeassistant.components.sensor.twitch
|
# homeassistant.components.sensor.twitch
|
||||||
python-twitch==1.2.0
|
python-twitch==1.2.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user