chore(deps): update dependency click to v8.3.1 #164

Merged
renovate merged 1 commits from renovate/click-8.x into main 2025-11-16 00:22:11 +00:00
Member

This PR contains the following updates:

Package Update Change
click (changelog) patch ==8.3.0 -> ==8.3.1

Release Notes

pallets/click (click)

v8.3.1

Compare Source

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.UNSET default values by None as they're passed through the Context.invoke() method. #​3066 #​3065 #​3068
  • Fix conversion of Sentinel.UNSET happening too early, which caused incorrect behavior for multiple parameters using the same name. #​3071 #​3079
  • Fix rendering when prompt and confirm parameter prompt_suffix is empty. #​3019 #​3021
  • When Sentinel.UNSET is found during parsing, it will skip calls to type_cast_value. #​3069 #​3090
  • Hide Sentinel.UNSET values as None when looking up for other parameters through the context inside parameter callbacks. #​3136 #​3137

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [click](https://github.com/pallets/click) ([changelog](https://click.palletsprojects.com/page/changes/)) | patch | `==8.3.0` -> `==8.3.1` | --- ### Release Notes <details> <summary>pallets/click (click)</summary> ### [`v8.3.1`](https://github.com/pallets/click/releases/tag/8.3.1) [Compare Source](https://github.com/pallets/click/compare/8.3.0...8.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`. [#&#8203;3039](https://github.com/pallets/click/issues/3039) [#&#8203;3055](https://github.com/pallets/click/issues/3055) - Replace `Sentinel.UNSET` default values by `None` as they're passed through the `Context.invoke()` method. [#&#8203;3066](https://github.com/pallets/click/issues/3066) [#&#8203;3065](https://github.com/pallets/click/issues/3065) [#&#8203;3068](https://github.com/pallets/click/issues/3068) - Fix conversion of `Sentinel.UNSET` happening too early, which caused incorrect behavior for multiple parameters using the same name. [#&#8203;3071](https://github.com/pallets/click/issues/3071) [#&#8203;3079](https://github.com/pallets/click/issues/3079) - Fix rendering when `prompt` and `confirm` parameter `prompt_suffix` is empty. [#&#8203;3019](https://github.com/pallets/click/issues/3019) [#&#8203;3021](https://github.com/pallets/click/issues/3021) - When `Sentinel.UNSET` is found during parsing, it will skip calls to `type_cast_value`. [#&#8203;3069](https://github.com/pallets/click/issues/3069) [#&#8203;3090](https://github.com/pallets/click/issues/3090) - Hide `Sentinel.UNSET` values as `None` when looking up for other parameters through the context inside parameter callbacks. [#&#8203;3136](https://github.com/pallets/click/issues/3136) [#&#8203;3137](https://github.com/pallets/click/issues/3137) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS40My41IiwidXBkYXRlZEluVmVyIjoiNDEuNDMuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
renovate added 1 commit 2025-11-16 00:22:10 +00:00
renovate scheduled this pull request to auto merge when all checks succeed 2025-11-16 00:22:10 +00:00
renovate merged commit f79c706ced into main 2025-11-16 00:22:11 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: training/docker-build-exercise#164