From 5045b149ba255349730e1c7ad78c61700427c5da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Sun, 23 Apr 2023 15:27:25 +0200 Subject: Bump mypy to 1.2.0 Mypy is an important checker, nice to keep up to date, and it's only a development-time dependency anyway. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index 4a217e7..bd4dcf7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ Sphinx = "^5.0.0" pytest = "^7.2" pytest-cov = "^4.0" tox = "^3.22.0" -mypy = "^0.910" +mypy = "^1.2" flake8 = "^3.8.4" [build-system] -- cgit v1.2.1