From 5a34550524e03853fce70509ebb996b865131dc5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 19:23:16 +0000 Subject: [PATCH] build(deps): bump the graphene group across 1 directory with 2 updates Bumps the graphene group with 2 updates in the / directory: [graphene](https://github.com/graphql-python/graphene) and [graphene-django](https://github.com/graphql-python/graphene-django). Updates `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) Updates `graphene-django` from 2.15.0 to 3.2.2 - [Release notes](https://github.com/graphql-python/graphene-django/releases) - [Commits](https://github.com/graphql-python/graphene-django/compare/v2.15.0...v3.2.2) --- updated-dependencies: - dependency-name: graphene dependency-type: direct:production update-type: version-update:semver-major dependency-group: graphene - dependency-name: graphene-django dependency-type: direct:production update-type: version-update:semver-major dependency-group: graphene ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/base.txt b/requirements/base.txt index ab77d0e68..40694950a 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -47,8 +47,8 @@ django-nonrelated-inlines==0.2 #=== GQL core ===# -graphene==2.1.9 -graphene-django==2.15.0 +graphene==3.4.1 +graphene-django==3.2.2 #=== Auth ===#