From 0890087eec956d1a069d27a07e96bf64dea9a6a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 15:00:32 +0000 Subject: [PATCH] pip prod(deps): update filecheck requirement from <0.0.25 to <1.0.1 --- updated-dependencies: - dependency-name: filecheck 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 07c41ad9e8..097df571e3 100644 --- a/requirements-testing.txt +++ b/requirements-testing.txt @@ -6,5 +6,5 @@ flake8>=2.1.0 nbval scipy lit<19.0.0 -filecheck<0.0.25 +filecheck<1.0.1 pooch; python_version >= "3.8" \ No newline at end of file