This is an automated email from the ASF dual-hosted git repository.
yihua 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 59e4643a build(deps-dev): bump mypy from 1.20.2 to 2.3.1 in /python
(#615)
59e4643a is described below
commit 59e4643a82d699c23289be2f5d81d52a721130a3
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Sep 3 13:49:08 2026 -0700
build(deps-dev): bump mypy from 1.20.2 to 2.3.1 in /python (#615)
Bumps [mypy](https://github.com/python/mypy) from 1.20.2 to 2.3.1.
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](https://github.com/python/mypy/compare/v1.20.2...v2.3.1)
---
updated-dependencies:
- dependency-name: mypy
dependency-version: 2.1.0
dependency-type: direct:development
update-type: version-update:semver-major
...
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 c377d5b6..35a5d47a 100644
--- a/python/pyproject.toml
+++ b/python/pyproject.toml
@@ -45,12 +45,12 @@ devel = [
"pytest==9.1.1",
"coverage==7.16.0",
"ruff==0.15.18",
- "mypy==1.20.2",
+ "mypy==2.3.1",
"pre-commit",
]
lint = [
"ruff==0.15.18",
- "mypy==1.20.2",
+ "mypy==2.3.1",
]
datafusion = [
"datafusion==52.3.0",