bump python-telegram-bot to 7.0.1 for fully support Bot API 3.2 (#8715)
parent
6884965c80
commit
05330ac763
|
@ -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==6.1.0']
|
REQUIREMENTS = ['python-telegram-bot==7.0.1']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
|
|
@ -756,7 +756,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==6.1.0
|
python-telegram-bot==7.0.1
|
||||||
|
|
||||||
# homeassistant.components.sensor.twitch
|
# homeassistant.components.sensor.twitch
|
||||||
python-twitch==1.3.0
|
python-twitch==1.3.0
|
||||||
|
|
Loading…
Reference in New Issue