diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1346323..8bf7748 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -23,7 +23,7 @@ repos: additional_dependencies: - python-telegram-bot~=21.10 - - gql[aiohttp]~=3.5.0 + - gql[aiohttp]~=3.5.1 - pydantic~=2.10.6 - pydantic-yaml~=1.4.0 - repo: https://github.com/pre-commit/mirrors-mypy @@ -33,7 +33,7 @@ repos: name: mypy additional_dependencies: - python-telegram-bot~=21.10 - - gql[aiohttp]~=3.5.0 + - gql[aiohttp]~=3.5.1 - pydantic~=2.10.6 - pydantic-yaml~=1.4.0 - repo: https://github.com/asottile/pyupgrade @@ -57,6 +57,6 @@ repos: name: ruff additional_dependencies: - python-telegram-bot~=21.10 - - gql[aiohttp]~=3.5.0 + - gql[aiohttp]~=3.5.1 - pydantic~=2.10.6 - pydantic-yaml~=1.4.0 diff --git a/requirements.txt b/requirements.txt index db5c8c4..19a088b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ python-telegram-bot~=21.10 -gql[aiohttp]~=3.5.0 +gql[aiohttp]~=3.5.1 pydantic~=2.10.6 pydantic-yaml~=1.4.0 \ No newline at end of file