chore(deps): update all dependencies
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
coverage | minor |
==7.8.2 -> ==7.9.1
|
|
django (changelog) | patch |
==5.2.2 -> ==5.2.3
|
|
faker (changelog) | minor |
==37.3.0 -> ==37.4.0
|
|
uis/devops/continuous-delivery/ci-templates | repository | minor |
v6.14.1 -> v6.15.0
|
Release Notes
nedbat/coveragepy (coverage)
v7.9.1
-
The "no-ctracer" warning is not issued for Python pre-release versions. Coverage doesn't ship compiled wheels for those versions, so this was far too noisy.
-
On Python 3.14+, the "sysmon" core is now the default if it's supported for your configuration. Plugins and dynamic contexts are still not supported with it.
.. _changes_7-9-0:
v7.9.0
-
Added a
[run] core
configuration setting to specify the measurement core, which was previously only available through the COVERAGE_CORE environment variable. Finishesissue 1746
_. -
Fixed incorrect rendering of f-strings with doubled braces, closing
issue 1980
_. -
If the C tracer core can't be imported, a warning ("no-ctracer") is issued with the reason.
-
The C tracer core extension module now conforms to
PEP 489
, closingissue 1977
. Thanks,Adam Turner <pull 1978_>
_. -
Fixed a "ValueError: min() arg is an empty sequence" error caused by strange empty modules, found by
oss-fuzz
_.
.. _issue 1746: https://github.com/nedbat/coveragepy/issues/1746 .. _issue 1977: https://github.com/nedbat/coveragepy/issues/1977 .. _pull 1978: https://github.com/nedbat/coveragepy/pull/1978 .. _issue 1980: https://github.com/nedbat/coveragepy/issues/1980 .. _PEP 489: https://peps.python.org/pep-0489 .. _oss-fuzz: https://google.github.io/oss-fuzz/
.. _changes_7-8-2:
uis/devops/continuous-delivery/ci-templates (uis/devops/continuous-delivery/ci-templates)
v6.15.0
Changed
-
terraform-module.yml
: Add support for Terraform testing with additional cleanup scripts.
Fixed
-
terraform-module.yml
: Override thetflint
job so that theterraform_standard_module_structure
rule is applied. -
terraform-module.yml
: Override thepre-commit
job to avoid duplication of ourterraform-fmt
,tflint
, andtrivy
jobs.
v6.14.2
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.