Upgrade python-telegram-bot to 4.3.3 (#2504)
parent
e58615b2a5
commit
62c11dde17
|
@ -14,7 +14,7 @@ from homeassistant.helpers import validate_config
|
|||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
REQUIREMENTS = ['python-telegram-bot==4.3.2']
|
||||
REQUIREMENTS = ['python-telegram-bot==4.3.3']
|
||||
|
||||
|
||||
def get_service(hass, config):
|
||||
|
|
|
@ -330,7 +330,7 @@ python-nmap==0.6.0
|
|||
python-pushover==0.2
|
||||
|
||||
# homeassistant.components.notify.telegram
|
||||
python-telegram-bot==4.3.2
|
||||
python-telegram-bot==4.3.3
|
||||
|
||||
# homeassistant.components.sensor.twitch
|
||||
python-twitch==1.2.0
|
||||
|
|
Loading…
Reference in New Issue