From 6e9e327563d97b34003ee53ad73c7306b1917581 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 06:17:17 +0000 Subject: [PATCH] chore(deps): update dependency mypy to v1.6.1 (#242) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index dc7c7f6e..3d8e4d8f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -129,7 +129,7 @@ dependencies = [ "mkdocs-material==9.3.1", "mkdocstrings==0.23.0", "mkdocstrings[python]", - "mypy==1.5.1", + "mypy==1.6.1", "pytest==7.4.2", "pytest-asyncio==0.21.1", "pytest-cov==4.1.0",