From 184f03381fce834cf9fb6a3d0c21b6d0bb1265e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Aug 2023 09:33:29 +0000 Subject: [PATCH] build(deps-dev): bump graphene from 2.1.9 to 3.3 Bumps [graphene](https://github.com/graphql-python/graphene) from 2.1.9 to 3.3. - [Release notes](https://github.com/graphql-python/graphene/releases) - [Commits](https://github.com/graphql-python/graphene/compare/v2.1.9...v3.3.0) --- 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 587e6e766..74818009a 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==19.3.1 trafaret_config==2.0.2 -graphene==2.1.9 +graphene==3.3 graphql-core==2.3.2 graphql-ws==0.4.4 psycopg2-binary==2.9.7