mirror of
https://github.com/home-assistant/core.git
synced 2025-07-14 16:57:10 +00:00
Upgrade python-telegram-bot to 6.0.3 (#7885)
This commit is contained in:
parent
a745bf83ef
commit
c07bf551d9
@ -24,7 +24,7 @@ import homeassistant.helpers.config_validation as cv
|
||||
from homeassistant.exceptions import TemplateError
|
||||
from homeassistant.setup import async_prepare_setup_platform
|
||||
|
||||
REQUIREMENTS = ['python-telegram-bot==6.0.1']
|
||||
REQUIREMENTS = ['python-telegram-bot==6.0.3']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
@ -690,7 +690,7 @@ python-roku==3.1.3
|
||||
python-synology==0.1.0
|
||||
|
||||
# homeassistant.components.telegram_bot
|
||||
python-telegram-bot==6.0.1
|
||||
python-telegram-bot==6.0.3
|
||||
|
||||
# homeassistant.components.sensor.twitch
|
||||
python-twitch==1.3.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user