From b6263ace9d08f4d2d02917aafb399a4b5b2efcb7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 5 Feb 2025 05:07:32 +0000 Subject: [PATCH] fix(deps): update dependency mypy to v1.15.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6c5d70d945..fa2613728a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ Source = "https://github.com/archlinux/archinstall" [project.optional-dependencies] log = ["systemd_python==235"] dev = [ - "mypy==1.14.1", + "mypy==1.15.0", "flake8==7.1.1", "pre-commit==4.1.0", "ruff==0.9.4",