From 7d0f004345729a6ac9806b54d9920f1a2f7494ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 26 Jul 2025 14:45:37 +0000 Subject: [PATCH] Update pytest requirement from >=7.4.0,<8.0.0 to >=7.4.0,<9.0.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.3.5) --- updated-dependencies: - dependency-name: pytest dependency-version: 8.3.5 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 1ac1e02..ae949e4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ priority = "primary" [tool.poetry.group.dev.dependencies] -pytest = ">=7.4.0,<8.0.0" +pytest = ">=7.4.0,<9.0.0" pytest-cov = ">=5.0.0" [tool.pytest.ini_options]