From 3ae97f66ac48399209f2947b09ae1a37eac126da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 22:32:46 +0000 Subject: [PATCH] chore(deps-dev): update pytest requirement 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.4.0...9.0.0) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.0 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 3ee9036..cb0f7c2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ testpaths = ["tests"] dev = [ "ruff>=0.11.13,<0.12", "docstr-coverage>=2.3.2,<3", - "pytest>=8.4.0,<9", + "pytest>=8.4.0,<10", "pytest-cov>=6.1.1,<7", "pre-commit>=4.2.0,<5", "detect-secrets>=1.5.0,<2",