Skip to content

Commit

Permalink
Upgrade python-telegram-bot to 11.0.0 (#16373)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored and Danielhiversen committed Sep 2, 2018
1 parent 03480dc commit ac3700d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/telegram_bot/__init__.py
Expand Up @@ -22,7 +22,7 @@
from homeassistant.exceptions import TemplateError
from homeassistant.setup import async_prepare_setup_platform

REQUIREMENTS = ['python-telegram-bot==10.1.0']
REQUIREMENTS = ['python-telegram-bot==11.0.0']

_LOGGER = logging.getLogger(__name__)

Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Expand Up @@ -1139,7 +1139,7 @@ python-synology==0.2.0
python-tado==0.2.3

# homeassistant.components.telegram_bot
python-telegram-bot==10.1.0
python-telegram-bot==11.0.0

# homeassistant.components.sensor.twitch
python-twitch==1.3.0
Expand Down

0 comments on commit ac3700d

Please sign in to comment.