From ba55a22e80815f543b9a808294bac613cf7c3ca1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 00:28:22 +0000 Subject: [PATCH] pip: update pytest requirement from >=7.0.0 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/7.0.0...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pip-requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pip-requirements.txt b/pip-requirements.txt index 71969ed..f1da6a4 100644 --- a/pip-requirements.txt +++ b/pip-requirements.txt @@ -5,7 +5,7 @@ fabric>=3.2.3,<4 # Testing framework -pytest>=7.0.0 +pytest>=9.0.3 pytest-cov>=7.1.0 # Code quality tools diff --git a/requirements.txt b/requirements.txt index 98484ae..279e8a3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ fabric>=3.2.3,<4 # Testing and validation -pytest>=7.0.0 +pytest>=9.0.3 pytest-cov>=7.1.0 # Container and TUI support