mirror of
https://github.com/home-assistant/core.git
synced 2025-07-25 22:27:07 +00:00
Upgrade python-telegram-bot to 9.0.0 (#11341)
This commit is contained in:
parent
1f8acb49bc
commit
a7ebba6863
@ -24,7 +24,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==8.1.1']
|
REQUIREMENTS = ['python-telegram-bot==9.0.0']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -907,7 +907,7 @@ python-synology==0.1.0
|
|||||||
python-tado==0.2.2
|
python-tado==0.2.2
|
||||||
|
|
||||||
# homeassistant.components.telegram_bot
|
# homeassistant.components.telegram_bot
|
||||||
python-telegram-bot==8.1.1
|
python-telegram-bot==9.0.0
|
||||||
|
|
||||||
# homeassistant.components.sensor.twitch
|
# homeassistant.components.sensor.twitch
|
||||||
python-twitch==1.3.0
|
python-twitch==1.3.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user