This is an automated email from the ASF dual-hosted git repository.
haonan pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/tsfile.git
The following commit(s) were added to refs/heads/develop by this push:
new dd603b4e Bump setuptools from 70.0.0 to 78.1.1 in /python (#497)
dd603b4e is described below
commit dd603b4eb962e215baa5b97824c47714214c67a3
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue May 20 10:28:13 2025 +0800
Bump setuptools from 70.0.0 to 78.1.1 in /python (#497)
Bumps [setuptools](https://github.com/pypa/setuptools) from 70.0.0 to
78.1.1.
- [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/v70.0.0...v78.1.1)
---
updated-dependencies:
- dependency-name: setuptools
dependency-version: 78.1.1
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
python/requirements.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/python/requirements.txt b/python/requirements.txt
index 9e6c929e..06f90808 100644
--- a/python/requirements.txt
+++ b/python/requirements.txt
@@ -20,6 +20,6 @@
cython==3.0.10
numpy==1.26.4
pandas==2.2.2
-setuptools==70.0.0
+setuptools==78.1.1
wheel==0.45.1