From ad0ba8f6242850febd0a7f7e6fc55aa85fceda1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 15:07:50 -0700 Subject: [PATCH] Bump flake8 from 7.0.0 to 7.1.0 (#307) Bumps [flake8](https://github.com/pycqa/flake8) from 7.0.0 to 7.1.0. - [Commits](https://github.com/pycqa/flake8/compare/7.0.0...7.1.0) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:production update-type: version-update:semver-minor ... 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 56f0357..d8977cc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ dev = [ "click==8.1.7", # pinning until mypy issues blow over "black==24.4.2", "coverage==7.5.4", - "flake8==7.0.0", + "flake8==7.1.0", "hatch==1.12.0", "mypy==1.10.1", "pessimist==0.9.3",