From 4006ec8d4b5736a8529cf5bad126f44e18b75ab3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jun 2025 02:42:48 +0000 Subject: [PATCH] build(deps): bump flake8 from 7.1.1 to 7.3.0 Bumps [flake8](https://github.com/pycqa/flake8) from 7.1.1 to 7.3.0. - [Commits](https://github.com/pycqa/flake8/compare/7.1.1...7.3.0) --- updated-dependencies: - dependency-name: flake8 dependency-version: 7.3.0 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 ffa957c..5fccf6d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ dependencies = [ [project.optional-dependencies] dev = [ - "flake8==7.1.1", + "flake8==7.3.0", "mccabe==0.7.0", "pycodestyle==2.12.1", "pyflakes==3.2.0",