From 754cf740915b00e7511bbdd8de2941f2128b7428 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 02:55:56 +0000 Subject: [PATCH] Bump graphql-core from 3.2.3 to 3.2.6 Bumps [graphql-core](https://github.com/graphql-python/graphql-core) from 3.2.3 to 3.2.6. - [Release notes](https://github.com/graphql-python/graphql-core/releases) - [Commits](https://github.com/graphql-python/graphql-core/compare/v3.2.3...v3.2.6) --- updated-dependencies: - dependency-name: graphql-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7ec6a707..143bc80f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -46,7 +46,7 @@ pydantic==1.10.21 Werkzeug==3.1.3; python_version > "3.8" Werkzeug==3.0.6; python_version == "3.8" -graphql-core==3.2.3 +graphql-core==3.2.6 gql==3.5.1 websockets==15.0; python_version > "3.8"