From 7ef0eb4cf5157b910c6678f31868f504e0649b31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Sep 2022 11:01:06 +0000 Subject: [PATCH] Bump graphene-django from 2.13.0 to 3.0.0 Bumps [graphene-django](https://github.com/graphql-python/graphene-django) from 2.13.0 to 3.0.0. - [Release notes](https://github.com/graphql-python/graphene-django/releases) - [Commits](https://github.com/graphql-python/graphene-django/compare/v2.13.0...v3.0.0) --- updated-dependencies: - dependency-name: graphene-django dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index cc0ed7f..258403c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ django-debug-toolbar==2.2 django-filter==2.2.0 django-webpack-loader==0.6.0 graphene==2.1.8 -graphene-django==2.13.0 +graphene-django==3.0.0 psycopg2-binary==2.8.4 python-dotenv==0.14.0 requests==2.24.0