Skip to content

Commit 3276797

Browse files
fix(deps): update dependency gremlinpython to v3.8.0
1 parent 067a85c commit 3276797

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

docs/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ requires-python = ">=3.13,<3.14"
99
dependencies = [
1010
"eventlet>=0.40.3,<1.0.0",
1111
"gevent>=25.9.1,<26.0.0",
12-
"gremlinpython==3.7.4",
12+
"gremlinpython==3.8.0",
1313
"pygments>=2.19.2,<3.0.0",
1414
"recommonmark==0.7.1",
1515
"redirects_cli~=0.1.3",

docs/uv.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ requires-python = ">=3.9"
3131
"Issues" = "https://github.com/scylladb/python-driver/issues"
3232

3333
[project.optional-dependencies]
34-
graph = ['gremlinpython==3.7.4']
34+
graph = ['gremlinpython==3.8.0']
3535
cle = ['cryptography>=35.0']
3636
compress-lz4 = ['lz4']
3737
compress-snappy = ['python-snappy']

0 commit comments

Comments
 (0)