Merge pull request #1007 from fabaff/telegram-upgrade

Upgrade python-telegram-bot to 3.2.0
This commit is contained in:
Paulus Schoutsen 2016-01-26 17:47:42 -08:00
commit 821238f889
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