Skip to content

Commit 8bb49bb

Browse files
Update python-telegram-bot requirement
Updates the requirements on [python-telegram-bot](https://github.com/python-telegram-bot/python-telegram-bot) to permit the latest version. - [Release notes](https://github.com/python-telegram-bot/python-telegram-bot/releases) - [Commits](python-telegram-bot/python-telegram-bot@v21.9...v22.2) --- updated-dependencies: - dependency-name: python-telegram-bot dependency-version: '22.2' dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1f5ed0d commit 8bb49bb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

constraints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Pygments==2.19.2
3232
PyPDF2==3.0.1
3333
pytest==8.4.1
3434
pytest-cov==6.2.1
35-
python-telegram-bot==21.11.1
35+
python-telegram-bot==22.2
3636
pyxdg==0.28
3737
PyYAML==6.0.2
3838
requests==2.32.3

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ dependencies = [
5050
"prometheus-client>=0.7,<0.22", # https://pypi.org/project/prometheus-client
5151

5252
# Only for cmsTelegramBot
53-
"python-telegram-bot>=21.9,<21.12", # https://pypi.org/project/python-telegram-bot
53+
"python-telegram-bot>=21.9,<22.3", # https://pypi.org/project/python-telegram-bot
5454
]
5555

5656
[project.urls]

0 commit comments

Comments
 (0)