From c2bcef73164677f353cc8e0525a671795bbbb2ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 10:21:39 +0000 Subject: [PATCH] Bump pytest from 7.2 to 8.1.1 Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.2 to 8.1.1. - [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.1.1) --- 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..662a83c8 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.1.1", # 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/