mirror of
https://github.com/home-assistant/core.git
synced 2026-04-18 07:56:03 +01:00
Bump python-telegram-bot to 22.6 (#165508)
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -9,5 +9,5 @@
|
|||||||
"iot_class": "cloud_push",
|
"iot_class": "cloud_push",
|
||||||
"loggers": ["telegram"],
|
"loggers": ["telegram"],
|
||||||
"quality_scale": "gold",
|
"quality_scale": "gold",
|
||||||
"requirements": ["python-telegram-bot[socks]==22.1"]
|
"requirements": ["python-telegram-bot[socks]==22.6"]
|
||||||
}
|
}
|
||||||
|
|||||||
2
requirements_all.txt
generated
2
requirements_all.txt
generated
@@ -2666,7 +2666,7 @@ python-tado==0.18.16
|
|||||||
python-technove==2.0.0
|
python-technove==2.0.0
|
||||||
|
|
||||||
# homeassistant.components.telegram_bot
|
# homeassistant.components.telegram_bot
|
||||||
python-telegram-bot[socks]==22.1
|
python-telegram-bot[socks]==22.6
|
||||||
|
|
||||||
# homeassistant.components.vlc
|
# homeassistant.components.vlc
|
||||||
python-vlc==3.0.18122
|
python-vlc==3.0.18122
|
||||||
|
|||||||
2
requirements_test_all.txt
generated
2
requirements_test_all.txt
generated
@@ -2262,7 +2262,7 @@ python-tado==0.18.16
|
|||||||
python-technove==2.0.0
|
python-technove==2.0.0
|
||||||
|
|
||||||
# homeassistant.components.telegram_bot
|
# homeassistant.components.telegram_bot
|
||||||
python-telegram-bot[socks]==22.1
|
python-telegram-bot[socks]==22.6
|
||||||
|
|
||||||
# homeassistant.components.xbox
|
# homeassistant.components.xbox
|
||||||
python-xbox==0.2.0
|
python-xbox==0.2.0
|
||||||
|
|||||||
@@ -78,6 +78,7 @@ PACKAGE_CHECK_VERSION_RANGE_EXCEPTIONS: dict[str, dict[str, set[str]]] = {
|
|||||||
# Current has an upper bound on major >=3.10.0,<4.0.0
|
# Current has an upper bound on major >=3.10.0,<4.0.0
|
||||||
"pystiebeleltron": {"pymodbus"}
|
"pystiebeleltron": {"pymodbus"}
|
||||||
},
|
},
|
||||||
|
"telegram_bot": {"python-telegram-bot": {"httpx"}},
|
||||||
"xiaomi_miio": {
|
"xiaomi_miio": {
|
||||||
"python-miio": {"zeroconf"},
|
"python-miio": {"zeroconf"},
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -104,7 +104,7 @@ def mock_external_calls() -> Generator[None]:
|
|||||||
type="PRIVATE",
|
type="PRIVATE",
|
||||||
max_reaction_count=100,
|
max_reaction_count=100,
|
||||||
accent_color_id=0,
|
accent_color_id=0,
|
||||||
accepted_gift_types=AcceptedGiftTypes(True, True, True, True),
|
accepted_gift_types=AcceptedGiftTypes(True, True, True, True, True),
|
||||||
)
|
)
|
||||||
test_user = User(123456, "Testbot", True, "mock last name", "mock_bot")
|
test_user = User(123456, "Testbot", True, "mock last name", "mock_bot")
|
||||||
message = Message(
|
message = Message(
|
||||||
|
|||||||
Reference in New Issue
Block a user