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 fb56106 Bumped dependabot versions for gremlin-python
fb56106 is described below
commit fb56106fee11e7b64b9043bdfde0034e4b0157af
Author: Stephen Mallette <[email protected]>
AuthorDate: Tue Dec 21 06:50:33 2021 -0500
Bumped dependabot versions for gremlin-python
Refers to #1530 and #1532 CTR
---
gremlin-python/src/main/python/setup.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gremlin-python/src/main/python/setup.py
b/gremlin-python/src/main/python/setup.py
index 240af6c..05e981e 100644
--- a/gremlin-python/src/main/python/setup.py
+++ b/gremlin-python/src/main/python/setup.py
@@ -47,7 +47,7 @@ version = __version__.version
install_requires = [
'nest_asyncio',
'aiohttp>=3.8.0,<=3.8.1',
- 'aenum>=1.4.5,<3.0.0',
+ 'aenum>=1.4.5,<4.0.0',
'six>=1.10.0,<2.0.0',
'isodate>=0.6.0,<1.0.0'
]
@@ -76,7 +76,7 @@ setup(
'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'
+ 'PyHamcrest>=1.9.0,<3.0.0'
],
install_requires=install_requires,
extra_require={