From 4c5577f4f5134d78ae8e4c6dd249a43ab4a01b37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 12:10:50 +0000 Subject: [PATCH] chore: bump pytest in /support/modules-artifact-gen/tests Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.0.2 to 8.1.0. - [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.0.2...8.1.0) --- updated-dependencies: - dependency-name: pytest 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 a9882e0c8..81cf8a951 100644 --- a/support/modules-artifact-gen/tests/requirements.in +++ b/support/modules-artifact-gen/tests/requirements.in @@ -1 +1 @@ -pytest==8.0.2 +pytest==8.1.0 diff --git a/support/modules-artifact-gen/tests/requirements.txt b/support/modules-artifact-gen/tests/requirements.txt index 55bbbce12..5a3c953fa 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.4.0 # via pytest -pytest==8.0.2 +pytest==8.1.0 # via -r requirements.in tomli==2.0.1 # via pytest