From d2d5e094273340b6b8789133273b34efa595c6ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 01:50:32 +0000 Subject: [PATCH] build(deps-dev): update pytest requirement from ^7.2.0 to >=7.2,<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.2.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 cff1d7e..a5eb5aa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ matplotlib = "^3.0.0" [tool.poetry.group.dev.dependencies] coverage = "^7.2.7" -pytest = "^7.2.0" +pytest = ">=7.2,<9.0" pre-commit = "^3.3.3" pycln = "^2.1.5" isort = "^5.12.0"