From e59373e504895f153881f9ba90df16c18b52bb20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 12:56:39 +0000 Subject: [PATCH] build(deps-dev): update mypy requirement from ^1.10.0 to >=1.10,<3.0 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.0.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.0.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 e43ae99..ff81ecf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ pytest-mock = "^3.15.1" pytest-cov = "^7.0.0" isort = "^8.0.0" taskipy = "^1.12.2" -mypy = "^1.10.0" +mypy = ">=1.10,<3.0" boto3 = "^1.42.88" boto3-stubs = { version = "1.43.4", extras = [ "apigateway",