From d267bb50ef6984fa3bda6d2872ed1df317d29fd4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 4 Aug 2024 21:06:29 +0000 Subject: [PATCH] chore(deps): update dependency dev/flake8 to v7.1.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4637a0c369..189263eb22 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"]