FAQ | This is a LIVE service | Changelog

fix(deps): update all non-major dependencies

This MR contains the following updates:

Package Change Age Confidence Type Update
coverage 7.13.27.13.4 age confidence dev patch
psf/black 26.1.026.3.0 age confidence repository minor
uis/devops/continuous-delivery/ci-templates v7.26.0v7.30.3 age confidence repository minor

Note: The pre-commit manager in Renovate is not supported by the pre-commit maintainers or community. Please do not report any problems there, instead create a Discussion in the Renovate repository if you have any questions.


Release Notes

coveragepy/coveragepy (coverage)

v7.13.4

Compare Source

  • Fix: the third-party code fix in 7.13.3 required examining the parent directories where coverage was run. In the unusual situation that one of the parent directories is unreadable, a PermissionError would occur, as described in issue 2129_. This is now fixed.

  • Fix: in test suites that change sys.path, coverage.py could fail with "RuntimeError: Set changed size during iteration" as described and fixed in pull 2130_. Thanks, Noah Fatsi.

  • We now publish ppc64le wheels, thanks to Pankhudi Jain <pull 2121_>_.

.. _pull 2121: #​2121 .. _issue 2129: #​2129 .. _pull 2130: #​2130

.. _changes_7-13-3:

v7.13.3

Compare Source

  • Fix: in some situations, third-party code was measured when it shouldn't have been, slowing down test execution. This happened with layered virtual environments such as uv sometimes makes. The problem is fixed, closing issue 2082_. Now any directory on sys.path that is inside a virtualenv is considered third-party code.

.. _issue 2082: #​2082

.. _changes_7-13-2:

psf/black (psf/black)

v26.3.0

Compare Source

Stable style
  • Don't double-decode input, causing non-UTF-8 files to be corrupted (#​4964)
  • Fix crash on standalone comment in lambda default arguments (#​4993)
  • Preserve parentheses when # type: ignore comments would be merged with other comments on the same line, preventing AST equivalence failures (#​4888)
Preview style
  • Fix bug where if guards in case blocks were incorrectly split when the pattern had a trailing comma (#​4884)
  • Fix string_processing crashing on unassigned long string literals with trailing commas (one-item tuples) (#​4929)
  • Simplify implementation of the power operator "hugging" logic (#​4918)
Packaging
  • Fix shutdown errors in PyInstaller builds on macOS by disabling multiprocessing in frozen environments (#​4930)
Performance
  • Introduce winloop for windows as an alternative to uvloop (#​4996)
  • Remove deprecated function uvloop.install() in favor of uvloop.new_event_loop() (#​4996)
  • Rename maybe_install_uvloop function to maybe_use_uvloop to simplify loop installation and creation of either a uvloop/winloop evenloop or default eventloop (#​4996)
Output
  • Emit a clear warning when the target Python version is newer than the running Python version, since AST safety checks cannot parse newer syntax. Also replace the misleading "INTERNAL ERROR" message with an actionable error explaining the version mismatch (#​4983)
Blackd
  • Introduce winloop to be used when windows in use which enables blackd to run faster on windows when winloop is installed. (#​4996)
Integrations
  • Remove unused gallery script (#​5030)
  • Harden parsing of black requirements in the GitHub Action when use_pyproject is enabled so that only version specifiers are accepted and direct references such as black @&#8203; https://... are rejected. Users should upgrade to the latest version of the action as soon as possible. This update is received automatically when using psf/black@stable, and is independent of the version of Black installed by the action. (#​5031)
Documentation
  • Expand preview style documentation with detailed examples for wrap_comprehension_in, simplify_power_operator_hugging, and wrap_long_dict_values_in_parens features (#​4987)
  • Add detailed documentation for formatting Jupyter Notebooks (#​5009)
uis/devops/continuous-delivery/ci-templates (uis/devops/continuous-delivery/ci-templates)

v7.30.3: 7.30.3

Compare Source

7.30.3 (2026-03-09)

Bug Fixes

v7.30.2: 7.30.2

Compare Source

7.30.2 (2026-03-06)
Bug Fixes

v7.30.1: 7.30.1

Compare Source

7.30.1 (2026-03-04)
Bug Fixes

v7.30.0: 7.30.0

Compare Source

7.30.0 (2026-03-03)
Features
  • add CS_IGNORE_UNFIXED variable for container scanning (25aebbe), closes #​199

v7.29.0: 7.29.0

Compare Source

7.29.0 (2026-03-02)
Features
  • add TERRAFORM_TEST_CLEANUP_DISABLED option to terraform-module.yml (5c83eed)

v7.28.6: 7.28.6

Compare Source

7.28.6 (2026-03-02)
Bug Fixes

v7.28.5: 7.28.5

Compare Source

7.28.5 (2026-03-02)
Bug Fixes

v7.28.4: 7.28.4

Compare Source

7.28.4 (2026-02-26)

Bug Fixes

v7.28.3: 7.28.3

Compare Source

7.28.3 (2026-02-25)
Bug Fixes

v7.28.2: 7.28.2

Compare Source

7.28.2 (2026-02-25)
Bug Fixes

v7.28.1: 7.28.1

Compare Source

7.28.1 (2026-02-23)
Bug Fixes

v7.28.0: 7.28.0

Compare Source

7.28.0 (2026-02-18)
Features
  • delete auto-devops/deploy-cloud-run-services/deploy-cloud-run.yml (98e6854)

v7.27.14: 7.27.14

Compare Source

7.27.14 (2026-02-16)
Bug Fixes
  • deps: update auto-build-image docker tag to v4.16.0 (7a90595)

v7.27.13: 7.27.13

Compare Source

7.27.13 (2026-02-16)
Bug Fixes

v7.27.12: 7.27.12

Compare Source

7.27.12 (2026-02-11)

v7.27.11: 7.27.11

Compare Source

7.27.11 (2026-02-11)
Bug Fixes

v7.27.10: 7.27.10

Compare Source

7.27.10 (2026-02-10)
Bug Fixes

v7.27.9: 7.27.9

Compare Source

7.27.9 (2026-02-09)
Bug Fixes

v7.27.8: 7.27.8

Compare Source

7.27.8 (2026-02-05)

v7.27.7: 7.27.7

Compare Source

7.27.7 (2026-02-05)

v7.27.6: 7.27.6

Compare Source

7.27.6 (2026-02-05)
Bug Fixes

v7.27.5: 7.27.5

Compare Source

7.27.5 (2026-02-04)
Bug Fixes

v7.27.4: 7.27.4

Compare Source

7.27.4 (2026-02-04)

v7.27.3: 7.27.3

Compare Source

7.27.3 (2026-02-04)
Bug Fixes

v7.27.2: 7.27.2

Compare Source

7.27.2 (2026-02-03)

v7.27.1: 7.27.1

Compare Source

7.27.1 (2026-02-03)
Bug Fixes

v7.27.0: 7.27.0

Compare Source

7.27.0 (2026-02-02)
Features

v7.26.3: 7.26.3

Compare Source

7.26.3 (2026-02-02)
Bug Fixes

v7.26.2: 7.26.2

Compare Source

7.26.2 (2026-01-29)

v7.26.1: 7.26.1

Compare Source

7.26.1 (2026-01-29)
Bug Fixes

Configuration

📅 Schedule: Branch creation - Monday through Friday ( * * * * 1-5 ) in timezone Europe/London, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever MR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This MR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Edited by uis-devops-renovatebot

Merge request reports

Loading