From 9a3ab584eaac9b0f584bea79f7d219753691084a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Aug 2024 21:09:27 +0000 Subject: [PATCH] chore(deps): update mypy requirement from ==1.10.* to ==1.11.* (#414) --- requirements-testing.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-testing.txt b/requirements-testing.txt index 4a91de95..03586620 100644 --- a/requirements-testing.txt +++ b/requirements-testing.txt @@ -10,7 +10,7 @@ types-pyyaml == 6.* twine == 4.*; python_version == '3.7' twine == 5.*; python_version > '3.7' black == 24.4.*; python_version > '3.7' -mypy == 1.10.*; python_version == '3.7' +mypy == 1.11.*; python_version == '3.7' mypy == 1.*; python_version > '3.7' ruff == 0.5.* moto == 5.*