From 23d08ee974e36501c95a1f6816154582c0a4eaf7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 00:30:28 +0000 Subject: [PATCH] chore(deps): update dependency mypy to v2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7ebb92e..5ad9ccd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ pytest-cov = ">=7.1.0" ingest = ["tqdm", "pandas"] [tool.poetry.group.dev.dependencies] -mypy = "^1.19.1" +mypy = "^2.1.0" types-tqdm = "^4.66.0.20240106" geojson = "^3.2.0"