helper_scripts
helper_scripts copied to clipboard
chore(deps): update dependency click to v8.3.1
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| click (changelog) | patch | ==8.3.0 -> ==8.3.1 |
renovate update details
| Field | Value |
|---|---|
| manager | pip_requirements |
| categories | python |
| datasource | pypi |
| depName | click |
| depType¹ | |
| packageName | click |
| sourceUrl | https://github.com/pallets/click |
| updateType | patch |
| versioning | pep440 |
¹ only available for some managers
Release Notes
pallets/click (click)
v8.3.1
Released 2025-11-15
- Don't discard pager arguments by correctly using
subprocess.Popen. :issue:3039:pr:3055 - Replace
Sentinel.UNSETdefault values byNoneas they're passed through theContext.invoke()method. :issue:3066:issue:3065:pr:3068 - Fix conversion of
Sentinel.UNSEThappening too early, which caused incorrect behavior for multiple parameters using the same name. :issue:3071:pr:3079 - Hide
Sentinel.UNSETvalues asNonewhen looking up for other parameters through the context inside parameter callbacks. :issue:3136:pr:3137 - Fix rendering when
promptandconfirmparameterprompt_suffixis empty. :issue:3019:pr:3021 - When
Sentinel.UNSETis found during parsing, it will skip calls totype_cast_value. :issue:3069:pr:3090
Configuration
📅 Schedule: Branch creation - "every weekday" in timezone UTC, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, 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.