This is an automated email from the ASF dual-hosted git repository.
yihua pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/hudi-rs.git
The following commit(s) were added to refs/heads/main by this push:
new f04c58f1 build(deps-dev): bump coverage from 7.10.7 to 7.16.0 in
/python (#625)
f04c58f1 is described below
commit f04c58f1c067c4bb8f8eb6cb9233196a3633b921
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Sep 3 12:01:18 2026 -0700
build(deps-dev): bump coverage from 7.10.7 to 7.16.0 in /python (#625)
Bumps [coverage](https://github.com/coveragepy/coveragepy) from 7.10.7 to
7.16.0.
- [Release notes](https://github.com/coveragepy/coveragepy/releases)
-
[Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst)
-
[Commits](https://github.com/coveragepy/coveragepy/compare/7.10.7...7.16.0)
---
updated-dependencies:
- dependency-name: coverage
dependency-version: 7.14.1
dependency-type: direct:development
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>
---
python/pyproject.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/python/pyproject.toml b/python/pyproject.toml
index 9283e666..c377d5b6 100644
--- a/python/pyproject.toml
+++ b/python/pyproject.toml
@@ -43,7 +43,7 @@ dynamic = ["version"]
[project.optional-dependencies]
devel = [
"pytest==9.1.1",
- "coverage==7.10.7",
+ "coverage==7.16.0",
"ruff==0.15.18",
"mypy==1.20.2",
"pre-commit",