From 7ecc2e3ada76e93ae907e55ee350dec6ca610f46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 06:01:22 +0000 Subject: [PATCH] Update pytest requirement from ==5.*,>=5.3.0 to >=5,<9 --- updated-dependencies: - dependency-name: pytest dependency-version: 8.4.2 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 95cd90d..614c304 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ joblib==0.*,>=0.14.1 numpy==1.*,>=1.16.0 pandas==1.*,>=1.3.0 pre-commit==1.*,>=1.18.0 -pytest==5.*,>=5.3.0 +pytest>=5,<9 pytest-cov==2.*,>=2.8.0 pytest-runner==5.*,>=5.1.0 scikit-learn==0.*,>=0.24.0