diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 683c322..aa67e9e 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.1 + - gql[aiohttp]~=3.5.2 - 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.1 + - gql[aiohttp]~=3.5.2 - 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.1 + - gql[aiohttp]~=3.5.2 - pydantic~=2.10.6 - pydantic-yaml~=1.4.0 diff --git a/requirements.txt b/requirements.txt index 19a088b..43f3fca 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ python-telegram-bot~=21.10 -gql[aiohttp]~=3.5.1 +gql[aiohttp]~=3.5.2 pydantic~=2.10.6 pydantic-yaml~=1.4.0 \ No newline at end of file