From 83cc56af7af69146488e85aa1bd0320ee4b4d88e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 26 Jun 2023 01:23:51 +0000 Subject: [PATCH] Update dependency mypy to v1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6e69b65..bee891e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ pytest-cov = "^4.1.0" pytest-asyncio = "^0.21.0" sphinx = "^4.3.2" coverage = "^6.3.2" -mypy = "^0.930" +mypy = "^1.0.0" bandit = "^1.7.0" flake8 = "^4.0.1" mkdocs = "^1.4.2"