From 1f7d4e32c610f4e170e40bc09515a5ed8b5e36c9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Mar 2023 02:57:17 +0000 Subject: [PATCH] fix(deps): update dependency mypy to >=1.1,<2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0dd1c9aea..8d72c569a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ dpath = "==1.5.0" GitPython = "==3.1.31" packaging = ">=21.3,<22.0" python-minifier = "==2.8.1" -mypy = ">=0.991,<1.1" +mypy = ">=1.1,<2" ## rshell is broken on windows (with python >=3.10) due to pyreadline dependency. rshell = [ { version = "^0.0.31", platform = "win32", python = "<3.10" },