Skip to content
This repository was archived by the owner on Apr 8, 2025. It is now read-only.

Commit 12ca6cd

Browse files
Update python-telegram-bot requirement from ~=21.9 to ~=21.10 (#68)
* Update python-telegram-bot requirement from ~=21.9 to ~=21.10 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) - [Changelog](https://github.com/python-telegram-bot/python-telegram-bot/blob/master/CHANGES.rst) - [Commits](python-telegram-bot/python-telegram-bot@v21.9...v21.10) --- updated-dependencies: - dependency-name: python-telegram-bot dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * Update version number in other files --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
1 parent 8d45bcc commit 12ca6cd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ repos:
2222
- --jobs=0
2323

2424
additional_dependencies:
25-
- python-telegram-bot~=21.9
25+
- python-telegram-bot~=21.10
2626
- gql[aiohttp]~=3.5.0
2727
- pydantic~=2.10.4
2828
- pydantic-yaml~=1.4.0
@@ -32,7 +32,7 @@ repos:
3232
- id: mypy
3333
name: mypy
3434
additional_dependencies:
35-
- python-telegram-bot~=21.9
35+
- python-telegram-bot~=21.10
3636
- gql[aiohttp]~=3.5.0
3737
- pydantic~=2.10.4
3838
- pydantic-yaml~=1.4.0
@@ -56,7 +56,7 @@ repos:
5656
- id: ruff
5757
name: ruff
5858
additional_dependencies:
59-
- python-telegram-bot~=21.9
59+
- python-telegram-bot~=21.10
6060
- gql[aiohttp]~=3.5.0
6161
- pydantic~=2.10.4
6262
- pydantic-yaml~=1.4.0

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
python-telegram-bot~=21.9
1+
python-telegram-bot~=21.10
22
gql[aiohttp]~=3.5.0
33
pydantic~=2.10.4
44
pydantic-yaml~=1.4.0

0 commit comments

Comments
 (0)