From 9dc70e5a8f18292cb889daf6303bc4da6707378a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 16:25:34 +0000 Subject: [PATCH] Update mypy requirement from <2,>=1.14 to >=1.14,<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.14.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 34d9d20..4becb1a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ dependencies = [ dev = [ "bandit[toml]>=1.8,<2", "build>=1.2,<2", - "mypy>=1.14,<2", + "mypy>=1.14,<3", "pip-audit>=2.7,<3", "pytest>=8.3,<9", "pytest-cov>=6,<7",