From 2db4b8bda00939178c21414df0bdbd3a11f35182 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 18:26:56 +0000 Subject: [PATCH] Bump mypy from 1.19.1 to 1.20.2 in /python-wrapper Bumps [mypy](https://github.com/python/mypy) from 1.19.1 to 1.20.2. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.19.1...v1.20.2) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.20.2 dependency-type: direct:development update-type: version-update:semver-minor ... 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 e32b246..55e9181 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.2", - "mypy==1.19.1", + "mypy==1.20.2", "pytest==9.0.3", "selenium==4.40.0", "ipykernel==7.2.0",