From 6c83dc101af27bbdb09c1fefc972d46bcfd4a171 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Aug 2023 06:11:27 +0000 Subject: [PATCH] Bump flake8 from 4.0.1 to 6.1.0 Bumps [flake8](https://github.com/pycqa/flake8) from 4.0.1 to 6.1.0. - [Commits](https://github.com/pycqa/flake8/compare/4.0.1...6.1.0) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f41e5c2..f7a96c9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ test = [ "black==23.7.0", "isort==5.10.1", "pylint==2.17.4", - "flake8==4.0.1", + "flake8==6.1.0", "pre-commit==3.3.2", "tox==4.6.4", "tox-gh-actions==3.1.1",