FAQ | This is a LIVE service | Changelog

fix(deps): update all non-major dependencies

This MR contains the following updates:

Package Type Update Change Age Confidence
alessandrojcm/commitlint-pre-commit-hook repository minor v9.23.0v9.24.0 age confidence
coverage dev patch 7.13.07.13.3 age confidence
geddit dependencies patch 2.1.12.1.6 age confidence
google-api-python-client dependencies minor 2.187.02.189.0 age confidence
pre-commit dev patch 4.5.04.5.1 age confidence
pre-commit/mirrors-mypy repository patch v1.19.0v1.19.1 age confidence
python-poetry/poetry repository minor 2.2.12.3.2 age confidence
registry.gitlab.developers.cam.ac.uk/uis/devops/lib/ucam-faas-python final minor 0.17.50.21.0 age confidence
uis/devops/continuous-delivery/ci-templates repository minor v7.23.5v7.27.8 age confidence

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

alessandrojcm/commitlint-pre-commit-hook (alessandrojcm/commitlint-pre-commit-hook)

v9.24.0

Compare Source

Features
  • bump the commitlint group with 2 updates (f275344)
  • bump the commitlint group with 2 updates (d68a0ba)
  • bump the commitlint group with 2 updates (9a3ee85)
coveragepy/coveragepy (coverage)

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:

v7.13.2

Compare Source

  • Fix: when Python is installed via symlinks, for example with Homebrew, the standard library files could be incorrectly included in coverage reports. This is now fixed, closing issue 2115_.

  • Fix: if a data file is created with no read permissions, the combine step would fail completely. Now a warning is issued and the file is skipped. Closes issue 2117_.

.. _issue 2115: #​2115 .. _issue 2117: #​2117

.. _changes_7-13-1:

v7.13.1

Compare Source

  • Added: the JSON report now includes a "start_line" key for function and class regions, indicating the first line of the region in the source. Closes issue 2110_.

  • Added: The debug data command now takes file names as arguments on the command line, so you can inspect specific data files without needing to set the COVERAGE_FILE environment variable.

  • Fix: the JSON report used to report module docstrings as executed lines, which no other report did, as described in issue 2105_. This is now fixed, thanks to Jianrong Zhao.

  • Fix: coverage.py uses a more disciplined approach to detecting where third-party code is installed, and avoids measuring it. This shouldn't change any behavior. If you find that it does, please get in touch.

  • Performance: data files that will be combined now record their hash as part of the file name. This lets us skip duplicate data more quickly, speeding the combining step.

  • Docs: added a section explaining more about what is considered a missing branch and how it is reported: :ref:branch_explain, as requested in issue 1597. Thanks to Ayisha Mohammed <pull 2092_>.

  • Tests: the test suite misunderstood what core was being tested if COVERAGE_CORE wasn't set on 3.14+. This is now fixed, closing issue 2109_.

.. _issue 1597: #​1597 .. _pull 2092: #​2092 .. _issue 2105: #​2105 .. _issue 2109: #​2109 .. _issue 2110: #​2110

.. _changes_7-13-0:

googleapis/google-api-python-client (google-api-python-client)

v2.189.0

Compare Source

Features
Bug Fixes

v2.188.0

Compare Source

Features
Bug Fixes
pre-commit/pre-commit (pre-commit)

v4.5.1

Compare Source

==================

Fixes
  • Fix language: python with repo: local without additional_dependencies.
pre-commit/mirrors-mypy (pre-commit/mirrors-mypy)

v1.19.1

Compare Source

python-poetry/poetry (python-poetry/poetry)

v2.3.2

Compare Source

