From 203c2f15315243fc8e79e1b3d06d62c8e9e26528 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Feb 2025 00:19:40 +0000 Subject: [PATCH] Bump the dependencies group across 1 directory with 5 updates Bumps the dependencies group with 5 updates in the /receptorctl directory: | Package | From | To | | --- | --- | --- | | [coverage](https://github.com/nedbat/coveragepy) | `7.6.1` | `7.6.11` | | [pytest](https://github.com/pytest-dev/pytest) | `8.3.3` | `8.3.4` | | [pytest-cov](https://github.com/pytest-dev/pytest-cov) | `5.0.0` | `6.0.0` | | [click](https://github.com/pallets/click) | `8.1.7` | `8.1.8` | | [black](https://github.com/psf/black) | `24.10.0` | `25.1.0` | Updates `coverage` from 7.6.1 to 7.6.11 - [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.11) 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) Updates `click` from 8.1.7 to 8.1.8 - [Release notes](https://github.com/pallets/click/releases) - [Changelog](https://github.com/pallets/click/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/click/compare/8.1.7...8.1.8) Updates `black` from 24.10.0 to 25.1.0 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/24.10.0...25.1.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 - dependency-name: click dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: black dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- receptorctl/requirements/lint.txt | 4 ++-- receptorctl/requirements/pip-tools.txt | 4 ++-- receptorctl/requirements/tests.in | 2 +- receptorctl/requirements/tests.txt | 6 +++--- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/receptorctl/requirements/lint.txt b/receptorctl/requirements/lint.txt index 2c2d8ec14..aa482e3c7 100644 --- a/receptorctl/requirements/lint.txt +++ b/receptorctl/requirements/lint.txt @@ -4,9 +4,9 @@ # # pip-compile --allow-unsafe --output-file=requirements/lint.txt --strip-extras requirements/lint.in # -black==24.10.0 +black==25.1.0 # via -r requirements/lint.in -click==8.1.7 +click==8.1.8 # via black flake8==7.1.1 # via -r requirements/lint.in diff --git a/receptorctl/requirements/pip-tools.txt b/receptorctl/requirements/pip-tools.txt index 99c2e6533..99f78203d 100644 --- a/receptorctl/requirements/pip-tools.txt +++ b/receptorctl/requirements/pip-tools.txt @@ -6,12 +6,12 @@ # build==1.2.1 # via pip-tools -click==8.1.7 +click==8.1.8 # via pip-tools packaging==24.0 # via build pip-tools==7.4.1 - # via -r pip-tools.in + # via -r requirements/pip-tools.in pyproject-hooks==1.1.0 # via # build 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..131d5f954 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.11 # 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