From 7269cd890808d2ee9c1b5aa855ed7250a35dbd21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 09:55:58 +0000 Subject: [PATCH] Bump graphene from 2.1.9 to 3.4.1 Bumps [graphene](https://github.com/graphql-python/graphene) from 2.1.9 to 3.4.1. - [Release notes](https://github.com/graphql-python/graphene/releases) - [Commits](https://github.com/graphql-python/graphene/compare/v2.1.9...v3.4.1) --- 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 dde59b563..947951090 100644 --- a/demos/graphql-demo/requirements-dev.txt +++ b/demos/graphql-demo/requirements-dev.txt @@ -5,7 +5,7 @@ aiohttp_graphql==1.1.0 aiodataloader==0.4.0 faker==26.0.0 trafaret_config==2.0.2 -graphene==2.1.9 +graphene==3.4.1 graphql-core==2.3.2 graphql-ws==0.4.4 psycopg2-binary==2.9.9