From 8aacac45b62a83447449d151b8612a53b5243f5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 20:11:39 +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 281b911..8fd3918 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ typing-extensions = ">=4.13.2" pytest = ">=8.3.5" pytest-cov = ">=5.0.0" tox = ">= 3.9.0" -flake8 = ">= 4.0.0" +flake8 = ">=5.0.4" types-python-dateutil = ">= 2.8.19.14" mypy = ">= 1.5"