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 1a7fe4e7 build(deps-dev): bump ruff from 0.15.12 to 0.15.18 in /python 
(#633)
1a7fe4e7 is described below

commit 1a7fe4e7c8713fbcb2e73f9b259c6f9e87f29b15
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Sep 2 17:53:34 2026 -0700

    build(deps-dev): bump ruff from 0.15.12 to 0.15.18 in /python (#633)
    
    Bumps [ruff](https://github.com/astral-sh/ruff) from 0.15.12 to 0.15.18.
    - [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.15.12...0.15.18)
    
    ---
    updated-dependencies:
    - dependency-name: ruff
      dependency-version: 0.15.18
      dependency-type: direct:development
      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>
    Co-authored-by: Y Ethan Guo <[email protected]>
---
 python/pyproject.toml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/python/pyproject.toml b/python/pyproject.toml
index 62ff2df9..9283e666 100644
--- a/python/pyproject.toml
+++ b/python/pyproject.toml
@@ -44,12 +44,12 @@ dynamic = ["version"]
 devel = [
     "pytest==9.1.1",
     "coverage==7.10.7",
-    "ruff==0.15.12",
+    "ruff==0.15.18",
     "mypy==1.20.2",
     "pre-commit",
 ]
 lint = [
-    "ruff==0.15.12",
+    "ruff==0.15.18",
     "mypy==1.20.2",
 ]
 datafusion = [

Reply via email to