From 4ee5427a808d5e9e634dc17e7906ce7290f4cad5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 12:01:15 +0000 Subject: [PATCH] pip prod(deps): update flake8-pyproject requirement Updates the requirements on [flake8-pyproject](https://github.com/john-hen/Flake8-pyproject) to permit the latest version. - [Release notes](https://github.com/john-hen/Flake8-pyproject/releases) - [Commits](https://github.com/john-hen/Flake8-pyproject/compare/1.2.3...1.2.4) --- updated-dependencies: - dependency-name: flake8-pyproject dependency-version: 1.2.4 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 d46026c25e..e87ec6e41e 100644 --- a/requirements-testing.txt +++ b/requirements-testing.txt @@ -1,7 +1,7 @@ pytest>=7.2,<9.1 pytest-runner<6.0.2 pytest-cov<7.0.1 -flake8-pyproject>=1.2.3,<1.2.4 +flake8-pyproject>=1.2.3,<1.2.5 nbval<0.11.1 scipy<1.15.4 pooch<1.8.3