Skip to content

Commit

Permalink
Update graphene requirement from <3 to <4
Browse files Browse the repository at this point in the history
Updates the requirements on [graphene](https://github.com/graphql-python/graphene) to permit the latest version.
- [Release notes](https://github.com/graphql-python/graphene/releases)
- [Commits](graphql-python/graphene@v0.3.0...v3.4.1)

---
updated-dependencies:
- dependency-name: graphene
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 31, 2024
1 parent a698eaa commit 846fd77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ def run(self):
"sphinxext.opengraph",
],
"full": ["responder[graphql,openapi]"],
"graphql": ["graphene<3", "graphql-server-core>=1.2,<2"],
"graphql": ["graphene<4", "graphql-server-core>=1.2,<2"],
"openapi": ["apispec>=1.0.0"],
"release": ["build", "twine"],
"test": ["flask", "mypy", "pytest", "pytest-cov", "pytest-mock"],
Expand Down

0 comments on commit 846fd77

Please sign in to comment.