This is an automated email from the ASF dual-hosted git repository. colegreer pushed a commit to branch 3.8-dev in repository https://gitbox.apache.org/repos/asf/tinkerpop.git
commit 0f02480e94f9a144b839e9791c0cae515d05ccbb Merge: 9509d4f92d f4516e4370 Author: Cole Greer <[email protected]> AuthorDate: Wed Apr 15 14:44:14 2026 -0700 Merge branch '3.7-dev' into 3.8-dev gremlin-console/src/test/python/setup.py | 1 + pom.xml | 8 +++++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --cc gremlin-console/src/test/python/setup.py index bf621d8114,163e0d773c..71fd31a52b --- a/gremlin-console/src/test/python/setup.py +++ b/gremlin-console/src/test/python/setup.py @@@ -30,8 -30,9 +30,9 @@@ setup 'importlib-metadata<3.0.0' ], tests_require=[ - 'pytest>=4.6.4,<5.0.0', + 'pytest>=6.2.5,<8.0.0', 'mock>=3.0.5,<4.0.0', + 'more-itertools<11.0.0', 'pexpect==4.8.0' ] )
