From 98a0653b56307b51e4451b11e538edf1b818bf5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 16:58:44 +0000 Subject: [PATCH] Update flake8 requirement from >= 4.0.0 to >=5.0.4 Updates the requirements on [flake8](https://github.com/pycqa/flake8) to permit the latest version. - [Commits](https://github.com/pycqa/flake8/compare/4.0.0...5.0.4) --- updated-dependencies: - dependency-name: flake8 dependency-version: 5.0.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6ab7750..e0e6b8f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ typing-extensions = ">= 4.7.1" pytest = ">=8.3.5" pytest-cov = ">=5.0.0" tox = ">=4.25.0" -flake8 = ">= 4.0.0" +flake8 = ">=5.0.4" types-python-dateutil = ">= 2.8.19.14" mypy = ">=1.14.1"