From fd3945ad099236b25d8b4a657ed7ca3d539f8566 Mon Sep 17 00:00:00 2001 From: Ruslan Kuprieiev Date: Thu, 16 Feb 2023 06:23:50 +0200 Subject: [PATCH] deps: bump mypy to 1.0.0 types-tqdm broke compatibility with mypy < 1 and looks like we will start running into other typeshed packages soon https://github.com/python/typeshed/pull/9702 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9111b93bfc..d4819b166f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -102,7 +102,7 @@ tests = [ "pywin32>=225; sys_platform == 'win32'", # optional dependency "pylint==2.16.2", # type-checking - "mypy==0.991", + "mypy==1.0.0", "types-requests", "types-tabulate", "types-toml",