chore(deps): update dependency coverage to v7.6.1
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
coverage | dev-dependencies | patch |
7.6.0 -> 7.6.1
|
Release Notes
nedbat/coveragepy (coverage)
v7.6.1
-
Fix: coverage used to fail when measuring code using :func:
runpy.run_path <python:runpy.run_path>
with a :class:Path <python:pathlib.Path>
argument. This is now fixed, thanks toAsk Hjorth Larsen <pull 1819_>
_. -
Fix: backslashes preceding a multi-line backslashed string could confuse the HTML report. This is now fixed, thanks to
LiuYinCarl <pull 1828_>
_. -
Now we publish wheels for Python 3.13, both regular and free-threaded.
.. _pull 1819: https://github.com/nedbat/coveragepy/pull/1819 .. _pull 1828: https://github.com/nedbat/coveragepy/pull/1828
.. _changes_7-6-0:
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.