From 8378478c717695ebbebe3cb7e89849c62b403b22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Feb 2025 16:07:09 -0800 Subject: [PATCH] Bump flake8 from 7.0.0 to 7.1.1 (#122) Bumps [flake8](https://github.com/pycqa/flake8) from 7.0.0 to 7.1.1. - [Commits](https://github.com/pycqa/flake8/compare/7.0.0...7.1.1) --- 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 58ee403..8f28ed2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ dev = [ "build>=1.2", "coverage==7.5.3", "flit==3.9.0", - "flake8==7.0.0", + "flake8==7.1.1", "mypy==1.10.0", "ufmt==2.6.0", "usort==1.0.8.post1",