From f66b506f7620b7d6496eb6fc870423538e60930c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 3 Jan 2025 02:44:53 +0000 Subject: [PATCH] fix(deps): update dependency mypy to v1.14.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7e99b37daf..9934f7056d 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.0", + "mypy==1.14.1", "flake8==7.1.1", "pre-commit==4.0.1", "ruff==0.8.4",