From 4cc1effa7dc6b9ced2e3c19431897293eb3ad528 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 13:25:50 +0000 Subject: [PATCH] build(deps-dev): update mypy requirement 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.8.0...v2.2.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.2.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 9756d433..caa40207 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -92,7 +92,7 @@ dev = [ "pytest>=8.0.2", "pytest-cov", "python-dotenv>=1.2.1", - "mypy>=1.8.0,<2.0", + "mypy>=1.8.0,<3.0", "jupyter>=1.0.0,<2.0", "ruff>=0.3.4", "black>=23.12.1,<27.0",