From 5af9b519a7c78382105d544be7a474f44b48b42e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 09:18:32 +0000 Subject: [PATCH] Bump graphene from 2.1.9 to 3.4.3 Bumps [graphene](https://github.com/graphql-python/graphene) from 2.1.9 to 3.4.3. - [Release notes](https://github.com/graphql-python/graphene/releases) - [Commits](https://github.com/graphql-python/graphene/compare/v2.1.9...v3.4.3) --- updated-dependencies: - dependency-name: graphene 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 4c211fcea..e823d5260 100644 --- a/demos/graphql-demo/requirements-dev.txt +++ b/demos/graphql-demo/requirements-dev.txt @@ -4,7 +4,7 @@ aiohttp-graphql==1.1.0 aiodataloader==0.4.0 faker==33.1.0 trafaret_config==2.0.2 -graphene==2.1.9 +graphene==3.4.3 graphql-core==2.3.2 graphql-ws==0.4.4 psycopg2-binary==2.9.10