From ef33cb97d0f3d707620d40b5f2bce36696b4e09e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 12:43:00 +0000 Subject: [PATCH] chore: bump pytest in /support/modules-artifact-gen/tests Bumps [pytest](https://github.com/pytest-dev/pytest) from 9.0.3 to 9.1.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/9.0.3...9.1.1) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.1.1 dependency-type: direct:production update-type: version-update:semver-minor ... 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 b3b2b3ca4..7345f250f 100644 --- a/support/modules-artifact-gen/tests/requirements.in +++ b/support/modules-artifact-gen/tests/requirements.in @@ -1 +1 @@ -pytest==9.0.3 +pytest==9.1.1 diff --git a/support/modules-artifact-gen/tests/requirements.txt b/support/modules-artifact-gen/tests/requirements.txt index fc1241051..df54ed222 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.20.0 # via pytest -pytest==9.0.3 +pytest==9.1.1 # via -r requirements.in tomli==2.0.1 # via pytest