Upgrade python-telegram-bot to 3.2.0

This commit is contained in:
Fabian Affolter 2016-01-26 23:47:06 +01:00
parent b13e48bd71
commit 271af2c608
2 changed files with 2 additions and 2 deletions

View file

@ -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):

View file

@ -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