Changed
poetry-core (2.3.1)
  • Fix an issue where platform_release could not be parsed on Windows Server (#​911).

v2.3.1

Compare Source

Fixed
  • Fix an issue where cached information about each package was always considered outdated (#​10699).
Docs
  • Document SHELL_VERBOSITY environment variable (#​10678).

v2.3.0

Compare Source

Added
  • Add support for exporting pylock.toml files with poetry-plugin-export (#​10677).
  • Add support for specifying build constraints for dependencies (#​10388).
  • Add support for publishing artifacts whose version is determined dynamically by the build-backend (#​10644).
  • Add support for editable project plugins (#​10661).
  • Check requires-poetry before any other validation (#​10593).
  • Validate the content of project.readme when running poetry check (#​10604).
  • Add the option to clear all caches by making the cache name in poetry cache clear optional (#​10627).
  • Automatically update the cache for packages where the locked files differ from cached files (#​10657).
  • Suggest to clear the cache if running a command with --no-cache solves an issue (#​10585).
  • Propose poetry init when trying poetry new for an existing directory (#​10563).
  • Add support for poetry publish --skip-existing for new Nexus OSS versions (#​10603).
  • Show Poetry's own Python's path in poetry debug info (#​10588).
Changed
  • Drop support for Python 3.9 (#​10634).
  • Change the default of installer.re-resolve from true to false (#​10622).
  • PEP 735 dependency groups are considered in the lock file hash (#​10621).
  • Deprecate poetry.utils._compat.metadata, which is sometimes used in plugins, in favor of importlib.metadata (#​10634).
  • Improve managing free-threaded Python versions with poetry python (#​10606).
  • Prefer JSON API to HTML API in legacy repositories (#​10672).
  • When running poetry init, only add the readme field in the pyproject.toml if the readme file exists (#​10679).
  • Raise an error if no hash can be determined for any distribution link of a package (#​10673).
  • Require dulwich>=0.25.0 (#​10674).
Fixed
  • Fix an issue where poetry remove did not work for PEP 735 dependency groups with include-group items (#​10587).
  • Fix an issue where poetry remove caused dangling include-group references in PEP 735 dependency groups (#​10590).
  • Fix an issue where poetry add did not work for PEP 735 dependency groups with include-group items (#​10636).
  • Fix an issue where PEP 735 dependency groups were not considered in the lock file hash (#​10621).
  • Fix an issue where wrong markers were locked for a dependency that was required by several groups with different markers (#​10613).
  • Fix an issue where non-deterministic markers were created in a method used by poetry-plugin-export (#​10667).
  • Fix an issue where wrong wheels were chosen for installation in free-threaded Python environments if Poetry itself was not installed with free-threaded Python (#​10614).
  • Fix an issue where poetry publish used the metadata of the project instead of the metadata of the build artifact (#​10624).
  • Fix an issue where poetry env use just used another Python version instead of failing when the requested version was not supported by the project (#​10685).
  • Fix an issue where poetry env activate returned the wrong command for dash (#​10696).
  • Fix an issue where data-dir and python.installation-dir could not be set (#​10595).
  • Fix an issue where Python and pip executables were not correctly detected on Windows (#​10645).
  • Fix an issue where invalid template variables in virtualenvs.prompt caused an incomprehensible error message (#​10648).
Docs
  • Add a warning about ~/.netrc for Poetry credential configuration (#​10630).
  • Clarify that the local configuration takes precedence over the global configuration (#​10676).
  • Add an explanation in which cases packages are automatically detected (#​10680).
poetry-core (2.3.0)
  • Normalize versions (#​893).
  • Fix an issue where unsatisfiable requirements did not raise an error (#​891).
  • Fix an issue where the implicit main group did not exist if it was explicitly declared as not having any dependencies (#​892).
  • Fix an issue where python_full_version markers with pre-release versions were parsed incorrectly (#​893).
uis/devops/continuous-delivery/ci-templates (uis/devops/continuous-delivery/ci-templates)

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

v7.26.0: 7.26.0

Compare Source

7.26.0 (2026-01-28)
Features
  • use gitlab runner cache for pre-commit jobs (fe53b0d)

v7.25.17: 7.25.17

Compare Source

7.25.17 (2026-01-28)
Bug Fixes

v7.25.16: 7.25.16

Compare Source

7.25.16 (2026-01-26)
Bug Fixes

v7.25.15: 7.25.15

Compare Source

7.25.15 (2026-01-22)

v7.25.14: 7.25.14

Compare Source

7.25.14 (2026-01-22)
Bug Fixes

v7.25.13: 7.25.13

Compare Source

7.25.13 (2026-01-19)

v7.25.12: 7.25.12

Compare Source

7.25.12 (2026-01-19)
Bug Fixes

v7.25.11: 7.25.11

Compare Source

7.25.11 (2026-01-15)

Bug Fixes
  • pick up only the first value for the version from the openapi.yaml (857b1dd)

v7.25.10: 7.25.10

Compare Source

7.25.10 (2026-01-14)

Bug Fixes

v7.25.9: 7.25.9

Compare Source

7.25.9 (2026-01-12)
Bug Fixes

v7.25.8: 7.25.8

Compare Source

7.25.8 (2026-01-12)
Bug Fixes

v7.25.7: 7.25.7

Compare Source

7.25.7 (2026-01-06)
Bug Fixes

v7.25.6: 7.25.6

Compare Source

7.25.6 (2026-01-05)
Bug Fixes

v7.25.5: 7.25.5

Compare Source

7.25.5 (2025-12-31)
Bug Fixes

v7.25.4: 7.25.4

Compare Source

7.25.4 (2025-12-30)
Bug Fixes

v7.25.3: 7.25.3

Compare Source

7.25.3 (2025-12-29)
Bug Fixes

v7.25.2: 7.25.2

Compare Source

7.25.2 (2025-12-22)
Bug Fixes

v7.25.1: 7.25.1

Compare Source

7.25.1 (2025-12-18)

Bug Fixes

v7.25.0: 7.25.0

Compare Source

7.25.0 (2025-12-18)
Features
  • move remaining dind job to use dind fragment (8d344ce)

v7.24.0: 7.24.0

Compare Source

7.24.0 (2025-12-18)
Features
  • add timeout when waiting for docker in .docker-in-docker fragment (b172f4c)

v7.23.7: 7.23.7

Compare Source

7.23.7 (2025-12-10)

Bug Fixes
  • dind in poe-tests-base fragment (d777a42)

v7.23.6: 7.23.6

Compare Source

7.23.6 (2025-12-10)

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 becomes conflicted, 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