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 72fe192  build(deps): bump mypy from 1.15 to 1.17.1 in /python (#413)
72fe192 is described below

commit 72fe192fb91cb365c81b794c8075f145f0d26ab1
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Aug 26 10:41:02 2025 -0500

    build(deps): bump mypy from 1.15 to 1.17.1 in /python (#413)
    
    Bumps [mypy](https://github.com/python/mypy) from 1.15 to 1.17.1.
    - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/python/mypy/compare/v1.15.0...v1.17.1)
    
    ---
    updated-dependencies:
    - dependency-name: mypy
      dependency-version: 1.17.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 5b153cb..5820a60 100644
--- a/python/pyproject.toml
+++ b/python/pyproject.toml
@@ -46,11 +46,11 @@ devel = [
     "pytest==8.4.1",
     "coverage==7.8",
     "ruff==0.12",
-    "mypy==1.15",
+    "mypy==1.17.1",
 ] 
 lint = [
     "ruff==0.12",
-    "mypy==1.15",   
+    "mypy==1.17.1",   
 ]
 datafusion = [
     "datafusion==46.0.0",

Reply via email to