Skip to content

Commit 43adce1

Browse files
INTEG-2942 - update Click
1 parent 9d0701f commit 43adce1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dependencies = [
3636
dynamic = ["version"]
3737

3838
[project.optional-dependencies]
39-
cli = ["click==8.1.*", "chardet"]
39+
cli = ["click>=8.2", "chardet"]
4040

4141
[project.urls]
4242
Documentation = "https://github.com/code42/incydr_python#readme"

src/_incydr_cli/rich_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ def _print_options_panel(
350350

351351
# Column for a metavar, if we have one
352352
metavar = Text(style=STYLE_METAVAR, overflow="fold")
353-
metavar_str = param.make_metavar()
353+
metavar_str = param.make_metavar(ctx=ctx)
354354

355355
# Do it ourselves if this is a positional argument
356356
if (

0 commit comments

Comments
 (0)