mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Upgrade python-telegram-bot to 3.2.0
This commit is contained in:
parent
b13e48bd71
commit
271af2c608
@ -16,7 +16,7 @@ from homeassistant.const import CONF_API_KEY
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
REQUIREMENTS = ['python-telegram-bot==2.8.7']
|
||||
REQUIREMENTS = ['python-telegram-bot==3.2.0']
|
||||
|
||||
|
||||
def get_service(hass, config):
|
||||
|
@ -120,7 +120,7 @@ python-pushover==0.2
|
||||
slacker==0.6.8
|
||||
|
||||
# homeassistant.components.notify.telegram
|
||||
python-telegram-bot==2.8.7
|
||||
python-telegram-bot==3.2.0
|
||||
|
||||
# homeassistant.components.notify.twitter
|
||||
TwitterAPI==2.3.6
|
||||
|
Loading…
x
Reference in New Issue
Block a user