From 52d87be2ea768a806b7f3f19abb3d76625704607 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 30 Sep 2023 03:29:45 +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 285f0f3f..fc37bb45 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