From 8171585db33c0d317bc39c08c7bf4eeb48bd9d0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 01:29:17 +0000 Subject: [PATCH] Update pytest requirement from >=6.2.5 to >=9.0.3 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/6.2.5...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index a92ea19..de1f0df 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -14,6 +14,6 @@ coverage Sphinx twine -pytest>=6.2.5 +pytest>=9.0.3 pytest-runner pytest-cov