From 2092b81c47b6e321b37302f9cc1c01b551bc696d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 16 Nov 2025 09:01:39 +0000 Subject: [PATCH] Update pytest requirement from <9,>=6.3 to >=6.3,<10 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/7.0.0.dev0...9.0.1) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.1 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 085b0d1..ffe435f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ dev = [ ] test = [ "psycopg >=3.2,<4", - "pytest >=6.3,<9", + "pytest >=6.3,<10", "pytest-cov >=6.0,<7.1", "requests_mock >=1.9,<2", "scikit-learn >=1.5,<1.8",