From 75e5684bf6c501ac643d18e1b25fc384124c06c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 22:04:03 +0000 Subject: [PATCH] chore: bump pytest in /support/modules-artifact-gen/tests Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.4.0 to 9.0.2. - [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.0...9.0.2) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- support/modules-artifact-gen/tests/requirements.in | 2 +- support/modules-artifact-gen/tests/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/support/modules-artifact-gen/tests/requirements.in b/support/modules-artifact-gen/tests/requirements.in index 69d461f3f..5b240e092 100644 --- a/support/modules-artifact-gen/tests/requirements.in +++ b/support/modules-artifact-gen/tests/requirements.in @@ -1 +1 @@ -pytest==8.4.0 +pytest==9.0.2 diff --git a/support/modules-artifact-gen/tests/requirements.txt b/support/modules-artifact-gen/tests/requirements.txt index 42ab3c8b8..cba9dce04 100644 --- a/support/modules-artifact-gen/tests/requirements.txt +++ b/support/modules-artifact-gen/tests/requirements.txt @@ -14,7 +14,7 @@ pluggy==1.5.0 # via pytest pygments==2.19.1 # via pytest -pytest==8.4.0 +pytest==9.0.2 # via -r requirements.in tomli==2.0.1 # via pytest