fix(deps): update all non-major dependencies
This MR contains the following updates:
| Package | Change | Age | Confidence | Type | Update |
|---|---|---|---|---|---|
| coverage |
7.13.3 → 7.13.4
|
dev | patch | ||
| google-auth |
2.48.0 → 2.49.0
|
dependencies | minor | ||
| pydantic-settings (changelog) |
2.12.0 → 2.13.1
|
dependencies | minor | ||
| pytest-env |
1.2.0 → 1.5.0
|
dev | minor | ||
| registry.gitlab.developers.cam.ac.uk/uis/devops/lib/ucam-faas-python |
0.21.0 → 0.21.2
|
final | patch | ||
| types-python-dateutil (changelog) |
2.9.0.20260124 → 2.9.0.20260305
|
dev | patch | ||
| ucam-user-notify |
1.1.9 → 1.1.17
|
dependencies | patch | ||
| uis/devops/continuous-delivery/ci-templates |
v7.27.8 → v7.30.3
|
repository | minor |
Release Notes
coveragepy/coveragepy (coverage)
v7.13.4
-
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:
pydantic/pydantic-settings (pydantic-settings)
v2.13.1
v2.13.0
What's Changed
- fix: Deterministic alias selection when using validate_by_name by @chbndrhnns in #707
- add deep merge functionality to config file sources by @pmeier in #698
- Add support for AWS Secrets Manager VersionId parameter by @jcyamacho in #708
- bugfix: Return
Nonefor inaccessible GCP Secret Manager secrets by @zaphod72 in #712 - Bugfix for cli_kebab_case="all" and CliImplicitFlag[bool] by @Digity101 in #702
- Unpack type alisases when looking for
NoDecodeby @tselepakis in #695 - CliToggleFlag and CliDualFlag by @kschwab in #717
- Fix for CLI duplicate enum field values. by @kschwab in #722
- fixed load nested config from env by @Sube-py in #723
- Add non-Path files support (for example Traversable) and open files using Path.open method by @mahenzon in #724
- add one more traversable test by @mahenzon in #725
- CLI fix fox external list args. by @kschwab in #727
- fix: handle case-insensitive retrieval in GoogleSecretManagerSettingsSource by @ezwiefel in #730
- CLI test fixes for help text formatting. by @kschwab in #735
- Avoid conflicts with the
NAMEenvironment variable in WSL by @kzrnm in #747 - fix: When restoring init kwargs, use deterministic order by @chbndrhnns in #746
- Add env_prefix_target by @kzrnm in #749
- Remove
(default: …)in the help message forCliToggleFlagby @kzrnm in #740 - Add support for CLI serialize styles. by @kschwab in #755
- Add support for overriding default help on CLI internal parser. by @kschwab in #758
- CLI format_help method support by @kschwab in #759
- feat(gcp): support SecretVersion annotation for per-field secret versioning by @ezwiefel in #763
- Allow
snake_case_conversionwithenv_prefixfor Azure Key Vault source by @cstarkers in #762 - fix: Only override preferred_key when no value was found by @chbndrhnns in #767
- Update deps by @hramezani in #768
- CLI coerce numeric types. by @kschwab in #769
- CLI Union Discriminator Choices in Help by @kschwab in #764
- Add nested path support for yaml_config_section (fixes #772) by @hugo-romero-mm in #773
- Prepare release 2.13.0 by @hramezani in #777
New Contributors
- @pmeier made their first contribution in #698
- @jcyamacho made their first contribution in #708
- @zaphod72 made their first contribution in #712
- @Digity101 made their first contribution in #702
- @Sube-py made their first contribution in #723
- @mahenzon made their first contribution in #724
- @kzrnm made their first contribution in #747
- @cstarkers made their first contribution in #762
- @hugo-romero-mm made their first contribution in #773
Full Changelog: https://github.com/pydantic/pydantic-settings/compare/v2.12.0...v2.13.0
pytest-dev/pytest-env (pytest-env)
v1.5.0
What's Changed
-
✨ feat(plugin): add --pytest-env-verbose for debugging env assignments by @gaborbernat in #199
Full Changelog: https://github.com/pytest-dev/pytest-env/compare/1.4.0...1.5.0
v1.4.0
What's Changed
-
✨ feat(cli): add --envfile option for runtime environment switching by @gaborbernat in #197
Full Changelog: https://github.com/pytest-dev/pytest-env/compare/1.3.2...1.4.0
v1.3.2
v1.3.1
What's Changed
-
🔧 build(type): migrate from mypy to ty by @gaborbernat in #192 -
♻️ refactor(plugin): consolidate TOML config parsing by @gaborbernat in #193 -
✅ test(plugin): verify env vars available during conftest imports by @gaborbernat in #194
Full Changelog: https://github.com/pytest-dev/pytest-env/compare/1.3.0...1.3.1
v1.3.0
What's Changed
- Support pytest.toml and .pytest.toml by @mikicz in #180
-
✨ feat(config): support [tool.pytest] in pyproject.toml by @gaborbernat in #189 -
✨ feat(plugin): add U flag to unset env variables by @gaborbernat in #188 -
🐛 fix(config): use inipath for TOML file discovery by @gaborbernat in #190 -
✨ feat(plugin): add .env file loading support by @gaborbernat in #191
New Contributors
Full Changelog: https://github.com/pytest-dev/pytest-env/compare/1.2.0...1.3.0
uis/devops/continuous-delivery/ci-templates (uis/devops/continuous-delivery/ci-templates)
v7.30.3: 7.30.3
7.30.3 (2026-03-09)
Bug Fixes
v7.30.2: 7.30.2
7.30.2 (2026-03-06)
Bug Fixes
v7.30.1: 7.30.1
7.30.1 (2026-03-04)
Bug Fixes
v7.30.0: 7.30.0
7.30.0 (2026-03-03)
Features
v7.29.0: 7.29.0
7.29.0 (2026-03-02)
Features
- add TERRAFORM_TEST_CLEANUP_DISABLED option to terraform-module.yml (5c83eed)
v7.28.6: 7.28.6
7.28.6 (2026-03-02)
Bug Fixes
v7.28.5: 7.28.5
7.28.5 (2026-03-02)
Bug Fixes
v7.28.4: 7.28.4
7.28.4 (2026-02-26)
Bug Fixes
-
deps: update python:3 docker digest to
6134653(127f03b) -
deps: update python:3.14 docker digest to
6134653(7437a65)
v7.28.3: 7.28.3
7.28.3 (2026-02-25)
Bug Fixes
v7.28.2: 7.28.2
7.28.2 (2026-02-25)
Bug Fixes
v7.28.1: 7.28.1
7.28.1 (2026-02-23)
Bug Fixes
v7.28.0: 7.28.0
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
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
7.27.13 (2026-02-16)
Bug Fixes
v7.27.12: 7.27.12
7.27.12 (2026-02-11)
v7.27.11: 7.27.11
7.27.11 (2026-02-11)
Bug Fixes
-
deps: update python:3 docker digest to
151ab35(304b027) -
deps: update python:3.14 docker digest to
151ab35(2b90aef)
v7.27.10: 7.27.10
7.27.10 (2026-02-10)
Bug Fixes
v7.27.9: 7.27.9
7.27.9 (2026-02-09)
Bug Fixes
Configuration
- If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.