From 09d236b0d1a18e03b555e90842037a96f43e04f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 22:12:39 +0000 Subject: [PATCH] chore(deps): update mypy requirement from ==1.19.* to ==2.2.* 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.19.0...v2.2.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.1.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 9c1ef299..26907334 100644 --- a/requirements-testing.txt +++ b/requirements-testing.txt @@ -6,7 +6,7 @@ pytest-xdist == 3.8.* types-PyYAML ~= 6.0 black == 25.* ruff == 0.15.* -mypy == 1.19.* +mypy == 2.2.* # pydantic: required by the legacy model_v0 (Pydantic) test suite, # which lives alongside the new Rust-backed model_v1 implementation. pydantic >= 2.10, < 3