From 9fdf4e094ad405872ec2285cdce239b8f5154dd3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 21:22:58 +0000 Subject: [PATCH] [PIP] Update mypy requirement from ~=1.20.0 to >=1.20,<2.1 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.0.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 5cee4af92..d7cd49e00 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ dev = [ ] lint = [ {include-group = "test"}, - "mypy~=1.20.0", + "mypy>=1.20,<2.1", "ruff~=0.15.1", "shellcheck-py~=0.11.0.1", "types-pygments",