From a311ec865ff5f0b2250d39f36fb2ed4b67233e42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 15:15:37 +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.1.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.1.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 6e8aa62..b31b44a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ desktop = ["pywebview>=5.0,<6"] # Development tooling: testing + type checking. dev = [ "pytest>=8,<9", - "mypy>=1.10,<2", + "mypy>=1.10,<3", ] [project.scripts]