From f22869a0273c87c4abfd399a6da129f1db376330 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 May 2025 14:19:37 +0000 Subject: [PATCH] chore(deps): bump flake8 from 7.1.2 to 7.2.0 in /requirements Bumps [flake8](https://github.com/pycqa/flake8) from 7.1.2 to 7.2.0. - [Commits](https://github.com/pycqa/flake8/compare/7.1.2...7.2.0) --- updated-dependencies: - dependency-name: flake8 dependency-version: 7.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/local.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/local.txt b/requirements/local.txt index 00615fa..a53f2bf 100644 --- a/requirements/local.txt +++ b/requirements/local.txt @@ -6,7 +6,7 @@ pytest==8.3.5 # Code linters, formatters, and security scanners # ------------ black==25.1.0 -flake8==7.1.2 +flake8==7.2.0 flake8-coding==1.3.2 pre-commit==4.2.0 mypy==1.15.0