From 09850836734a17dede5a62191e81fe2f48974198 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 17:02:44 +0000 Subject: [PATCH] Update mypy requirement from >=1.17.1 to >=2.1.0 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.17.1...v2.1.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.0.0 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 ab756ff..0f07f0a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ dev = [ "coveralls>=4.0.1", "ipython>=9.13.0", "joblib-stubs>=1.5.3.1.20260117", - "mypy>=1.17.1", + "mypy>=2.1.0", "pip-audit>=2.9.0", "pre-commit>=4.3.0", "pytest>=8.4.1",