From 2aaaf52f3c384ed55ba8bb771cf4170c82e8a22a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Mar 2023 06:04:43 +0000 Subject: [PATCH] fix(deps): update dependency mypy to v1.1.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d621d3d24..69b53f435 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ dpath = "==1.5.0" GitPython = "==3.1.31" packaging = "==21.3" python-minifier = "==2.8.1" -mypy = "==1.0.1" +mypy = "==1.1.1" ## rshell is broken on windows (with python >=3.10) due to pyreadline dependency. rshell = [ { version = "^0.0.31", platform = "win32", python = "<3.10" },