From abfdc1e73a10cef0ebdf89624b999bd9b1e03b62 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 08:00:57 +1100 Subject: [PATCH] chore(deps): update dependency mypy to v1.12.0 (#2731) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1e65e99f..190888d1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ Source = "https://github.com/archlinux/archinstall" [project.optional-dependencies] log = ["systemd_python==235"] dev = [ - "mypy==1.11.2", + "mypy==1.12.0", "flake8==7.1.1", "pre-commit==4.0.1", "ruff==0.6.9",