Skip to content

Commit

Permalink
Bump python-telegram-bot to 21.5 (home-assistant#125025)
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinHjelmare authored and bramkragten committed Sep 2, 2024
1 parent 62ef951 commit b1ef1be
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/telegram_bot/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"documentation": "https://www.home-assistant.io/integrations/telegram_bot",
"iot_class": "cloud_push",
"loggers": ["telegram"],
"requirements": ["python-telegram-bot[socks]==21.0.1"]
"requirements": ["python-telegram-bot[socks]==21.5"]
}
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2368,7 +2368,7 @@ python-tado==0.17.6
python-technove==1.3.1

# homeassistant.components.telegram_bot
python-telegram-bot[socks]==21.0.1
python-telegram-bot[socks]==21.5

# homeassistant.components.vlc
python-vlc==3.0.18122
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1880,7 +1880,7 @@ python-tado==0.17.6
python-technove==1.3.1

# homeassistant.components.telegram_bot
python-telegram-bot[socks]==21.0.1
python-telegram-bot[socks]==21.5

# homeassistant.components.tile
pytile==2023.12.0
Expand Down

0 comments on commit b1ef1be

Please sign in to comment.