From d60d805e9f7e3f9a6198f6dc963c0a7aed47efbb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 01:08:41 +0000 Subject: [PATCH] chore(deps): update dependency dev/mypy to v1.9.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6d29f39..52f53bb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ target_version = ["py36", "py37", "py38"] [tool.pdm.dev-dependencies] dev = [ "black==24.2.0", - "mypy==1.3", + "mypy==1.9.0", "pylint==3.1.0", "pytest==8.1.1", "tox==4.14.1",