Upgrade python-telegram-bot to 8.1.1 (#9882)
* update python-telegram-bot to v8.1.1 * update python-telegram-bot to v8.1.1pull/9887/head
parent
da8be253bc
commit
b1dc48822d
|
@ -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==8.0.0']
|
||||
REQUIREMENTS = ['python-telegram-bot==8.1.1']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
@ -806,7 +806,7 @@ python-synology==0.1.0
|
|||
python-tado==0.2.2
|
||||
|
||||
# homeassistant.components.telegram_bot
|
||||
python-telegram-bot==8.0.0
|
||||
python-telegram-bot==8.1.1
|
||||
|
||||
# homeassistant.components.sensor.twitch
|
||||
python-twitch==1.3.0
|
||||
|
|
Loading…
Reference in New Issue