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 4bfdee8  build(deps): bump ruff from 0.12 to 0.14.1 in /python (#472)
4bfdee8 is described below

commit 4bfdee8ecfe044809b4930a530bf294e6a261bc1
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Oct 21 11:07:55 2025 -0500

    build(deps): bump ruff from 0.12 to 0.14.1 in /python (#472)
    
    Bumps [ruff](https://github.com/astral-sh/ruff) from 0.12 to 0.14.1.
    - [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.12.0...0.14.1)
    
    ---
    updated-dependencies:
    - dependency-name: ruff
      dependency-version: 0.14.1
      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 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/python/pyproject.toml b/python/pyproject.toml
index 5c7664a..3f928ac 100644
--- a/python/pyproject.toml
+++ b/python/pyproject.toml
@@ -45,11 +45,11 @@ dynamic = ["version"]
 devel = [
     "pytest==8.4.2",
     "coverage==7.10.7",
-    "ruff==0.12",
+    "ruff==0.14.1",
     "mypy==1.18.2",
 ] 
 lint = [
-    "ruff==0.12",
+    "ruff==0.14.1",
     "mypy==1.18.2",   
 ]
 datafusion = [

Reply via email to