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.50 → 2.3.54
|
||
| pyparsing | patch |
==3.3.1 → ==3.3.2
|
|||
| uis/devops/continuous-delivery/ci-templates | repository | patch |
v7.25.11 → v7.25.13
|
Release Notes
uis/devops/infra/terraform/gcp-function (gitlab.developers.cam.ac.uk/uis/gcp-function/devops)
v2.3.54
v2.3.53
Bug Fixes
- deps: update copier template to v0.5.16 (ac8d6dc)
-
deps: update devops base image logan-terraform to
beae0d6(cab52bc)
v2.3.52
Bug Fixes
- deps: update dependency uis/devops/continuous-delivery/ci-templates to v7.25.11 (b38de08)
v2.3.51
Bug Fixes
- deps: update dependency uis/devops/continuous-delivery/ci-templates to v7.25.10 (bc9e7ee)
pyparsing/pyparsing (pyparsing)
v3.3.2
-
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 fromUserWarning) -
PyparsingDeprecationWarning- warning for using deprecated features (inherits fromPyparsingWarningandDeprecationWarning) -
PyparsingDiagnosticWarning- warning raised when pyparsing diagnostics are enabled and a diagnostic feature is used (inherits fromPyparsingWarning)
-
-
Added
as_datetimeparse action topyparsing.common- a more generalized version of theconvert_to_datetimeparse 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_validatedandiso8601_datetime_validatedexpressions topyparsing.common, which return a Pythondatetime.datetime -
Various performance improvements in
ParseResultsclass and core functions, with 10-20% performance overall. -
Added
regex_inverterweb page (using PyScript) to demonstrate using theinv_regex.pyexample. -
Expanded regex forms handled by the
examples/inv_regex.pyexample:- named capturing groups (
?P<name>) - partial repetition (
{m,}and{,n}) - negated character classes (
[^...])
- named capturing groups (
-
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
7.25.13 (2026-01-19)
v7.25.12: 7.25.12
7.25.12 (2026-01-19)
Bug Fixes
Configuration
- If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.