From fade94587c62bcc00bfe7b92d9db23857fa3090e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 07:55:38 +0000 Subject: [PATCH] ci: update mypy requirement from <2.0.0,>=1.15.0 to >=1.15.0,<3.0.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.15.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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8a017cd07..a840e7606 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -90,7 +90,7 @@ dev = [ "commitizen>=4.4.0,<5.0.0", "hatch>=1.0.0,<2.0.0", "moto>=5.1.0,<6.0.0", - "mypy>=1.15.0,<2.0.0", + "mypy>=1.15.0,<3.0.0", "pre-commit>=3.2.0,<4.7.0", "pytest>=9.0.0,<10.0.0", "pytest-cov>=7.0.0,<8.0.0", @@ -119,7 +119,7 @@ source = "vcs" # Use git tags for versioning installer = "uv" features = ["all"] dependencies = [ - "mypy>=1.15.0,<2.0.0", + "mypy>=1.15.0,<3.0.0", "ruff>=0.13.0,<0.15.0", # Include required package dependencies for mypy "strands-agents @ {root:uri}",