From 46e2b768a22b3a53ee9e0e1c7bc477285afd8264 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Apr 2024 00:24:17 -0700 Subject: [PATCH] Bump flake8 from 5.0.0 to 7.0.0 (#200) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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",