Skip to content

Commit

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

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@v20.3...v20.4)

---
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 Sep 3, 2023
1 parent fe18323 commit 684f8b2
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 @@ -27,7 +27,7 @@ repos:
- --jobs=0

additional_dependencies:
- python-telegram-bot~=20.3
- python-telegram-bot~=20.4
- panflute~=2.3.0
- gql[aiohttp]~=3.4.1
- pydantic~=1.10.8
Expand All @@ -37,7 +37,7 @@ repos:
- id: mypy
name: mypy
additional_dependencies:
- python-telegram-bot~=20.3
- python-telegram-bot~=20.4
- panflute~=2.3.0
- gql[aiohttp]~=3.4.1
- pydantic~=1.10.8
Expand All @@ -61,7 +61,7 @@ repos:
- id: ruff
name: ruff
additional_dependencies:
- python-telegram-bot~=20.3
- python-telegram-bot~=20.4
- panflute~=2.3.0
- gql[aiohttp]~=3.4.1
- pydantic~=1.10.8
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~=20.3
python-telegram-bot~=20.4
panflute~=2.3.0
gql[aiohttp]~=3.4.1
pydantic~=1.10.8

0 comments on commit 684f8b2

Please sign in to comment.