Update dependency coverage to >=7.13.5 #457

Open
renovate wants to merge 1 commit from renovate/coverage-7.x into main
Member

This PR contains the following updates:

Package Change Age Confidence
coverage >=7.13.4>=7.13.5 age confidence

Release Notes

coveragepy/coveragepy (coverage)

v7.13.5

Compare Source

  • Fix: issue 2138_ describes a memory leak that happened when repeatedly
    using the Coverage API with in-memory data. This is now fixed.

  • Fix: the markdown-formatted coverage report didn't fully escape special
    characters in file paths (issue 2141). This would be very unlikely to
    cause a problem, but now it's done properly, thanks to Ellie Ayla <pull 2142_>
    .

  • Fix: the C extension wouldn't build on VS2019, but now it does (issue 2145_).

.. _issue 2138: #​2138
.. _issue 2141: #​2141
.. _pull 2142: #​2142
.. _issue 2145: #​2145

.. _changes_7-13-4:


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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [coverage](https://github.com/coveragepy/coveragepy) | `>=7.13.4` → `>=7.13.5` | ![age](https://developer.mend.io/api/mc/badges/age/pypi/coverage/7.13.5?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/coverage/7.13.4/7.13.5?slim=true) | --- ### Release Notes <details> <summary>coveragepy/coveragepy (coverage)</summary> ### [`v7.13.5`](https://github.com/coveragepy/coveragepy/blob/HEAD/CHANGES.rst#Version-7135--2026-03-17) [Compare Source](https://github.com/coveragepy/coveragepy/compare/7.13.4...7.13.5) - Fix: `issue 2138`\_ describes a memory leak that happened when repeatedly using the Coverage API with in-memory data. This is now fixed. - Fix: the markdown-formatted coverage report didn't fully escape special characters in file paths (`issue 2141`*). This would be very unlikely to cause a problem, but now it's done properly, thanks to `Ellie Ayla <pull 2142_>`*. - Fix: the C extension wouldn't build on VS2019, but now it does (`issue 2145`\_). .. \_issue 2138: [#&#8203;2138](https://github.com/coveragepy/coveragepy/issues/2138) .. \_issue 2141: [#&#8203;2141](https://github.com/coveragepy/coveragepy/issues/2141) .. \_pull 2142: [#&#8203;2142](https://github.com/coveragepy/coveragepy/pull/2142) .. \_issue 2145: [#&#8203;2145](https://github.com/coveragepy/coveragepy/issues/2145) .. \_changes\_7-13-4: </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 has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yLjEiLCJ1cGRhdGVkSW5WZXIiOiI0My4yLjEiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyJdfQ==-->
Update dependency coverage to >=7.13.5
All checks were successful
Tests / test (push) Successful in 51s
dcfb362b66
All checks were successful
Tests / test (push) Successful in 51s
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/coverage-7.x:renovate/coverage-7.x
git switch renovate/coverage-7.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff renovate/coverage-7.x
git switch renovate/coverage-7.x
git rebase main
git switch main
git merge --ff-only renovate/coverage-7.x
git switch renovate/coverage-7.x
git rebase main
git switch main
git merge --no-ff renovate/coverage-7.x
git switch main
git merge --squash renovate/coverage-7.x
git switch main
git merge --ff-only renovate/coverage-7.x
git switch main
git merge renovate/coverage-7.x
git push origin main
Sign in to join this conversation.
No description provided.