From 194208a6cf993bfb80dac12baa3347c6e39d4483 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 06:28:00 +0000 Subject: [PATCH] deps-dev(deps-dev): update mypy requirement in the lint-type group Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version. Updates `mypy` to 2.0.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.11...v2.0.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.0.0 dependency-type: direct:development dependency-group: lint-type ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ecc9202..4ec09fa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ plot = ["matplotlib"] [tool.poetry.group.dev.dependencies] pytest = "^9.0.0" -mypy = "^1.11.0" +mypy = "^2.0.0" ruff = "^0.15.0" pre-commit = "^4.3.0" types-requests = "^2.31.0.6"