From 58903a664c9e38beba695e99196c22d6e3164f3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2024 10:04:02 +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 c984263a4..2ec55f5e7 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.0.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