From a877af2bb1e8466fdd5d4f0fc08b181c61277f02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Sep 2025 16:14:42 +0000 Subject: [PATCH] Bump mypy from 1.15.0 to 1.18.1 Bumps [mypy](https://github.com/python/mypy) from 1.15.0 to 1.18.1. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.15.0...v1.18.1) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.18.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..52052a2 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.18.1", "pytest-parametrization>=2022", "ruff>=0.8.2", "setuptools>=67.0.0",