Skip to content

Commit 192bc21

Browse files
Update graphql-core requirement from <3.2.6,>=3.2.0 to >=3.2.0,<3.2.7
Updates the requirements on [graphql-core](https://github.com/graphql-python/graphql-core) to permit the latest version. - [Release notes](https://github.com/graphql-python/graphql-core/releases) - [Commits](graphql-python/graphql-core@v3.2.0...v3.2.6) --- updated-dependencies: - dependency-name: graphql-core dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 179dbba commit 192bc21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ classifiers = [
2323
"Topic :: Software Development :: Libraries :: Python Modules",
2424
]
2525
dependencies = [
26-
"graphql-core>=3.2.0,<3.2.6",
26+
"graphql-core>=3.2.0,<3.2.7",
2727
"starlette>0.17,<1.0",
2828
"typing_extensions>=3.6.0",
2929
]

0 commit comments

Comments
 (0)