fix(deps): update all non-major dependencies
This MR contains the following updates:
| Package | Change | Age | Confidence | Type | Update |
|---|---|---|---|---|---|
| click (changelog) |
==8.3.0 -> ==8.3.1
|
patch | |||
| gitlab.developers.cam.ac.uk/uis/gcp-function/devops |
2.3.13 -> 2.3.14
|
module | patch |
Release Notes
pallets/click (click)
v8.3.1
This is the Click 8.3.1 fix release, which fixes bugs but does not otherwise change behavior and should not result in breaking changes compared to the latest feature release.
PyPI: https://pypi.org/project/click/8.3.1/ Changes: https://click.palletsprojects.com/page/changes/#version-8-3-1 Milestone: https://github.com/pallets/click/milestone/28
- Don't discard pager arguments by correctly using
subprocess.Popen. #3039 #3055 - Replace
Sentinel.UNSETdefault values byNoneas they're passed through theContext.invoke()method. #3066 #3065 #3068 - Fix conversion of
Sentinel.UNSEThappening too early, which caused incorrect behavior for multiple parameters using the same name. #3071 #3079 - Fix rendering when
promptandconfirmparameterprompt_suffixis empty. #3019 #3021 - When
Sentinel.UNSETis found during parsing, it will skip calls totype_cast_value. #3069 #3090 - Hide
Sentinel.UNSETvalues asNonewhen looking up for other parameters through the context inside parameter callbacks. #3136 #3137
uis/devops/infra/terraform/gcp-function (gitlab.developers.cam.ac.uk/uis/gcp-function/devops)
v2.3.14
Bug Fixes
- deps: update copier template to v0.4.13 (8cda19b)
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.