From 3474db06f406df9f14bb452ee2af16d7035f7f42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 21:22:57 +0000 Subject: [PATCH] chore(deps): update mypy requirement from ==2.1.* 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.1.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 62670fa..6b9dc52 100644 --- a/requirements-testing.txt +++ b/requirements-testing.txt @@ -8,7 +8,7 @@ pytest-xdist == 3.8.* black == 26.*; python_version >= '3.10' black == 25.*; python_version < '3.10' ruff == 0.15.* -mypy == 2.1.*; python_version >= '3.10' +mypy == 2.3.*; python_version >= '3.10' mypy == 1.19.*; python_version < '3.10' psutil == 7.2.* types-PyYAML ~= 6.0