From 4f31dc988ce8818875e6b61099510c1e84239e65 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 00:22:55 +0000 Subject: [PATCH] chore(deps-dev): update mypy requirement from <2,>=1.17.0 to >=1.17.0,<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.17.0...v2.3.1) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.3.1 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 3069feb..b288925 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ dependencies = [ [dependency-groups] dev = [ "bandit==1.9.4", - "mypy>=1.17.0,<2", + "mypy>=1.17.0,<3", "pip-audit==2.10.1", "pytest>=9.0.3,<10", "pytest-asyncio>=1.1.0,<2",