From bfbf4e3efdab7a81b64246dfc336bb9eb90a3006 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 15:36:10 +0000 Subject: [PATCH] build(deps-dev): update flake8 requirement from >=6.0.0 to >=7.3.0 Updates the requirements on [flake8](https://github.com/pycqa/flake8) to permit the latest version. - [Commits](https://github.com/pycqa/flake8/compare/6.0.0...7.3.0) --- updated-dependencies: - dependency-name: flake8 dependency-version: 7.3.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c2e18c0..ba02967 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ mod_fldr_dt = "folder_datetime_fix.cli:main" dev = [ "pytest>=7.0.0", "black>=23.0.0", - "flake8>=6.0.0", + "flake8>=7.3.0", "mypy>=1.0.0", ] unc = [