From c215097760da6fc0e31f7593aa929fcadb0c3cae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 17:57:47 +0000 Subject: [PATCH] pip prod(deps): update flake8 requirement from >=2.1.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/2.1.0...7.3.0) --- updated-dependencies: - dependency-name: flake8 dependency-version: 7.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-testing.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-testing.txt b/requirements-testing.txt index 097df571e3..ff62ce5f12 100644 --- a/requirements-testing.txt +++ b/requirements-testing.txt @@ -2,7 +2,7 @@ pytest>=7.2,<9.0 pytest-runner pytest-cov codecov -flake8>=2.1.0 +flake8>=7.3.0 nbval scipy lit<19.0.0