From c37f060660dcffa5563441097ef6809d8777def2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 10:50:13 +0000 Subject: [PATCH] build(deps-dev): update mypy requirement from <2,>=1.15 to >=1.15,<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.15.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 d1a7985..97c42fc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ dev = [ "detect-secrets>=1.5,<2", "httpx>=0.28,<1", "hypothesis>=6.130,<7", - "mypy>=1.15,<2", + "mypy>=1.15,<3", "pip-audit>=2.8,<3", "pytest>=9.0.3,<10", "pytest-cov>=6,<7",