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 b508e38 build(deps): bump ruff from 0.11.2 to 0.11.7 in /python (#327)
b508e38 is described below
commit b508e3810b948b279b745a401316b59cb78740ce
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Apr 28 16:25:14 2025 -0500
build(deps): bump ruff from 0.11.2 to 0.11.7 in /python (#327)
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.11.2 to 0.11.7.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](https://github.com/astral-sh/ruff/compare/0.11.2...0.11.7)
---
updated-dependencies:
- dependency-name: ruff
dependency-version: 0.11.7
dependency-type: direct:production
update-type: version-update:semver-patch
...
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 11d9571..02ae9d7 100644
--- a/python/pyproject.toml
+++ b/python/pyproject.toml
@@ -41,7 +41,7 @@ dependencies = [
optional-dependencies = { devel = [
"pytest==8.3.5",
"coverage==7.8",
- "ruff==0.11.2",
+ "ruff==0.11.7",
"mypy==1.10.1",
] }