From 25f6e319aa64a682523e9a3df091aacafad62fe8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 00:01:18 +0000 Subject: [PATCH] Bump pytest from 8.4.1 to 9.0.1 in /platform Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.4.1 to 9.0.1. - [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.4.1...9.0.1) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- platform/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/requirements.txt b/platform/requirements.txt index bbf6512a..c9d2d6a8 100644 --- a/platform/requirements.txt +++ b/platform/requirements.txt @@ -4,6 +4,6 @@ mock==5.2.0 packaging==25.0 pluggy==1.6.0 pyparsing==3.2.4 -pytest==8.4.1 +pytest==9.0.1 six==1.16.0 zipp==3.23.0