From 0f4b9150eefa3555216f14846da8ff9a3d74b3ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Feb 2026 08:35:19 +0000 Subject: [PATCH] Update pytest requirement from <8.4,>=8.3.1 to >=8.3.1,<8.5 Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/8.3.1...8.4.2) --- updated-dependencies: - dependency-name: pytest dependency-version: 8.4.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ce37bb8..f930ee1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,7 +61,7 @@ notebooks = [ "ipywidgets>=8.1.1,<8.2", ] dev-tests = [ - "pytest>=8.3.1,<8.4", + "pytest>=8.3.1,<8.5", "pytest-cov>=6.0.0,<7.1", "pytest-mock>=3.14.0,<3.15", "scikit-learn>=1.5.1,<1.7",