mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Upgrade python-telegram-bot to 11.1.0 (#17441)
This commit is contained in:
parent
fccaf7f919
commit
5ac0469ef9
@ -21,7 +21,7 @@ import homeassistant.helpers.config_validation as cv
|
|||||||
from homeassistant.exceptions import TemplateError
|
from homeassistant.exceptions import TemplateError
|
||||||
from homeassistant.setup import async_prepare_setup_platform
|
from homeassistant.setup import async_prepare_setup_platform
|
||||||
|
|
||||||
REQUIREMENTS = ['python-telegram-bot==11.0.0']
|
REQUIREMENTS = ['python-telegram-bot==11.1.0']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -1186,7 +1186,7 @@ python-synology==0.2.0
|
|||||||
python-tado==0.2.3
|
python-tado==0.2.3
|
||||||
|
|
||||||
# homeassistant.components.telegram_bot
|
# homeassistant.components.telegram_bot
|
||||||
python-telegram-bot==11.0.0
|
python-telegram-bot==11.1.0
|
||||||
|
|
||||||
# homeassistant.components.sensor.twitch
|
# homeassistant.components.sensor.twitch
|
||||||
python-twitch-client==0.6.0
|
python-twitch-client==0.6.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user