From 3eca521200e4c3836f345f4e21d926dbb9ba07f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 02:34:56 +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.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.3.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 e449b89..48acb55 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ desktop = ["pywebview>=5.0,<7"] dev = [ "pytest>=8,<9", "pytest-benchmark>=4,<6", - "mypy>=1.10,<2", + "mypy>=1.10,<3", "hypothesis>=6.100,<7", "playwright==1.50.0", ]