From 353cdbab4144bd07c194f6c640a702c3849fc2b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Aug 2023 07:43:39 +0000 Subject: [PATCH] build: Bump flake8 from 6.0.0 to 6.1.0 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] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 20c641a3..f052b930 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -72,7 +72,7 @@ lint = [ "typing-extensions", "coverage", - "flake8==6.0.0", + "flake8==6.1.0", "flake8-2020==1.8.1", "flake8-bugbear==23.7.10", "flake8-commas==2.1.0",