From 8f75c0ff56da532b21249ac95eba4d08ed5b4376 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 18 Jan 2026 15:53:32 +0000 Subject: [PATCH] :arrow_up: Update pytest requirement from <8,>=7.0.0 to >=7.0.0,<9 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.0.0...8.4.2) --- updated-dependencies: - dependency-name: pytest dependency-version: 8.4.2 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 5ceac0f..479534c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ dev = [ "pre-commit>=3.4.0,<4", "pydocstyle>=6.1.1,<7", "pylint>=2.11.1,<3", - "pytest>=7.0.0,<8", + "pytest>=7.0.0,<9", "pytest-html>=4.0.1,<5", "pyupgrade>=3.8.0,<4", "safety>=2.3.5,<3",