From 758656dae714412db53bf43930c2eea6502a79c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 02:29:31 +0000 Subject: [PATCH] build: Bump flake8 from 7.1.0 to 7.1.1 Bumps [flake8](https://github.com/pycqa/flake8) from 7.1.0 to 7.1.1. - [Commits](https://github.com/pycqa/flake8/compare/7.1.0...7.1.1) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 554ecfe0..2ac941fb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -73,7 +73,7 @@ lint = [ "typing-extensions", "coverage", - "flake8==7.1.0", + "flake8==7.1.1", "flake8-2020==1.8.1", "flake8-bugbear==24.4.26", "flake8-commas==4.0.0",