From 98f6f84a826949ea7d09a344462925487e6d3083 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 08:18:07 +0000 Subject: [PATCH] chore(deps): bump graphene from 2.1.8 to 3.4.1 in /backend/requirements Bumps [graphene](https://github.com/graphql-python/graphene) from 2.1.8 to 3.4.1. - [Release notes](https://github.com/graphql-python/graphene/releases) - [Commits](https://github.com/graphql-python/graphene/compare/v2.1.8...v3.4.1) --- updated-dependencies: - dependency-name: graphene dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- backend/requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements/base.txt b/backend/requirements/base.txt index c58113de2..f55c6e5f1 100644 --- a/backend/requirements/base.txt +++ b/backend/requirements/base.txt @@ -12,7 +12,7 @@ djangorestframework==3.14.0 factory-boy==3.3.0 google-api-python-client==2.125.0 graphene-django==2.15.0 -graphene==2.1.8 +graphene==3.4.1 gunicorn==23.0.0 oauth2client==4.1.3 pandas==2.2.3