From b59ccd198a26a1fd1a9d3469aaef55295d1137e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Feb 2024 05:34:21 +0000 Subject: [PATCH] Bump flake8 from 6.0.0 to 7.0.0 Bumps [flake8](https://github.com/pycqa/flake8) from 6.0.0 to 7.0.0. - [Commits](https://github.com/pycqa/flake8/compare/6.0.0...7.0.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 0d6840b..7f5ee35 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ dev = [ "attribution==1.6.2", "black==23.3.0", "coverage[toml]==7.4.1", - "flake8==6.0.0", + "flake8==7.0.0", "flake8-bugbear==24.2.6", "flit==3.8.0", "mypy==1.8.0",