From 68ad548797320c326b1bd12c16af5f8376304752 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 11:26:40 +0000 Subject: [PATCH] Bump gremlinpython from 3.7.2 to 3.7.3 Bumps [gremlinpython](https://github.com/apache/tinkerpop) from 3.7.2 to 3.7.3. - [Changelog](https://github.com/apache/tinkerpop/blob/master/CHANGELOG.asciidoc) - [Commits](https://github.com/apache/tinkerpop/compare/3.7.2...3.7.3) --- updated-dependencies: - dependency-name: gremlinpython dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 645ec78..ce95cb7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,4 @@ aiohttp==3.10.10 # on Python 3.11 and 3.12 this is not installed automatically as dependency of aiohttp async-timeout==4.0.3 -gremlinpython==3.7.2 +gremlinpython==3.7.3