From 39f9f61651454c7d8c976676ecf27beeb6b40948 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 22:44:35 +0000 Subject: [PATCH] Chore(deps-dev): update mypy requirement in the dev-tools group Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version. Updates `mypy` to 2.1.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.16.0...v2.1.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.1.0 dependency-type: direct:development dependency-group: dev-tools ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5503093..e0812c9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ dependencies = [ dev = [ "ruff>=0.11.12,<1.0.0", "pytest>=7.0,<10.0", - "mypy>=1.16,<2.0", + "mypy>=1.16,<3.0", "pre-commit>=3.0,<5.0", "types-requests", "matplotlib-stubs",