From 79bed4cfda699ca2d2e8283f139860997ef5cd66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Aug 2023 18:00:56 -0700 Subject: [PATCH] Bump flake8 from 6.0.0 to 6.1.0 (#369) Bumps [flake8](https://github.com/pycqa/flake8) from 6.0.0 to 6.1.0. - [Commits](https://github.com/pycqa/flake8/compare/6.0.0...6.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 7c68a1eb..a4af783b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ docs = [ dev = [ "attribution == 1.6.2", "black == 23.7.0", - "flake8 == 6.0.0", + "flake8 == 6.1.0", "flake8-bugbear == 23.7.10", "mypy == 1.4.1", "ufmt == 2.1.0",