From 2f1eaa3604c97be996c583159da35447b463b56f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 29 May 2025 18:13:24 +0000 Subject: [PATCH] fix(deps): update dependency mypy to v1.16.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4aca31b598..68cf079c47 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.15.0", + "mypy==1.16.0", "flake8==7.2.0", "pre-commit==4.2.0", "ruff==0.11.11",