Upgrade python-telegram-bot to 4.0.1 (#1927)
parent
59e95f0d86
commit
f0bcdc6bd8
|
@ -14,7 +14,7 @@ from homeassistant.helpers import validate_config
|
|||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
REQUIREMENTS = ['python-telegram-bot==3.4']
|
||||
REQUIREMENTS = ['python-telegram-bot==4.0.1']
|
||||
|
||||
|
||||
def get_service(hass, config):
|
||||
|
|
|
@ -243,7 +243,7 @@ python-pushover==0.2
|
|||
python-statsd==1.7.2
|
||||
|
||||
# homeassistant.components.notify.telegram
|
||||
python-telegram-bot==3.4
|
||||
python-telegram-bot==4.0.1
|
||||
|
||||
# homeassistant.components.sensor.twitch
|
||||
python-twitch==1.2.0
|
||||
|
|
Loading…
Reference in New Issue