From 7d758ae2e4d04fd6bdb5fdd7ffacec4bfef9209e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 15:57:21 +0000 Subject: [PATCH] Update dependency mypy to v2.3.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 23def4c58a..6c6ac0c252 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ Source = "https://github.com/archlinux/archinstall" [project.optional-dependencies] log = ["systemd_python==236"] dev = [ - "mypy==2.2.0", + "mypy==2.3.0", "flake8==7.3.0", "pre-commit==4.6.0", "ruff==0.15.21",