From 6b89c16a40e95b5c17e367481c08c26b14a71563 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 12:56:09 +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.2.2...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 c10eafcdd..4c3d92430 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -96,7 +96,7 @@ hooks = [ # Note that the `custom_exit_code` and `env` plugins may currently be unmaintained. test = [ "hypothesis >=6.100.1,<7.0.0", - "pytest >=8.2.2,<9.0.0", + "pytest >=8.2.2,<10.0.0", "pytest-custom_exit_code >=0.3.0,<1.0.0", "pytest-cov >=6.0.0,<7.0.0", "pytest-env >=1.0.0,<2.0.0",