1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-02 00:20:30 +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:
Denis Shulyaka
2026-03-16 12:34:54 +03:00
committed by GitHub
parent cb5b8b212c
commit dd6fc11d28
5 changed files with 5 additions and 4 deletions

View File

@@ -9,5 +9,5 @@
"iot_class": "cloud_push",
"loggers": ["telegram"],
"quality_scale": "gold",
"requirements": ["python-telegram-bot[socks]==22.1"]
"requirements": ["python-telegram-bot[socks]==22.6"]
}

2
requirements_all.txt generated
View File

@@ -2666,7 +2666,7 @@ python-tado==0.18.16
python-technove==2.0.0
# homeassistant.components.telegram_bot
python-telegram-bot[socks]==22.1
python-telegram-bot[socks]==22.6
# homeassistant.components.vlc
python-vlc==3.0.18122

View File

@@ -2262,7 +2262,7 @@ python-tado==0.18.16
python-technove==2.0.0
# homeassistant.components.telegram_bot
python-telegram-bot[socks]==22.1
python-telegram-bot[socks]==22.6
# homeassistant.components.xbox
python-xbox==0.2.0

View File

@@ -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
"pystiebeleltron": {"pymodbus"}
},
"telegram_bot": {"python-telegram-bot": {"httpx"}},
"xiaomi_miio": {
"python-miio": {"zeroconf"},
},

View File

@@ -104,7 +104,7 @@ def mock_external_calls() -> Generator[None]:
type="PRIVATE",
max_reaction_count=100,
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")
message = Message(