From 7294976c60d4d9d224610cd72743d829588f1e85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 11 May 2025 09:48:21 +0000 Subject: [PATCH] Update pytest requirement from <8,>=6.3 to >=6.3,<9 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...8.3.5) --- updated-dependencies: - dependency-name: pytest dependency-version: 8.3.5 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 5a832f28..f84a330e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -51,7 +51,7 @@ dev = wheel >=0.37,<0.46 test = psycopg >=3.2,<4 - pytest >=6.3,<8 + pytest >=6.3,<9 pytest-cov >=6.0,<7 requests_mock >=1.9,<2 scikit-learn >=1.5,<1.6