From 644a8ec1ce62068594cda9941d5bff2c93a2b131 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 09:55:57 +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 dde59b563..bf96e5450 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.2.0