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 bcc2f96  build(deps-dev): bump ruff from 0.14.1 to 0.14.13 in /python 
(#526)
bcc2f96 is described below

commit bcc2f96556b07844bca98655f46a847236f340f1
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Jan 22 14:37:24 2026 -0600

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

diff --git a/python/pyproject.toml b/python/pyproject.toml
index 3582d09..9a2e17a 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.14.1",
+    "ruff==0.14.13",
     "mypy==1.19.1",
 ] 
 lint = [
-    "ruff==0.14.1",
+    "ruff==0.14.13",
     "mypy==1.19.1",   
 ]
 datafusion = [

Reply via email to