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
The following commit(s) were added to refs/heads/master by this push:
new 86343f2 Bump several python dependencies
86343f2 is described below
commit 86343f2614387d7209a073610503fc8b135f2b16
Author: Stephen Mallette <[email protected]>
AuthorDate: Sat Dec 18 04:34:47 2021 -0500
Bump several python dependencies
dependabot #1525, #1526, #1527, #1528, #1529 CTR
---
gremlin-python/src/main/python/setup.py | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/gremlin-python/src/main/python/setup.py
b/gremlin-python/src/main/python/setup.py
index f39d243..240af6c 100644
--- a/gremlin-python/src/main/python/setup.py
+++ b/gremlin-python/src/main/python/setup.py
@@ -69,13 +69,13 @@ 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,<5.0.0',
- 'mock>=3.0.5,<4.0.0',
- 'radish-bdd==0.8.6',
+ 'pytest>=4.6.4,<7.0.0',
+ 'mock>=3.0.5,<5.0.0',
+ 'radish-bdd==0.13.4',
'PyHamcrest>=1.9.0,<2.0.0'
],
install_requires=install_requires,