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 3c00ce9  build(deps): bump ruff from 0.11.0 to 0.11.2 in /python (#315)
3c00ce9 is described below

commit 3c00ce9d37b4f4c4d017b0c50a2e0b8baca885a2
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Mar 25 11:04:33 2025 -0500

    build(deps): bump ruff from 0.11.0 to 0.11.2 in /python (#315)
    
    Bumps [ruff](https://github.com/astral-sh/ruff) from 0.11.0 to 0.11.2.
    - [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.0...0.11.2)
    
    ---
    updated-dependencies:
    - dependency-name: ruff
      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 9d1da5c..d5f5475 100644
--- a/python/pyproject.toml
+++ b/python/pyproject.toml
@@ -41,7 +41,7 @@ dependencies = [
 optional-dependencies = { devel = [
     "pytest",
     "coverage",
-    "ruff==0.11.0",
+    "ruff==0.11.2",
     "mypy==1.10.1",
 ] }
 

Reply via email to