This is an automated email from the ASF dual-hosted git repository.
colegreer pushed a commit to branch 3.6-dev
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git
The following commit(s) were added to refs/heads/3.6-dev by this push:
new 1fa63a4513 Bump idna from 3.6 to 3.8 in
/gremlin-python/src/main/python (#2746)
1fa63a4513 is described below
commit 1fa63a4513860d2dde432ded6dd0bd9256ca2009
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Aug 28 18:13:43 2024 -0700
Bump idna from 3.6 to 3.8 in /gremlin-python/src/main/python (#2746)
Bumps [idna](https://github.com/kjd/idna) from 3.6 to 3.8.
- [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.8)
---
updated-dependencies:
- dependency-name: idna
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
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 d4399eca74..a5268dd33d 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.8
isodate==0.6.1
multidict==6.0.5
yarl==1.9.4