From aa93f83b1c51417ae18cd93c20c404eabcc81778 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 16:21:58 +0000 Subject: [PATCH] Bump the dependencies group across 1 directory with 3 updates Bumps the dependencies group with 3 updates in the /receptorctl directory: [coverage](https://github.com/nedbat/coveragepy), [pytest](https://github.com/pytest-dev/pytest) and [pytest-cov](https://github.com/pytest-dev/pytest-cov). Updates `coverage` from 7.6.1 to 7.6.8 - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](https://github.com/nedbat/coveragepy/compare/7.6.1...7.6.8) Updates `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) Updates `pytest-cov` from 5.0.0 to 6.0.0 - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-cov/compare/v5.0.0...v6.0.0) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: pytest-cov dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- receptorctl/requirements/tests.in | 2 +- receptorctl/requirements/tests.txt | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/receptorctl/requirements/tests.in b/receptorctl/requirements/tests.in index 87768a9a4..5bd8d92ad 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.3.3 # <-- used to run receptorctl tests +pytest==8.3.4 # <-- used to run receptorctl tests pytest-cov coverage diff --git a/receptorctl/requirements/tests.txt b/receptorctl/requirements/tests.txt index d27cf76a2..374e17045 100644 --- a/receptorctl/requirements/tests.txt +++ b/receptorctl/requirements/tests.txt @@ -4,7 +4,7 @@ # # pip-compile --allow-unsafe --output-file=requirements/tests.txt --strip-extras requirements/tests.in # -coverage==7.6.1 +coverage==7.6.8 # via # -r requirements/tests.in # pytest-cov @@ -14,9 +14,9 @@ packaging==24.0 # via pytest pluggy==1.5.0 # via pytest -pytest==8.3.3 +pytest==8.3.4 # via # -r requirements/tests.in # pytest-cov -pytest-cov==5.0.0 +pytest-cov==6.0.0 # via -r requirements/tests.in