From 4a7de7792e2e26d47595af07101a50c1ea93e8ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Mar 2024 11:10:48 +0000 Subject: [PATCH] Bump pytest from 7.2 to 8.0.2 Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.2 to 8.0.2. - [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.2.0...8.0.2) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d9047f8f..d5cd117d 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==7.2", # required to work with pytest-cython (https://github.com/lgpage/pytest-cython/issues/58) + "pytest==8.0.2", # 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/