From e28b173df8f6e14c74bb3ba6540509f0b7ca9dc3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 01:11:19 +0000 Subject: [PATCH] Update pytest requirement from >=6.2.5 to >=9.1.1 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.1.1) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.1.1 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..360b281 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -14,6 +14,6 @@ coverage Sphinx twine -pytest>=6.2.5 +pytest>=9.1.1 pytest-runner pytest-cov