From 77a109da77bca85e3febb856338e8698310134a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 01:05:22 +0000 Subject: [PATCH] Bump pytest in /receptorctl in the dependencies group Bumps the dependencies group in /receptorctl with 1 update: [pytest](https://github.com/pytest-dev/pytest). Updates `pytest` from 8.2.2 to 8.3.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.2.2...8.3.1) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- receptorctl/requirements/tests.in | 2 +- receptorctl/requirements/tests.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/receptorctl/requirements/tests.in b/receptorctl/requirements/tests.in index f170f12fa..0e105472e 100644 --- a/receptorctl/requirements/tests.in +++ b/receptorctl/requirements/tests.in @@ -1,5 +1,5 @@ # This requirements file is used for receptorctl tests -pytest==8.2.2 # <-- used to run receptorctl tests +pytest==8.3.1 # <-- used to run receptorctl tests pytest-cov coverage diff --git a/receptorctl/requirements/tests.txt b/receptorctl/requirements/tests.txt index 9814e6854..29a2f9407 100644 --- a/receptorctl/requirements/tests.txt +++ b/receptorctl/requirements/tests.txt @@ -14,7 +14,7 @@ packaging==24.0 # via pytest pluggy==1.5.0 # via pytest -pytest==8.2.2 +pytest==8.3.1 # via # -r requirements/tests.in # pytest-cov