From 46320deb3352af70696ebd79ba7ae7a326f120bd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 10:13:43 +1000 Subject: [PATCH] Update dependency mypy to v2.3.0 (#4628) 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 23def4c5..6c6ac0c2 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",