From 9d5434e5928fee468724330f7f7f83f345d7b58d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 14:44:50 +0000 Subject: [PATCH] Bump mypy in /python-wrapper in the python-major group Bumps the python-major group in /python-wrapper with 1 update: [mypy](https://github.com/python/mypy). Updates `mypy` from 1.20.2 to 2.0.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.20.2...v2.0.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: python-major ... Signed-off-by: dependabot[bot] --- python-wrapper/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-wrapper/pyproject.toml b/python-wrapper/pyproject.toml index a2b60e8..035dd50 100644 --- a/python-wrapper/pyproject.toml +++ b/python-wrapper/pyproject.toml @@ -50,7 +50,7 @@ snowflake = ["snowflake-snowpark-python>=1, <2"] [dependency-groups] dev = [ "ruff==0.15.12", - "mypy==1.20.2", + "mypy==2.0.0", "pytest==9.0.3", "selenium==4.43.0", "ipykernel==7.2.0",