From db17fad2572f94788f6a207519e80eef8e973d9b Mon Sep 17 00:00:00 2001 From: Henrik Andersson Date: Wed, 7 Aug 2024 08:46:38 +0200 Subject: [PATCH] Update mypy version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1bca5940b..bf3eee9ee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ dev = ["pytest", "mypy==1.11.1", ] -test = ["pytest", "pytest-cov", "xarray","mypy==1.6.1","shapely","pyproj", "polars"] +test = ["pytest", "pytest-cov", "xarray","mypy==1.11.1","shapely","pyproj", "polars"] notebooks= [ "nbformat",