From e962d32152191f8f0d6f44c91642706bb22c9532 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 24 Apr 2024 16:02:05 +0000 Subject: [PATCH] chore(deps): update dependency mypy to v1.10.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 776b952b..3de3fddc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -163,7 +163,7 @@ dependencies = [ "mkdocs-material==9.4.8", "mkdocstrings==0.23.0", "mkdocstrings[python]", - "mypy==1.6.1", + "mypy==1.10.0", "pytest==7.4.3", "pytest-asyncio==0.21.1", "pytest-cov==4.1.0",