From 9e3a2504de27ff797161a461d85851bc6f732dcf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 11:10:16 +0000 Subject: [PATCH] Update pytest requirement from <8 to <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/1.0.0b3...8.1.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e850d41d..78b79956 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,7 +64,7 @@ all = ["nanopyx[developer,test,jupyter,doc, optional]"] developer = ["pyx2pxd>=0.1.1", "black>=23.1.0", "flake8>=6.0.0"] test = [ "nox>=2022.11.21", - "pytest<8", # required to work with pytest-cython (https://github.com/lgpage/pytest-cython/issues/58) + "pytest<9", # required to work with pytest-cython (https://github.com/lgpage/pytest-cython/issues/58) "pytest-cov>= 4.0.0", "pytest-icdiff>=0.6", # https://github.com/hjwp/pytest-icdiff "pytest-clarity>=1.0.1", # https://pypi.org/project/pytest-clarity/