From c3701bb3395563f8645a23b6ca957b7c5c4ab0de Mon Sep 17 00:00:00 2001 From: Oxan van Leeuwen Date: Mon, 25 Dec 2023 16:51:39 +0100 Subject: [PATCH] Raise mypy version to 1.8 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 69c694c..540a6fa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ dependencies = [ dev = [ "django-stubs", "djangorestframework-stubs", - "mypy ~= 1.5.1", + "mypy ~= 1.8.0", ] test = [ "coverage[toml]",