Skip to content

Commit

Permalink
Update version number in other files
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored and github-actions[bot] committed Mar 1, 2024
1 parent a64df4b commit f180685
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 @@ -26,7 +26,7 @@ repos:
- python-telegram-bot~=20.6
- panflute~=2.3.0
- gql[aiohttp]~=3.4.1
- pydantic~=2.5.2
- pydantic~=2.6.3
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.8.0
hooks:
Expand All @@ -36,7 +36,7 @@ repos:
- python-telegram-bot~=20.6
- panflute~=2.3.0
- gql[aiohttp]~=3.4.1
- pydantic~=2.5.2
- pydantic~=2.6.3
- repo: https://github.com/asottile/pyupgrade
rev: v3.15.0
hooks:
Expand All @@ -60,4 +60,4 @@ repos:
- python-telegram-bot~=20.6
- panflute~=2.3.0
- gql[aiohttp]~=3.4.1
- pydantic~=2.5.2
- pydantic~=2.6.3
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.7
panflute~=2.5.2
panflute~=2.6.3
gql[aiohttp]~=3.5.0
pydantic~=2.6.3

0 comments on commit f180685

Please sign in to comment.