From 32e825083d962d9041bb18f3cce564b3de893580 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Jul 2025 19:24:33 +0000 Subject: [PATCH] chore(deps): update mypy requirement from ==1.16.* to ==1.17.* --- updated-dependencies: - dependency-name: mypy dependency-version: 1.17.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 91fa2bf0..b02a00f0 100644 --- a/requirements-testing.txt +++ b/requirements-testing.txt @@ -6,5 +6,5 @@ pytest-timeout == 2.4.* pytest-xdist == 3.7.* black == 25.* ruff == 0.12.* -mypy == 1.16.* +mypy == 1.17.* psutil >= 5.9,< 7.1