From f3e141669cf2b77f76c61747a81ce91a69b777dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Nov 2025 16:12:18 +0000 Subject: [PATCH] Bump mypy from 1.15.0 to 1.19.0 Bumps [mypy](https://github.com/python/mypy) from 1.15.0 to 1.19.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.15.0...v1.19.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.19.0 dependency-type: direct:development 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..c1b535a 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.19.0", "pytest-parametrization>=2022", "ruff>=0.8.2", "setuptools>=67.0.0",