From b4bec7149df162ca753e7dec4c604305e3e703ee Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 30 Mar 2025 09:53:49 +0200 Subject: [PATCH] fix(deps): update dependency flake8 to v7.2.0 (#3309) 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 1649bd8e..326440c4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ Source = "https://github.com/archlinux/archinstall" log = ["systemd_python==235"] dev = [ "mypy==1.15.0", - "flake8==7.1.2", + "flake8==7.2.0", "pre-commit==4.2.0", "ruff==0.11.2", "pylint==3.3.6",