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 db4807d5ae Bump gremlin-python example dependencies (#2438)
db4807d5ae is described below

commit db4807d5ae52df958932685af3d833a29f637ce1
Author: Ryan Tan <65996005+r...@users.noreply.github.com>
AuthorDate: Mon Jan 15 09:37:36 2024 -0800

    Bump gremlin-python example dependencies (#2438)
---
 gremlin-python/src/main/python/examples/requirements.txt | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gremlin-python/src/main/python/examples/requirements.txt 
b/gremlin-python/src/main/python/examples/requirements.txt
index 64f860071b..aac2e56d11 100644
--- a/gremlin-python/src/main/python/examples/requirements.txt
+++ b/gremlin-python/src/main/python/examples/requirements.txt
@@ -20,10 +20,10 @@ aiohttp==3.8.0
 aiosignal==1.3.1
 async-timeout==4.0.3
 attrs==23.1.0
-charset-normalizer==2.1.1
+charset-normalizer==3.3.2
 frozenlist==1.4.0
-idna==3.4
+idna==3.6
 isodate==0.6.1
-multidict==4.7.6
-six==1.15.0
-yarl==1.9.2
\ No newline at end of file
+multidict==6.0.4
+six==1.16.0
+yarl==1.9.4

Reply via email to