From c3833f5302df5dc9f5d99e3ef520f9e77d5b29ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 15:13:20 +0000 Subject: [PATCH] chore(deps): update mypy requirement from ==2.2.* to ==2.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/v2.2.0...v2.3.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-testing.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-testing.txt b/requirements-testing.txt index 166756e..9402ae7 100644 --- a/requirements-testing.txt +++ b/requirements-testing.txt @@ -9,7 +9,7 @@ types-PyYAML ~= 6.0 # that is incompatible with black 25 (last version supporting Python 3.9). black == 25.11.* ruff == 0.15.* -mypy == 2.2.*; python_version >= "3.10" +mypy == 2.3.*; python_version >= "3.10" mypy == 1.19.*; python_version < "3.10" # pydantic: required by the legacy model_v0 (Pydantic) test suite, # which lives alongside the new Rust-backed model_v1 implementation.