From b1fb4f1ddb598ae9c103cd89229e470e0f384d5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 09:57:52 +0000 Subject: [PATCH] Bump graphql-core from 2.3.2 to 3.2.5 Bumps [graphql-core](https://github.com/graphql-python/graphql-core) from 2.3.2 to 3.2.5. - [Release notes](https://github.com/graphql-python/graphql-core/releases) - [Commits](https://github.com/graphql-python/graphql-core/commits/v3.2.5) --- 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 a91307d2..638bb336 100644 --- a/demos/graphql-demo/requirements-dev.txt +++ b/demos/graphql-demo/requirements-dev.txt @@ -6,7 +6,7 @@ aiodataloader==0.4.0 faker==26.0.0 trafaret_config==2.0.2 graphene==2.1.9 -graphql-core==2.3.2 +graphql-core==3.2.5 graphql-ws==0.4.4 psycopg2-binary==2.9.9 redis==5.1.1