From f324ec1f038075f87058d5ecae24c869919c4477 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 21:42:59 +0000 Subject: [PATCH] chore(deps): bump pytest from 8.2.2 to 9.0.3 in /sample/Tests Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.2.2 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/8.2.2...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- sample/Tests/requirements-desktop.txt | 2 +- sample/Tests/requirements-mobile.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sample/Tests/requirements-desktop.txt b/sample/Tests/requirements-desktop.txt index 7cdbe2226..db7d82cda 100644 --- a/sample/Tests/requirements-desktop.txt +++ b/sample/Tests/requirements-desktop.txt @@ -1,7 +1,7 @@ AltTester-Driver==2.1.1 protobuf==5.27.2 selenium==4.22.0 -pytest==8.2.2 +pytest==9.0.3 requests==2.32.3 mailslurp-client==15.19.22 Appium-Python-Client \ No newline at end of file diff --git a/sample/Tests/requirements-mobile.txt b/sample/Tests/requirements-mobile.txt index 47c50dbce..8e72ce455 100644 --- a/sample/Tests/requirements-mobile.txt +++ b/sample/Tests/requirements-mobile.txt @@ -1,7 +1,7 @@ AltTester-Driver==2.1.1 protobuf==5.27.2 selenium==4.22.0 -pytest==8.2.2 +pytest==9.0.3 requests==2.32.3 mailslurp-client==15.19.22 Appium-Python-Client