From a8c2a5a54f8e195123427aa40bb4338d6e8d68b4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 22 Dec 2024 10:38:20 +1100 Subject: [PATCH] fix(deps): update dependency mypy to v1.14.0 (#3036) 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 7ab3a5bd..7e99b37d 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.13.0", + "mypy==1.14.0", "flake8==7.1.1", "pre-commit==4.0.1", "ruff==0.8.4",