From a71135fd7e9155d1a4251644070af4fe4c795bfa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Apr 2024 07:19:40 +0000 Subject: [PATCH] Bump flake8 from 5.0.0 to 7.0.0 Bumps [flake8](https://github.com/pycqa/flake8) from 5.0.0 to 7.0.0. - [Commits](https://github.com/pycqa/flake8/compare/5.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 58d9a7d..5fe6f92 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ dev = [ "attribution==1.5.2", "black==24.4.0", "coverage==7.4.4", - "flake8==5.0.0", + "flake8==7.0.0", "flake8-bugbear==22.1.11", "flit==3.9.0", "mypy==0.931",