Skip to content

Commit

Permalink
Bump the dependencies group across 1 directory with 4 updates
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 4 updates in the /receptorctl directory: [click](https://github.com/pallets/click), [coverage](https://github.com/nedbat/coveragepy), [pytest](https://github.com/pytest-dev/pytest) and [pytest-cov](https://github.com/pytest-dev/pytest-cov).


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](pallets/click@8.1.7...8.1.8)

Updates `coverage` from 7.6.1 to 7.6.10
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](nedbat/coveragepy@7.6.1...7.6.10)

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](pytest-dev/pytest@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](pytest-dev/pytest-cov@v5.0.0...v6.0.0)

---
updated-dependencies:
- dependency-name: click
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: 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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 8, 2025
1 parent 5ad97ea commit 9f6cb56
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion receptorctl/requirements/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
black==24.10.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
Expand Down
4 changes: 2 additions & 2 deletions receptorctl/requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion receptorctl/requirements/tests.in
Original file line number Diff line number Diff line change
@@ -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
6 changes: 3 additions & 3 deletions receptorctl/requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.10
# via
# -r requirements/tests.in
# pytest-cov
Expand All @@ -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

0 comments on commit 9f6cb56

Please sign in to comment.