This is an automated email from the ASF dual-hosted git repository.
xushiyan 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 1ae9108 build(deps): bump coverage from 7.8 to 7.10.7 in /python
(#456)
1ae9108 is described below
commit 1ae910803c3fd4bf7a718505225d66ff30e8b30f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Oct 18 01:25:39 2025 -0500
build(deps): bump coverage from 7.8 to 7.10.7 in /python (#456)
Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.8 to 7.10.7.
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](https://github.com/nedbat/coveragepy/compare/7.8.0...7.10.7)
---
updated-dependencies:
- dependency-name: coverage
dependency-version: 7.10.7
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>
---
python/pyproject.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/python/pyproject.toml b/python/pyproject.toml
index f453cec..861fdc0 100644
--- a/python/pyproject.toml
+++ b/python/pyproject.toml
@@ -44,7 +44,7 @@ dynamic = ["version"]
[project.optional-dependencies]
devel = [
"pytest==8.4.2",
- "coverage==7.8",
+ "coverage==7.10.7",
"ruff==0.12",
"mypy==1.17.1",
]