diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a04a337..1ed5706 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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 @@ -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 @@ -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 diff --git a/requirements.txt b/requirements.txt index 300e3a6..7f7146b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 \ No newline at end of file