From d0617249e255ca318cb2dec531502ff17cb03668 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 16:48:51 +0000 Subject: [PATCH] Bump mypy from 1.18.2 to 1.19.1 in /python-wrapper 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] --- 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 6df6ecc..4d9962d 100644 --- a/python-wrapper/pyproject.toml +++ b/python-wrapper/pyproject.toml @@ -48,7 +48,7 @@ snowflake = ["snowflake-snowpark-python>=1, <2"] [dependency-groups] dev = [ "ruff==0.14.1", - "mypy==1.18.2", + "mypy==1.19.1", "pytest==8.4.2", "selenium==4.38.0", "ipykernel==6.30.1",