From e5c17ffa89e1d064e6bac62c40dff8311a40bb40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 15:55:13 +0000 Subject: [PATCH] chore: bump pytest in /support/modules-artifact-gen/tests Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.3 to 8.3.4. - [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.3.3...8.3.4) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-patch ... 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 40543aaba..d197ada2f 100644 --- a/support/modules-artifact-gen/tests/requirements.in +++ b/support/modules-artifact-gen/tests/requirements.in @@ -1 +1 @@ -pytest==8.3.3 +pytest==8.3.4 diff --git a/support/modules-artifact-gen/tests/requirements.txt b/support/modules-artifact-gen/tests/requirements.txt index e4a204b32..923b6d040 100644 --- a/support/modules-artifact-gen/tests/requirements.txt +++ b/support/modules-artifact-gen/tests/requirements.txt @@ -12,7 +12,7 @@ packaging==23.1 # via pytest pluggy==1.5.0 # via pytest -pytest==8.3.3 +pytest==8.3.4 # via -r requirements.in tomli==2.0.1 # via pytest