From c000b6e600ad7080977cf24f498aed38c70dcf72 Mon Sep 17 00:00:00 2001 From: cn337131 <141730190+cn337131@users.noreply.github.com> Date: Thu, 6 Feb 2025 16:31:36 +0000 Subject: [PATCH] update gremlinpython --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 145b652b..19d6819a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ requests==2.31.0 -gremlinpython==3.6.2 +gremlinpython==3.7.3 diff --git a/setup.py b/setup.py index 896937c5..791325d3 100644 --- a/setup.py +++ b/setup.py @@ -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": [