From 72964605e0d1e0181d99d3089a3d2fa817fdb3a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Oct 2022 16:25:22 +0000 Subject: [PATCH] chore(deps): update graphene-django requirement Updates the requirements on [graphene-django](https://github.com/graphql-python/graphene-django) to permit the latest version. - [Release notes](https://github.com/graphql-python/graphene-django/releases) - [Commits](https://github.com/graphql-python/graphene-django/compare/v2.15.0...v3.0.0) --- updated-dependencies: - dependency-name: graphene-django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ba473c1..c0682e4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ classifiers = [ python = "^3.9" redis = "^4.1.4" Django = ">=3.2.12,<5.0.0" -graphene-django = "^2.15.0" +graphene-django = ">=2.15,<4.0" inflection = "^0.5.1" graphene-django-optimizer = "^0.8.0" flatten-dict = "^0.4.2"