From b17f874f31dece40dd50d70f68472ea8234739fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Jul 2025 16:19:30 +0000 Subject: [PATCH] Bump mypy from 1.15.0 to 1.17.1 Bumps [mypy](https://github.com/python/mypy) from 1.15.0 to 1.17.1. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.15.0...v1.17.1) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.17.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4ff5d0f..ae2d299 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ dev = [ "pre-commit>=2.20.0", "pre-commit-uv>=4", "pytest-cov>=4.0.0", - "mypy==1.15.0", + "mypy==1.17.1", "pytest-parametrization>=2022", "ruff>=0.8.2", "setuptools>=67.0.0",