From 48054a6666965028ae9bb8550892cd9707ed1d5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Nov 2025 22:05:17 +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.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.0...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] --- 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..02559c42b 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.1 diff --git a/support/modules-artifact-gen/tests/requirements.txt b/support/modules-artifact-gen/tests/requirements.txt index 42ab3c8b8..eb5db2b79 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.1 # via -r requirements.in tomli==2.0.1 # via pytest