chore(deps): update python-poetry (patch)
This MR contains the following updates:
| Package | Change | Age | Confidence |
|---|---|---|---|
| coverage | 7.13.4 → 7.13.5 |
||
| django (changelog) | 6.0.2 → 6.0.6 |
||
| psycopg2-binary (source, changelog) | 2.9.11 → 2.9.12 |
Release Notes
coveragepy/coveragepy (coverage)
v7.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 toEllie 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
- If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.