From 66efac4c6d52fd169668351a93849bb258d26f43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Mar 2022 03:25:03 +0000 Subject: [PATCH] Bump pytest-runner from 5.2 to 6.0.0 in /gremlin-python/src/main/python Bumps [pytest-runner](https://github.com/pytest-dev/pytest-runner) from 5.2 to 6.0.0. - [Release notes](https://github.com/pytest-dev/pytest-runner/releases) - [Changelog](https://github.com/pytest-dev/pytest-runner/blob/main/CHANGES.rst) - [Commits](https://github.com/pytest-dev/pytest-runner/compare/5.2...v6.0.0) --- updated-dependencies: - dependency-name: pytest-runner dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- gremlin-python/src/main/python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gremlin-python/src/main/python/setup.py b/gremlin-python/src/main/python/setup.py index 5a826bddff6..de57f428fb3 100644 --- a/gremlin-python/src/main/python/setup.py +++ b/gremlin-python/src/main/python/setup.py @@ -69,7 +69,7 @@ test_suite="tests", data_files=[("", ["LICENSE", "NOTICE"])], setup_requires=[ - 'pytest-runner==5.2', + 'pytest-runner==6.0.0', 'importlib-metadata<3.0.0' ], tests_require=[