From 2681f41bdab1d605cf83a80ae9580578d4166762 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2024 03:57:55 +0000 Subject: [PATCH] Bump graphql-core from 3.2.3 to 3.2.4 Bumps [graphql-core](https://github.com/graphql-python/graphql-core) from 3.2.3 to 3.2.4. - [Release notes](https://github.com/graphql-python/graphql-core/releases) - [Commits](https://github.com/graphql-python/graphql-core/compare/v3.2.3...v3.2.4) --- 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 e3774ed..e160080 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ aiohttp==3.10.5 apischema==0.18.1 gql==3.5.0 -graphql-core==3.2.3 +graphql-core==3.2.4 requests==2.32.3