This is an automated email from the ASF dual-hosted git repository. spmallette pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tinkerpop.git
commit f46675dcdd0d3d862490b4c528ffb59ef68c6c90 Merge: a340d0f fc2fb9d Author: Stephen Mallette <[email protected]> AuthorDate: Tue Mar 1 07:58:20 2022 -0500 Merge branch '3.5-dev' gremlin-python/src/main/python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --cc gremlin-python/src/main/python/setup.py index 8c94635,de57f42..4336a69 --- a/gremlin-python/src/main/python/setup.py +++ b/gremlin-python/src/main/python/setup.py @@@ -68,8 -69,8 +68,8 @@@ setup test_suite="tests", data_files=[("", ["LICENSE", "NOTICE"])], setup_requires=[ - 'pytest-runner==5.3.1', + 'pytest-runner==6.0.0', - 'importlib-metadata<3.0.0' + 'importlib-metadata<5.0.0' ], tests_require=[ 'pytest>=4.6.4,<8.0.0',
