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
gitlab.developers.cam.ac.uk/uis/gcp-function/devops module patch 2.3.502.3.54 age confidence
pyparsing patch ==3.3.1==3.3.2 age confidence
uis/devops/continuous-delivery/ci-templates repository patch v7.25.11v7.25.13 age confidence

Release Notes

uis/devops/infra/terraform/gcp-function (gitlab.developers.cam.ac.uk/uis/gcp-function/devops)

v2.3.54

Compare Source

v2.3.53

Compare Source

Bug Fixes
  • deps: update copier template to v0.5.16 (ac8d6dc)
  • deps: update devops base image logan-terraform to beae0d6 (cab52bc)

v2.3.52

Compare Source

Bug Fixes
  • deps: update dependency uis/devops/continuous-delivery/ci-templates to v7.25.11 (b38de08)

v2.3.51

Compare Source

Bug Fixes
  • deps: update dependency uis/devops/continuous-delivery/ci-templates to v7.25.10 (bc9e7ee)
pyparsing/pyparsing (pyparsing)

v3.3.2

Compare Source

  • Defined pyparsing-specific warning classes so that they can be selectively enabled or disabled without affecting warnings raised by other libraries in the same Python app:

    • PyparsingWarning - base warning for all pyparsing-specific warnings (inherits from UserWarning)
    • PyparsingDeprecationWarning - warning for using deprecated features (inherits from PyparsingWarning and DeprecationWarning)
    • PyparsingDiagnosticWarning - warning raised when pyparsing diagnostics are enabled and a diagnostic feature is used (inherits from PyparsingWarning)
  • Added as_datetime parse action to pyparsing.common - a more generalized version of the convert_to_datetime parse action (supports any expression that extracts date/time fields into "year", "month", "day", etc. results names), and validates that the parsed fields represent a valid date and time.

  • Added iso8601_date_validated and iso8601_datetime_validated expressions to pyparsing.common, which return a Python datetime.datetime

  • Various performance improvements in ParseResults class and core functions, with 10-20% performance overall.

  • Added regex_inverter web page (using PyScript) to demonstrate using the inv_regex.py example.

  • Expanded regex forms handled by the examples/inv_regex.py example:

    • named capturing groups (?P<name>)
    • partial repetition ({m,} and {,n})
    • negated character classes ([^...])
  • Added SPy (Simplified Python) parser to examples.

uis/devops/continuous-delivery/ci-templates (uis/devops/continuous-delivery/ci-templates)

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

Configuration

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

🚦 Automerge: Enabled.

♻️ 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