From 4e077185c6a544795c8afe42884b50a5a2883a05 Mon Sep 17 00:00:00 2001 From: Jakub Krajewski <95274389+jpkrajewski@users.noreply.github.com> Date: Tue, 23 Jul 2024 17:04:19 +0200 Subject: [PATCH] Lock mypy lower than 1.11.0 (#777) * Lock mypy lower than 1.11.0 * Update pyproject.toml --------- Co-authored-by: Szymon Basan <116343782+sbasan@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5b0ee996..c619c60e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ pytest-mock = "^3.7.0" pytest-subtests = "^0.11.0" isort = "^5.10.1" pre-commit = "^2.19.0" -mypy = "^1.0.0" +mypy = ">=1.0.0, <1.11.0" flake8 = "^5.0.4" Sphinx = "^5.2.3"