From 2cc993aeab552d9adfc71ef44bac0f643b88db39 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 14:09:41 +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..cf4d324 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.3.0" types-tqdm = "^4.66.0.20240106" geojson = "^3.2.0"