From 67b36fa3f757f963935988f50f98427b67e12e7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 23:32:04 +0000 Subject: [PATCH] build(deps-dev): update pytest requirement from >=9 to >=9.0.2 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/9.0.0...9.0.2) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.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 549d1b5..f0078a4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,7 +67,7 @@ test = [ 'coverage[toml]', # Support for [tool.pytest] was added in 9.0 # https://docs.pytest.org/en/9.0.x/reference/customize.html#pyproject-toml - 'pytest >= 9', + 'pytest >= 9.0.3', # Support for pyproject.toml added in 2.12.0 # https://github.com/pytest-dev/pytest-cov/pull/410 'pytest-cov >= 2.12.0',