From 727368e09d1d32d82bca51ef89a38869598ed1d5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 07:34:19 +1000 Subject: [PATCH] chore(deps): update dependency dev/flake8 to v7.1.1 (#2607) 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 4637a0c3..189263eb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ Source = "https://github.com/archlinux/archinstall" log = ["systemd_python==235"] dev = [ "mypy==1.11.1", - "flake8==7.1.0", + "flake8==7.1.1", "pre-commit==3.8.0", ] doc = ["sphinx"]