forked from home-assistant/core
Upgrade python-telegram-bot to 10.1.0 (#14441)
This commit is contained in:
committed by
Pascal Vizeli
parent
e0bc894cbb
commit
a5bff4cd8d
@@ -22,7 +22,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==10.0.2']
|
REQUIREMENTS = ['python-telegram-bot==10.1.0']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@@ -1030,7 +1030,7 @@ python-synology==0.1.0
|
|||||||
python-tado==0.2.3
|
python-tado==0.2.3
|
||||||
|
|
||||||
# homeassistant.components.telegram_bot
|
# homeassistant.components.telegram_bot
|
||||||
python-telegram-bot==10.0.2
|
python-telegram-bot==10.1.0
|
||||||
|
|
||||||
# homeassistant.components.sensor.twitch
|
# homeassistant.components.sensor.twitch
|
||||||
python-twitch==1.3.0
|
python-twitch==1.3.0
|
||||||
|
Reference in New Issue
Block a user