From 76397198ba2aa764d2e068585b6cc93670798871 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 14 Jan 2023 16:27:31 +0000 Subject: [PATCH] chore(deps): update dependency flake8 to v6 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 50368a4..201385d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ requests = "2.28.1" [tool.poetry.dev-dependencies] bandit = "1.7.4" -flake8 = "5.0.4" +flake8 = "6.0.0" flake8-blind-except = "0.2.1" flake8-builtins = "2.1.0" flake8-docstrings = "1.6.0"