From 254a870dd8a89287730b8efd364a1f3c89cb38a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 May 2024 18:22:41 +0000 Subject: [PATCH] Bump idna from 3.6 to 3.7 in /gremlin-python/src/main/python Bumps [idna](https://github.com/kjd/idna) from 3.6 to 3.7. - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst) - [Commits](https://github.com/kjd/idna/compare/v3.6...v3.7) --- updated-dependencies: - dependency-name: idna dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- gremlin-python/src/main/python/examples/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gremlin-python/src/main/python/examples/requirements.txt b/gremlin-python/src/main/python/examples/requirements.txt index fb17e70620..71fecb94e6 100644 --- a/gremlin-python/src/main/python/examples/requirements.txt +++ b/gremlin-python/src/main/python/examples/requirements.txt @@ -22,7 +22,7 @@ async-timeout==4.0.3 attrs==23.2.0 charset-normalizer==3.3.2 frozenlist==1.4.1 -idna==3.6 +idna==3.7 isodate==0.6.1 multidict==6.0.5 six==1.16.0