This is an automated email from the ASF dual-hosted git repository.
jin pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph-ai.git
The following commit(s) were added to refs/heads/main by this push:
new 1699a45 chore(deps): bump setuptools from 67.6.1 to 70.0.0 in
/hugegraph-python-client (#55)
1699a45 is described below
commit 1699a4565142d7bf814737f3fa84eb537cec8240
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jul 23 18:19:07 2024 +0800
chore(deps): bump setuptools from 67.6.1 to 70.0.0 in
/hugegraph-python-client (#55)
Bumps [setuptools](https://github.com/pypa/setuptools) from 67.6.1 to
70.0.0.
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](https://github.com/pypa/setuptools/compare/v67.6.1...v70.0.0)
---
updated-dependencies:
- dependency-name: setuptools
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
hugegraph-python-client/requirements.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hugegraph-python-client/requirements.txt
b/hugegraph-python-client/requirements.txt
index 87fc7df..d7a8148 100644
--- a/hugegraph-python-client/requirements.txt
+++ b/hugegraph-python-client/requirements.txt
@@ -1,4 +1,4 @@
decorator==5.1.1
requests==2.32.0
-setuptools==67.6.1
+setuptools==70.0.0
urllib3==2.2.2