mirror of
https://github.com/home-assistant/core.git
synced 2025-08-01 19:55:10 +02:00
Upgrade python-telegram-bot to 4.2.0 (#2204)
This commit is contained in:
committed by
Paulus Schoutsen
parent
0eb9516ea7
commit
7f2a1c61da
@@ -14,7 +14,7 @@ from homeassistant.helpers import validate_config
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
REQUIREMENTS = ['python-telegram-bot==4.1.1']
|
||||
REQUIREMENTS = ['python-telegram-bot==4.2.0']
|
||||
|
||||
|
||||
def get_service(hass, config):
|
||||
|
@@ -286,7 +286,7 @@ python-pushover==0.2
|
||||
python-statsd==1.7.2
|
||||
|
||||
# homeassistant.components.notify.telegram
|
||||
python-telegram-bot==4.1.1
|
||||
python-telegram-bot==4.2.0
|
||||
|
||||
# homeassistant.components.sensor.twitch
|
||||
python-twitch==1.2.0
|
||||
|
Reference in New Issue
Block a user