Skip to content

Commit

Permalink
bump: python-telegram-bot to 21.0.1 (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
TendTo authored Mar 28, 2024
1 parent 8aec13e commit 4d9090d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Fix **spam_comment_msg** handler to avoid raising an exception when the message does not contain text

...
### Changed

- Bump python-telegram-bot to version 21.0.1

## [3.1.0] - 2024-02-18

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ classifiers = [
dependencies = [
"APScheduler==3.10.4",
"cryptography==42.0.4",
"python-telegram-bot==20.8",
"python-telegram-bot==21.0.1",
"pytz==2023.3.post1",
"PyYAML==6.0.1",
]
Expand Down

0 comments on commit 4d9090d

Please sign in to comment.