fix(deps): update dependency click to v8.2.2 #355
Reference in New Issue
Block a user
No description provided.
Delete Branch "renovate/click-8.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
==8.2.1
->==8.2.2
Release Notes
pallets/click (click)
v8.2.2
Compare Source
Unreleased
default
,flag_value
andtype
parameters forflag options, as well as parsing and normalization of environment variables.
:issue:
2952
:pr:2956
BadParameter
andMissingParameter
exceptions for theparameter
param_hint
that did not allow for a sequence of string where theunderlying functino
_join_param_hints
allows for it. :issue:2777
:pr:2990
Enum
choices to render their default value in helpscreen. Refs :issue:
2911
:pr:3004
zsh
) for completion items containingcolons. :issue:
2703
:pr:2846
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.
This PR has been generated by Renovate Bot.
Decision: Accept
Change Score: 10/10
This is a straightforward update to the
click
dependency, along with corresponding lockfile changes. The changes seem correct. Good job updating thepyproject.toml
anduv.lock
files!