From bddedf6ee72ea01163f657b82529bf7a0b0349e5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 03:56:07 +0800 Subject: [PATCH] chore(deps): update dependency mypy to v1.15.0 (#521) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c9c9428e..e2fa593d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ dev = [ 'pytest-github-actions-annotate-failures==0.3.0', 'coverage~=7.6', # types - 'mypy==1.13.0; python_version >= "3.10"', + 'mypy==1.15.0; python_version >= "3.10"', # docs 'sphinx>=8,<=8.1.3; python_version >= "3.10"', 'furo==2024.8.6; python_version >= "3.10"',