From af54870d8a3ac4c5e991480b95b25cdfe15a3257 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 30 Sep 2023 03:15:48 +0000 Subject: [PATCH] chore(deps): update dependency pyproject-flake8 to v6.1.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4c29fe7e..731c414e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,7 +67,7 @@ flake8-unused-globals = "~0.1.9" flake8-variables-names = "~0.0.4" isort = "~5.12.0" mypy = "~1.5.0" -pyproject-flake8 = "~6.0.0" +pyproject-flake8 = "~6.1.0" [tool.black] line-length = 99