Commit 45d186d
authored
chore(deps): update dependency pytest-cov to >=6.3.0,<6.3.1 (#101)
Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs
from Renovate will soon appear from 'Mend'. Learn more
[here](https://redirect.github.com/renovatebot/renovate/discussions/37842).
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.1.1,<6.1.2` -> `>=6.3.0,<6.3.1` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](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 `#​712
<https://github.com/pytest-dev/pytest-cov/pull/712>`\_
and `#​714 <https://github.com/pytest-dev/pytest-cov/pull/714>`\_.
- Fixed some formatting issues in docs.
Anonymous contribution in `#​706
<https://github.com/pytest-dev/pytest-cov/pull/706>`\_.
###
[`v6.2.1`](https://redirect.github.com/pytest-dev/pytest-cov/blob/HEAD/CHANGELOG.rst#621-2025-06-12)
[Compare
Source](https://redirect.github.com/pytest-dev/pytest-cov/compare/v6.2.0...v6.2.1)
- Added a version requirement for pytest's pluggy dependency (1.2.0,
released 2023-06-21) that has the required new-style hookwrapper API.
- Removed deprecated license classifier (packaging).
- Disabled coverage warnings in two more situations where they have no
value:
- "module-not-measured" in workers
- "already-imported" in subprocesses
###
[`v6.2.0`](https://redirect.github.com/pytest-dev/pytest-cov/blob/HEAD/CHANGELOG.rst#620-2025-06-11)
[Compare
Source](https://redirect.github.com/pytest-dev/pytest-cov/compare/v6.1.1...v6.2.0)
- The plugin now adds 3 rules in the filter warnings configuration to
prevent common coverage warnings being raised as obscure errors::
default:unclosed database in \<sqlite3.Connection object
at:ResourceWarning
once::PytestCovWarning
once::CoverageWarning
This fixes most of the bad interactions that are occurring on pytest 8.4
with `filterwarnings=error`.
The plugin will check if there already matching rules for the 3
categories
(`ResourceWarning`, `PytestCovWarning`, `CoverageWarning`) and message
(`unclosed database in <sqlite3.Connection object at`) before adding the
filters.
This means you can have this in your pytest configuration for complete
oblivion (not recommended, if that is not clear)::
filterwarnings = \[
"error",
"ignore:unclosed database in \<sqlite3.Connection object
at:ResourceWarning",
"ignore::PytestCovWarning",
"ignore::CoverageWarning",
]
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR is behind base branch, 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/codegen-sh/graph-sitter).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQxLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCIsImxhYmVscyI6W119-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent b7ea7e3 commit 45d186d
2 files changed
+10
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
130 | | - | |
| 130 | + | |
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments