Skip to content

Commit

Permalink
Update python-telegram-bot requirement from ~=21.5 to ~=21.6 (#54)
Browse files Browse the repository at this point in the history
* Update python-telegram-bot requirement from ~=21.5 to ~=21.6

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.5...v21.6)

---
updated-dependencies:
- dependency-name: python-telegram-bot
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update version number in other files

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and dependabot[bot] authored Oct 1, 2024
1 parent 46b7546 commit 1e6604d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ repos:
- --jobs=0

additional_dependencies:
- python-telegram-bot~=21.5
- python-telegram-bot~=21.6
- gql[aiohttp]~=3.5.0
- pydantic~=2.8.2
- pydantic-yaml~=1.3.0
Expand All @@ -32,7 +32,7 @@ repos:
- id: mypy
name: mypy
additional_dependencies:
- python-telegram-bot~=21.5
- python-telegram-bot~=21.6
- gql[aiohttp]~=3.5.0
- pydantic~=2.8.2
- pydantic-yaml~=1.3.0
Expand All @@ -56,7 +56,7 @@ repos:
- id: ruff
name: ruff
additional_dependencies:
- python-telegram-bot~=21.5
- python-telegram-bot~=21.6
- gql[aiohttp]~=3.5.0
- pydantic~=2.8.2
- pydantic-yaml~=1.3.0
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
python-telegram-bot~=21.5
python-telegram-bot~=21.6
gql[aiohttp]~=3.5.0
pydantic~=2.8.2
pydantic-yaml~=1.3.0

0 comments on commit 1e6604d

Please sign in to comment.