From 97ef6eca3a5fe603c6dfa1d6bffcb47414da47bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Feb 2025 09:27:22 +0000 Subject: [PATCH] Bump graphql-core from 2.3.2 to 3.2.6 Bumps [graphql-core](https://github.com/graphql-python/graphql-core) from 2.3.2 to 3.2.6. - [Release notes](https://github.com/graphql-python/graphql-core/releases) - [Commits](https://github.com/graphql-python/graphql-core/commits/v3.2.6) --- updated-dependencies: - dependency-name: graphql-core dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- demos/graphql-demo/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demos/graphql-demo/requirements-dev.txt b/demos/graphql-demo/requirements-dev.txt index afe71d289..ba8bb3677 100644 --- a/demos/graphql-demo/requirements-dev.txt +++ b/demos/graphql-demo/requirements-dev.txt @@ -5,7 +5,7 @@ aiodataloader==0.4.0 faker==36.1.1 trafaret_config==2.0.2 graphene==2.1.9 -graphql-core==2.3.2 +graphql-core==3.2.6 graphql-ws==0.4.4 psycopg2-binary==2.9.10 redis==5.2.1