Skip to content

Commit

Permalink
update gremlinpython
Browse files Browse the repository at this point in the history
  • Loading branch information
cn337131 committed Feb 6, 2025
1 parent 654208b commit c000b6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
requests==2.31.0
gremlinpython==3.6.2
gremlinpython==3.7.3
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
python_requires = ">3.6"
install_requires = [
"requests>=2.4.0",
"gremlinpython>=3.6.2"
"gremlinpython>=3.7.3"
]
extras_require = {
"dev": [
Expand Down

0 comments on commit c000b6e

Please sign in to comment.