Skip to content

Commit f47aaf5

Browse files
chore(deps): update dependency pytest-cov to >=6,<6.4 (#550)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [pytest-cov](https://redirect.github.com/pytest-dev/pytest-cov) ([changelog](https://pytest-cov.readthedocs.io/en/latest/changelog.html)) | `>=6,<6.3` -> `>=6,<6.4` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/pytest-cov/6.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/pytest-cov/6.2.1/6.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>pytest-dev/pytest-cov (pytest-cov)</summary> ### [`v6.3.0`](https://redirect.github.com/pytest-dev/pytest-cov/blob/HEAD/CHANGELOG.rst#630-2025-09-06) [Compare Source](https://redirect.github.com/pytest-dev/pytest-cov/compare/v6.2.1...v6.3.0) - Added support for markdown reports. Contributed by Marcos Boger in `#&#8203;712 <https://github.com/pytest-dev/pytest-cov/pull/712>`\_ and `#&#8203;714 <https://github.com/pytest-dev/pytest-cov/pull/714>`\_. - Fixed some formatting issues in docs. Anonymous contribution in `#&#8203;706 <https://github.com/pytest-dev/pytest-cov/pull/706>`\_. </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/hetznercloud/hcloud-python). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS45MS4xIiwidXBkYXRlZEluVmVyIjoiNDEuOTEuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e475af7 commit f47aaf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"coverage>=7.10,<7.11",
5050
"pylint>=3,<3.4",
5151
"pytest>=8,<8.5",
52-
"pytest-cov>=6,<6.3",
52+
"pytest-cov>=6,<6.4",
5353
"mypy>=1.17,<1.18",
5454
"types-python-dateutil",
5555
"types-requests",

0 commit comments

Comments
 (0)