From 283879bd7ac600cf815feb39a8f99d95ab078ab3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 14:21:15 +0000 Subject: [PATCH] chore(deps): bump flake8 from 7.2.0 to 7.3.0 in /requirements Bumps [flake8](https://github.com/pycqa/flake8) from 7.2.0 to 7.3.0. - [Commits](https://github.com/pycqa/flake8/compare/7.2.0...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] --- requirements/local.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/local.txt b/requirements/local.txt index 9f93b39..a236ee1 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.2.0 +flake8==7.3.0 flake8-coding==1.3.2 pre-commit==4.2.0 mypy==1.16.0