From c9c2a45ff63ba37c98b09f05bf5f2767038a0cc8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 23:42:03 +0000 Subject: [PATCH] chore(deps): update mypy requirement from ==1.19.* to ==2.1.* 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.1.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 483cb990..67dd11cd 100644 --- a/requirements-testing.txt +++ b/requirements-testing.txt @@ -7,4 +7,4 @@ pytest-xdist == 3.8.* black == 25.* ruff == 0.15.* psutil >= 5.9,< 7.3 -mypy == 1.19.* +mypy == 2.1.*