From 71bc14963089356527bd4cda3b36d320e85a08b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Jan 2026 18:21:45 +0000 Subject: [PATCH] Update flake8 requirement from ^5.0.4 to >=5.0.4,<8.0.0 Updates the requirements on [flake8](https://github.com/pycqa/flake8) to permit the latest version. - [Commits](https://github.com/pycqa/flake8/compare/5.0.4...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 9a211b66..4d2c7b1b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ pytest = "^8.0.2" ipdb = "^0.13.9" black = ">=24.2,<26.0" isort = ">=5.9.3,<8.0.0" -flake8 = "^5.0.4" +flake8 = ">=5.0.4,<8.0.0" bandit = "^1.7.4" coverage = "^7.1" pytest-cov = ">=5,<8"