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 6bdffd54ac3e11083120e49bef99eaeffc5a8590 Merge: de4e353 d696d55 Author: Stephen Mallette <[email protected]> AuthorDate: Wed Feb 9 05:37:30 2022 -0500 Merge branch 'pr-1561' 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 05e981e,5a826bd..2a6cbce --- a/gremlin-python/src/main/python/setup.py +++ b/gremlin-python/src/main/python/setup.py @@@ -69,14 -69,14 +69,14 @@@ setup test_suite="tests", data_files=[("", ["LICENSE", "NOTICE"])], setup_requires=[ - 'pytest-runner==5.2', - 'importlib-metadata<3.0.0' + 'pytest-runner==5.3.1', + 'importlib-metadata<5.0.0' ], tests_require=[ - 'pytest>=4.6.4,<7.0.0', + 'pytest>=4.6.4,<8.0.0', - 'mock>=3.0.5,<4.0.0', - 'radish-bdd==0.8.6', - 'PyHamcrest>=1.9.0,<2.0.0' + 'mock>=3.0.5,<5.0.0', + 'radish-bdd==0.13.4', + 'PyHamcrest>=1.9.0,<3.0.0' ], install_requires=install_requires, extra_require={
