From e30ddfd1daa45ca818ed6141ce1cf9c127943d25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 07:33:12 +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 3012df8..f9ecfe8 100644 --- a/requirements-testing.txt +++ b/requirements-testing.txt @@ -7,6 +7,6 @@ pytest-xdist == 3.8.* types-PyYAML == 6.* black == 26.*; python_version >= "3.10" black == 25.*; python_version < "3.10" -mypy == 2.2.*; python_version >= "3.10" +mypy == 2.3.*; python_version >= "3.10" mypy == 1.19.*; python_version < "3.10" ruff == 0.15.*