From ab0a09a37ab04701e8a66189a4a0cb6802ad122a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 May 2026 12:44:59 +0000 Subject: [PATCH] chore(deps-dev): update mypy requirement from <2,>=1.13 to >=1.13,<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.13.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 89b6f8c..67a1f53 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -80,7 +80,7 @@ dev = [ "pytest-asyncio>=0.24,<1", "respx>=0.21,<1", "ruff>=0.8,<1", - "mypy>=1.13,<2", + "mypy>=1.13,<3", "datamodel-code-generator>=0.26", "pyyaml>=6", "python-dotenv>=1",