From 3c7d64ae2ca412930715d1aa752706cd74168b5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 21:10:42 +0000 Subject: [PATCH] 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.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 599ee0d..7bed039 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ dev = [ "hypothesis >=6.100,<7", "testcontainers[postgres] >=4,<5", "ruff >=0.5,<1", - "mypy >=1.10,<2", + "mypy >=1.10,<3", "moto[sqs,s3] >=5,<6", "dbf >=0.99,<1", ]