From eb44b14a9e1a7b9126d18b0e7954c4e9407424a2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 19 Sep 2025 02:27:36 +0000 Subject: [PATCH] chore(deps): update dependency mypy to v1.18.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7dc51c3a20..6dda9f4c64 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.18.1", + "mypy==1.18.2", "flake8==7.3.0", "pre-commit==4.3.0", "ruff==0.13.0",