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 038eca8  build(deps): bump mypy from 1.17.1 to 1.18.2 in /python (#454)
038eca8 is described below

commit 038eca84a8b64a19ddc4e9f62e838972f5bae27d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Oct 18 01:26:07 2025 -0500

    build(deps): bump mypy from 1.17.1 to 1.18.2 in /python (#454)
    
    Bumps [mypy](https://github.com/python/mypy) from 1.17.1 to 1.18.2.
    - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/python/mypy/compare/v1.17.1...v1.18.2)
    
    ---
    updated-dependencies:
    - dependency-name: mypy
      dependency-version: 1.18.2
      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 861fdc0..5c7664a 100644
--- a/python/pyproject.toml
+++ b/python/pyproject.toml
@@ -46,11 +46,11 @@ devel = [
     "pytest==8.4.2",
     "coverage==7.10.7",
     "ruff==0.12",
-    "mypy==1.17.1",
+    "mypy==1.18.2",
 ] 
 lint = [
     "ruff==0.12",
-    "mypy==1.17.1",   
+    "mypy==1.18.2",   
 ]
 datafusion = [
     "datafusion==46.0.0",

Reply via email to