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 5e8db0ee build(deps-dev): bump pytest from 9.0.3 to 9.1.1 in /python
(#634)
5e8db0ee is described below
commit 5e8db0ee2f268c5e42a1f96d43b0b22c5069178d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Sep 1 23:10:07 2026 -0700
build(deps-dev): bump pytest from 9.0.3 to 9.1.1 in /python (#634)
Bumps [pytest](https://github.com/pytest-dev/pytest) from 9.0.3 to 9.1.1.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest/compare/9.0.3...9.1.1)
---
updated-dependencies:
- dependency-name: pytest
dependency-version: 9.1.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 7add64d9..62ff2df9 100644
--- a/python/pyproject.toml
+++ b/python/pyproject.toml
@@ -42,7 +42,7 @@ dynamic = ["version"]
[project.optional-dependencies]
devel = [
- "pytest==9.0.3",
+ "pytest==9.1.1",
"coverage==7.10.7",
"ruff==0.15.12",
"mypy==1.20.2",