From 8a919c61b59dc12e2549caf2b41c4c423af4b2bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 21:22:43 +0000 Subject: [PATCH] [PIP] Update mypy requirement from ~=1.20.0 to >=1.20,<2.3 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.20.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 70eb5e250..4f282a449 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,7 +61,7 @@ dev = [ ] lint = [ {include-group = "test"}, - "mypy~=1.20.0", + "mypy>=1.20,<2.3", "ruff~=0.15.1", "shellcheck-py~=0.11.0.1", "types-pygments",