From 217061408264000cd56f5db2f44f21f56e9dce8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 18:30:38 +0000 Subject: [PATCH] chore(deps): bump pytest from 6.2.5 to 9.0.3 in /manual-testing-sandbox Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.2.5 to 9.0.3. - [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:production ... Signed-off-by: dependabot[bot] --- manual-testing-sandbox/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual-testing-sandbox/requirements.txt b/manual-testing-sandbox/requirements.txt index 787755f1d4b..402ef8c5f6c 100644 --- a/manual-testing-sandbox/requirements.txt +++ b/manual-testing-sandbox/requirements.txt @@ -43,7 +43,7 @@ pyyaml==5.4.1 python-dotenv==0.19.0 # Testing -pytest==6.2.5 +pytest==9.0.3 # Logging and Debugging loguru==0.5.3