From 369dd405447d6a6345f09063ab3db444ba66e6ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Aug 2026 22:34:37 +0000 Subject: [PATCH] deps(deps-dev): update mypy requirement from <1.12,>=1.7 to >=1.7,<2.4 Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.7.0...v2.3.1) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.3.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5ce35e8..160a4a4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ dev = [ "pytest-randomly>=3.15", "pytest-timeout>=2.2", "ruff>=0.1", - "mypy>=1.7,<1.12", + "mypy>=1.7,<2.4", "pre-commit>=3.5", "freezegun>=1.4", "scipy>=1.12",