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 0025664  build(deps-dev): bump mypy from 1.18.2 to 1.19.1 in /python 
(#497)
0025664 is described below

commit 0025664a27c7afedcb4ecadd04ce92a9a35c80e7
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Jan 1 15:07:49 2026 -0600

    build(deps-dev): bump mypy from 1.18.2 to 1.19.1 in /python (#497)
    
    Bumps [mypy](https://github.com/python/mypy) from 1.18.2 to 1.19.1.
    - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/python/mypy/compare/v1.18.2...v1.19.1)
    
    ---
    updated-dependencies:
    - dependency-name: mypy
      dependency-version: 1.19.1
      dependency-type: direct:development
      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 3f928ac..123c0b5 100644
--- a/python/pyproject.toml
+++ b/python/pyproject.toml
@@ -46,11 +46,11 @@ devel = [
     "pytest==8.4.2",
     "coverage==7.10.7",
     "ruff==0.14.1",
-    "mypy==1.18.2",
+    "mypy==1.19.1",
 ] 
 lint = [
     "ruff==0.14.1",
-    "mypy==1.18.2",   
+    "mypy==1.19.1",   
 ]
 datafusion = [
     "datafusion==46.0.0",

Reply via email to