Upgrade python-telegram-bot to 3.2.0
This commit is contained in:
parent
b13e48bd71
commit
271af2c608
2 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue