From 5a75ed26332c5d1f6dc217c3d705fe5c87d0d67d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Aug 2026 06:25:26 +0000 Subject: [PATCH] build(deps-dev): update pytest requirement from <9,>=8 to >=8,<10 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/8.0.0...9.1.1) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.1.1 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 3a67d66..4243742 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ dev = [ "mypy>=1.11,<2", "pip-audit>=2.9,<3", "jsonschema>=4.23,<5", - "pytest>=8,<9", + "pytest>=8,<10", "pytest-cov>=5,<7", "ruff>=0.8,<1", "twine>=5,<7",