diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index aa33ae7..a92d798 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -23,7 +23,7 @@ repos: - --jobs=0 additional_dependencies: - - python-telegram-bot~=20.6 + - python-telegram-bot~=21.0 - panflute~=2.3.0 - gql[aiohttp]~=3.4.1 - pydantic~=2.5.2 @@ -33,7 +33,7 @@ repos: - id: mypy name: mypy additional_dependencies: - - python-telegram-bot~=20.6 + - python-telegram-bot~=21.0 - panflute~=2.3.0 - gql[aiohttp]~=3.4.1 - pydantic~=2.5.2 @@ -57,7 +57,7 @@ repos: - id: ruff name: ruff additional_dependencies: - - python-telegram-bot~=20.6 + - python-telegram-bot~=21.0 - panflute~=2.3.0 - gql[aiohttp]~=3.4.1 - pydantic~=2.5.2