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 bb56fb8  build(deps): bump ruff from 0.5.2 to 0.9.10 in /python (#307)
bb56fb8 is described below

commit bb56fb8432b12bd6cea50d657c1bb66374ef4f80
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Mar 15 15:07:20 2025 -0500

    build(deps): bump ruff from 0.5.2 to 0.9.10 in /python (#307)
    
    Bumps [ruff](https://github.com/astral-sh/ruff) from 0.5.2 to 0.9.10.
    - [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.5.2...0.9.10)
    
    ---
    updated-dependencies:
    - dependency-name: ruff
      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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/python/pyproject.toml b/python/pyproject.toml
index de68f5f..9d1da5c 100644
--- a/python/pyproject.toml
+++ b/python/pyproject.toml
@@ -41,7 +41,7 @@ dependencies = [
 optional-dependencies = { devel = [
     "pytest",
     "coverage",
-    "ruff==0.5.2",
+    "ruff==0.11.0",
     "mypy==1.10.1",
 ] }
 

Reply via email to