From a48afd1ea99001b0282af788433a44cfce89e92d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 23:33:07 +0000 Subject: [PATCH] Update flake8 requirement from >=3.5.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/3.5.0...7.3.0) --- updated-dependencies: - dependency-name: flake8 dependency-version: 7.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a5c61d53b..9f696d6e5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ pytest>=3.6 nbval>=0.9.0 pytest-cov>=2.6.0 -flake8>=3.5.0 +flake8>=7.3.0 sphinx<8.2.0 sphinx_book_theme