From 39a26d791a077ccfda3cba16a3a5432f9a54bd97 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 15 Aug 2026 05:54:19 +0000 Subject: [PATCH] Update dependency mypy to v2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 29d6337..1e94018 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ python = "^3.9" requests = "2.34.2" # HTTP request library [tool.poetry.group.dev.dependencies] -mypy = "^1.18.2" # For static type checking +mypy = "^2.0.0" # For static type checking black = "^26.0.0" # Code formatter flake8 = "^7.3.0" # Linter