From 5aaef2a9856ed01c8e3e369c5c89f3c609fef1ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 18:19:13 +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 35888c77..2d641847 100644 --- a/requirements-testing.txt +++ b/requirements-testing.txt @@ -10,4 +10,4 @@ black == 26.*; python_version >= "3.10" ruff == 0.15.* psutil >= 5.9,< 7.3 mypy == 1.19.*; python_version == "3.9" -mypy == 2.1.*; python_version >= "3.10" +mypy == 2.3.*; python_version >= "3.10"