From fcf76f793cc7f09e4e0f9ce6f0a8f234c5466eb5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 31 Jul 2024 00:12:11 +0000 Subject: [PATCH] chore(dependencies): update dependency mypy to v1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 60fa5fa..3b2516b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ pillow = "^7.2.0" codecov = "^2.1.12" pytest-benchmark = "^3.4.1" pytest-mypy = "^0.10.3" -mypy = "^0.931" +mypy = "^1.11.1" [build-system] requires = ["poetry_core>=1.0.0"]