Skip to content

Commit a79eb06

Browse files
Update dependency coverage to v7.13.5 (#558)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [coverage](https://redirect.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://redirect.github.com/coveragepy/coveragepy/blob/HEAD/CHANGES.rst#Version-7135--2026-03-17) [Compare Source](https://redirect.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://redirect.github.com/coveragepy/coveragepy/issues/2138) .. \_issue 2141: [#&#8203;2141](https://redirect.github.com/coveragepy/coveragepy/issues/2141) .. \_pull 2142: [#&#8203;2142](https://redirect.github.com/coveragepy/coveragepy/pull/2142) .. \_issue 2145: [#&#8203;2145](https://redirect.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**: 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/SAP/sqlalchemy-hana). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My42Ni40IiwidXBkYXRlZEluVmVyIjoiNDMuNjYuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e81defc commit a79eb06

File tree

2 files changed

+111
-111
lines changed

2 files changed

+111
-111
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ dev = [
8282
test = [
8383
"pytest==9.0.2",
8484
"pytest-cov==7.0.0",
85-
"coverage[toml]==7.13.4",
85+
"coverage[toml]==7.13.5",
8686
"diff-cover[toml]==10.2.0",
8787
"pytest-randomly==4.0.1",
8888
]

0 commit comments

Comments
 (0)