From 03bea4705a8aa9533bd9ccf83cf317c082c4f65c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 08:15:32 +0000 Subject: [PATCH] Update dependency mypy to v1.20.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9173363..a295569 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ dev = [ "hypothesis>=6.23.3", "pytest-cov>=4.0.0", "pytest-asyncio>=0.26.0", - "mypy==1.19.1", + "mypy==1.20.2", "pytest-parametrization>=2022", ]