chore(deps): update all non-major dependencies
This MR contains the following updates:
Package | Change | Age | Confidence | Type | Update |
---|---|---|---|---|---|
coverage |
7.10.2 -> 7.10.3
|
dev | patch | ||
pre-commit |
4.2.0 -> 4.3.0
|
dev | minor | ||
uis/devops/continuous-delivery/ci-templates |
v7.6.3 -> v7.7.0
|
repository | minor |
Release Notes
nedbat/coveragepy (coverage)
v7.10.3
-
Fixes for
patch = subprocess
:-
If subprocesses spawned yet more subprocesses simultaneously, some coverage could be missed. This is now fixed, closing
issue 2024
_. -
If subprocesses were created in other directories, their data files were stranded there and not combined into the totals, as described in
issue 2025
_. This is now fixed. -
On Windows (or maybe only some Windows?) the patch would fail with a
ModuleNotFound
error trying to import coverage. This is now fixed, closingissue 2022
_. -
Originally only options set in the coverage configuration file would apply to subprocesses. Options set on the
coverage run
command line (such as--branch
) wouldn't be communicated to the subprocesses. This could lead to combining failures, as described inissue 2021
_. Now the entire configuration is used in subprocesses, regardless of its origin. -
Added
debug=patch
to help diagnose problems.
-
-
Fix: really close all SQLite databases, even in-memory ones. Closes
issue 2017
_.
.. _issue 2017: https://github.com/nedbat/coveragepy/issues/2017 .. _issue 2021: https://github.com/nedbat/coveragepy/issues/2021 .. _issue 2022: https://github.com/nedbat/coveragepy/issues/2022 .. _issue 2024: https://github.com/nedbat/coveragepy/issues/2024 .. _issue 2025: https://github.com/nedbat/coveragepy/issues/2025
.. _changes_7-10-2:
pre-commit/pre-commit (pre-commit)
v4.3.0
==================
Features
-
language: docker
/language: docker_image
: detect rootless docker.- #3446 MR by @matthewhughes934.
- #1243 issue by @dkolepp.
-
language: julia
: avoidstartup.jl
when executing hooks.- #3496 MR by @ericphanson.
-
language: dart
: support latest dart versions which require a higher sdk lower bound.
uis/devops/continuous-delivery/ci-templates (uis/devops/continuous-delivery/ci-templates)
v7.7.0
: 7.7.0
7.7.0 (2025-08-07)
Features
- add dind support to terraform-test (a17505d)
v7.6.4
: 7.6.4
7.6.4 (2025-08-07)
Reverts
- Revert "fix(common-pipeline): pin secret detector image version" (b62bc91)
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.