fix(deps): update all non-major dependencies
This MR contains the following updates:
Package | Type | Update | Change | Age | Confidence |
---|---|---|---|---|---|
DavidAnson/markdownlint-cli2 | repository | minor |
v0.17.2 -> v0.18.1
|
||
editorconfig-checker/editorconfig-checker.python | repository | minor |
3.2.1 -> 3.4.0
|
||
google-auth | dependencies | minor |
2.40.1 -> 2.41.0
|
||
msgraph-sdk | dependencies | minor |
1.28.0 -> 1.45.0
|
||
pre-commit/mirrors-mypy | repository | minor |
v1.15.0 -> v1.18.2
|
||
pydantic (changelog) | dependencies | patch |
2.11.7 -> 2.11.9
|
||
pydantic-settings (changelog) | dependencies | minor |
2.9.1 -> 2.11.0
|
||
registry.gitlab.developers.cam.ac.uk/uis/devops/lib/ucam-faas-python | final | minor |
0.8.0 -> 0.17.1
|
||
ucam-faas | dependencies | minor |
^0.8.0 -> ^0.17.0
|
||
ucam-observe | dependencies | patch |
0.2.0 -> 0.2.1
|
||
uis/devops/continuous-delivery/ci-templates | repository | minor |
v6.10.0 -> v6.15.0
|
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
editorconfig-checker/editorconfig-checker.python (editorconfig-checker/editorconfig-checker.python)
v3.4.0
v3.3.0
googleapis/google-auth-library-python (google-auth)
v2.41.0
Features
- Add support for cachetools 6.0 (#1773) (af18060)
- Add trust boundary support for service accounts and impersonation. (#1778) (99be2ce)
Bug Fixes
- Deprecating load_credentials_from_dict (58b66ec)
- Deprecating load_credentials_from_file (58b66ec)
- Fix type error in credentials.py for python 3.7 and 3.8 (#1805) (c30a6a7)
Documentation
v2.40.3
Bug Fixes
- Auth fetch token from default endpoint (#1779) (88891cc)
- Remove unnecessary call to mds service (#1769) (7c61c7d)
- Retry 504 errors (#1767) (554f967)
v2.40.2
Bug Fixes
microsoftgraph/msgraph-sdk-python (msgraph-sdk)
v1.45.0
Features
- generation: update request builders and models (9b00d33)
v1.44.0
Features
- generation: update request builders and models (c73f3af)
v1.40.0
Features
- generation: update request builders and models (15c9742)
v1.39.0
Features
- generation: update request builders and models (cd04cfb)
v1.38.0
Features
- generation: update request builders and models (47a564d)
- generation: update request builders and models (b35949b)
v1.37.0
Features
- generation: update request builders and models (f7de565)
v1.36.0
Features
- generation: update request builders and models (7f49d36)
v1.35.0
Features
- generation: update request builders and models (5a3dc37)
v1.34.0
Features
- generation: update request builders and models (49dbc7e)
v1.33.0
Features
- generation: update request builders and models (2cb94a6)
v1.32.0
Features
- generation: update request builders and models (48cf860)
v1.31.0
Features
- generation: update request builders and models (f445a90)
v1.30.0
Features
- generation: update request builders and models (303fb7d)
v1.29.0
Features
pydantic/pydantic (pydantic)
v2.11.9
: 2025-09-13
What's Changed
Fixes
- Backport v1.10.23 changes by @Viicos
Full Changelog: https://github.com/pydantic/pydantic/compare/v2.11.8...v2.11.9
v2.11.8
: 2025-09-13
v2.11.8 (2025-09-13)
What's Changed
Fixes
Full Changelog: https://github.com/pydantic/pydantic/compare/v2.11.7...v2.11.8
pydantic/pydantic-settings (pydantic-settings)
v2.11.0
What's Changed
- CLI Serialize Support by @kschwab in #643
- Inspect type aliases to determine if an annotation is complex by @tselepakis in #644
- Revert "fix: Respect 'cli_parse_args' from model_config with settings_customise_sources (#611)" by @hramezani in #655
- Remove parsing of command line arguments from
CliSettingsSource.__init__
. by @trygve-baerland in #656 - turn off allow_abbrev on subparsers by @mroch in #658
- CLI Serialization Fixes by @kschwab in #649
- Fix PydanticModel type checking. by @kschwab in #659
- Avoid env_prefix falling back to env vars without prefix by @tselepakis in #648
- Warn if model_config sets unused keys for missing settings sources by @HomerusJa in #663
- Included endpoint_url kwarg in AWSSecretsManagerSettingsSource class by @adrianohrl in #664
- Fix typo ("Accesing") in the "Adding sources" docs by @deepyaman in #668
- CLI Windows Path Fix by @kschwab in #669
- Cli root model support by @kschwab in #677
- Snake case conversion in Azure Key Vault by @AndreuCodina in #680
- Make
InitSettingsSource
resolution deterministic by @enrico-stauss in #681 - Update deps by @hramezani in #683
New Contributors
- @tselepakis made their first contribution in #644
- @trygve-baerland made their first contribution in #656
- @mroch made their first contribution in #658
- @HomerusJa made their first contribution in #663
- @adrianohrl made their first contribution in #664
- @deepyaman made their first contribution in #668
- @enrico-stauss made their first contribution in #681
Full Changelog: https://github.com/pydantic/pydantic-settings/compare/2.10.1...v2.11.0
v2.10.1
What's Changed
- Fix UnboundLocalError error in _replace_field_names_case_insensitively by @hramezani in #639
- Remove unknown file reference in documentation by @Viicos in #640
- Prepare release 2.10.1 by @hramezani in #642
Full Changelog: https://github.com/pydantic/pydantic-settings/compare/2.10.0...2.10.1
v2.10.0
What's Changed
- Fix running tests when azure-keyvault-secrets is not installed by @CyberTailor in #601
- Fix running tests when google-cloud-secret-manager is not installed by @CyberTailor in #602
- Support loading a specific nested key from YAML in YamlConfigSettingsSource by @Seunghan-Jung in #603
- Fix CLI suppression for model group help by @kschwab in #604
- Fix missing DEFAULT_PATH import by @hramezani in #606
- Fix case-insensitive handling of nested aliases in EnvironmentSettingsSource by @d15ky in #608
- Azure Key Vault case insensitive support and dash-underscore translation by @d15ky in #607
- fix: Respect 'cli_parse_args' from model_config with settings_customise_sources by @karta9821 in #611
- Bump astral-sh/setup-uv by @hramezani in #612
- Update packages by @hramezani in #613
- Update README.md by @hramezani in #616
- Fix CI badge by @hramezani in #617
- Update dependencies by @hramezani in #618
- Fix coverage report by @hramezani in #619
- Fix _consume_object_or_array on unbalanced brackets in JSON strings by @andryak in #621
- add region as a parameter to aws secret manager by @barakor-vs in #622
- Expose GCP Secret Manager case sensitive option by @bellmatthewf in #626
- Update deps by @hramezani in #633
- feat: Add
cli_shortcuts
to CLI settings by @karta9821 in #624 - Expose AWS Secrets Manager case sensitive option by @femiadebayo in #629
- Prepare release 2.10.0 by @hramezani in #635
New Contributors
- @Seunghan-Jung made their first contribution in #603
- @d15ky made their first contribution in #608
- @karta9821 made their first contribution in #611
- @andryak made their first contribution in #621
- @barakor-vs made their first contribution in #622
- @bellmatthewf made their first contribution in #626
- @femiadebayo made their first contribution in #629
Full Changelog: https://github.com/pydantic/pydantic-settings/compare/v2.9.1...2.10.0
uis/devops/lib/ucam-faas-python (ucam-faas)
v0.17.1
Bug Fixes
- update repo link for PyPi (4f85ada)
v0.17.0
Features
- add CloudEvent validation for webhook handler proxy (f0c880e)
v0.16.0
Features
- docs: add auto-built API documentation (b3998b0)
v0.15.0
Features
- support undoing functions_framework global state changes (516966e)
v0.14.1
v0.14.0
Features
- add support for reading message payload from bucket (37f8b6e)
v0.13.0
Features
- add authentication to webhook endpoint (34496a6)
Bug Fixes
- exclude run handler function from coverage (316b70d)
- remove JSON checking from data publishing (e81418f)
v0.12.0
Features
- refactor entra webhook container (319cf45)
Bug Fixes
- move entra webhook code into separate module (219026f)
v0.11.0
Features
- add long-running task support (f11c827)
Bug Fixes
- remove unneeded initialize argument (8f23b43)
v0.10.0
Features
- push docker images to public registry (b5b68ff)
v0.9.3
v0.9.2
Bug Fixes
- bump ci template to v6.10.0 to avoid release-it releasing twice (937dbe6)
- remove duplicated file release-it.json (ed53ae2)
v0.9.1
v0.9.0
Features
- add release-it config (23f78f3)
- include traceback on unhandled exceptions (5161cef)
- type-annotate ucam_fass and example modules (470334e)
Bug Fixes
uis/devops/continuous-delivery/ci-templates (uis/devops/continuous-delivery/ci-templates)
v6.15.0
Changed
-
terraform-module.yml
: Add support for Terraform testing with additional cleanup scripts.
Fixed
-
terraform-module.yml
: Override thetflint
job so that theterraform_standard_module_structure
rule is applied. -
terraform-module.yml
: Override thepre-commit
job to avoid duplication of ourterraform-fmt
,tflint
, andtrivy
jobs.
v6.14.2
v6.14.1
v6.14.0
v6.13.0
v6.12.3
v6.12.2
Fixed
- terraform-module: override .
test-job-rules
fromterraform-lint.yml
as theterraform-module.yml
template needs to support Auto-DevOps.
v6.12.1
v6.12.0
v6.11.0
Changed
-
terraform-lint
: use customtflint
docker image for thetflint
job. This image includes the UIS DevOps customtflint
ruleset. -
terraform-lint
: move default tflint arguments to a$TFLINT_ARGS
variable to allow repositories to override if required. -
terraform-module
: enabletflint
in our Terraform reusable module pipeline.
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.