mirror of
https://github.com/home-assistant/core.git
synced 2025-07-13 16:27:08 +00:00
Upgrade python-telegram-bot to 4.3.2 (#2459)
This commit is contained in:
parent
86e3fdee1c
commit
ceb332bc31
@ -14,7 +14,7 @@ from homeassistant.helpers import validate_config
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
REQUIREMENTS = ['python-telegram-bot==4.3.1']
|
||||
REQUIREMENTS = ['python-telegram-bot==4.3.2']
|
||||
|
||||
|
||||
def get_service(hass, config):
|
||||
|
@ -320,7 +320,7 @@ python-nmap==0.6.0
|
||||
python-pushover==0.2
|
||||
|
||||
# homeassistant.components.notify.telegram
|
||||
python-telegram-bot==4.3.1
|
||||
python-telegram-bot==4.3.2
|
||||
|
||||
# homeassistant.components.sensor.twitch
|
||||
python-twitch==1.2.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user