From dd737073897d740cf9714bba55c4fd45455c70e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 04:22:30 +0000 Subject: [PATCH] build(deps-dev): update mypy requirement from <2,>=1.10 to >=1.10,<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.10.0...v2.3.1) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.3.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 67f9b16..dafd85f 100644 --- a/setup.py +++ b/setup.py @@ -99,7 +99,7 @@ def get_version(rel_path: str) -> str: 'dev': [ 'build>=1.2,<2', 'check-manifest>=0.50,<1', - 'mypy>=1.10,<2', + 'mypy>=1.10,<3', 'pip-audit>=2.7,<3', 'ruff>=0.11,<1', ],