From 938a3a09bba71c919c45a761892a0e3166b68eef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 08:15:22 +0000 Subject: [PATCH] Update pytest requirement from ^7.4.0 to >=7.4,<9.0 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.4.0...8.0.0) --- updated-dependencies: - dependency-name: pytest 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 fd26eb8..041d483 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -70,7 +70,7 @@ pycln = "^2.4.0" python-kacl = "^0.4.6" mkdocs-macros-plugin = "^1.0.5" pymdown-extensions = "^10.4" -pytest = "^7.4.0" +pytest = ">=7.4,<9.0" plumkdocs = "^0.0.5" jupyterlab = "^4.0.9"