From 3342134531e908ba039cc41f6199bc5bfbd3f0b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Aug 2025 21:55:04 +0000 Subject: [PATCH] chore(deps): Bump gql from 3.5.3 to 4.0.0 Bumps [gql](https://github.com/graphql-python/gql) from 3.5.3 to 4.0.0. - [Release notes](https://github.com/graphql-python/gql/releases) - [Commits](https://github.com/graphql-python/gql/compare/v3.5.3...v4.0.0) --- updated-dependencies: - dependency-name: gql dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 446ec46..1812e6c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -24,7 +24,7 @@ eth-account==0.13.7 eth-typing==5.2.1 # GraphQL and subgraph integration (for future subgraph functionality) -gql==3.5.3 +gql==4.0.0 # HTTP and API requests==2.32.4