From 1663cc8104cb862caaf5494a0fd554a11ce09812 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 5 Feb 2025 04:24:03 +0000 Subject: [PATCH] Update dependency mypy to ==1.15.* --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a55fe2ca9..65051435e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ requires-python = ">=3.8" [project.optional-dependencies] ansible = ["ansible==7.7.*"] mypy = [ - "mypy==1.10.*", + "mypy==1.15.*", "types-PyYAML==6.0.*", "types-toml==0.10.*", "types-python-dateutil==2.9.*",