Skip to content

Commit

Permalink
Fix 8.1.8 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeldycke committed Jan 3, 2025
1 parent 6b17a0e commit ab9cff0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
5 changes: 1 addition & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,7 @@ dependencies = [
# Investigation of the root cause is being discussed upstream at:
# https://github.com/mahmoud/boltons/issues/334
"boltons ~= 24.1.0",
# Click 8.1.4 fix @group.command calls with a custom command_class. See:
# https://github.com/pallets/click/issues/2416
# https://github.com/pallets/click/pull/2417
"click ~= 8.1.4",
"click ~= 8.1.8",
# Cloup 3.0.5 fix incompatibility with autodoc: https://github.com/janluke/cloup/issues/177
"cloup ~= 3.0.5",
"extra-platforms ~= 2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion tests/test_parameters.py
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ def show_params():
table = [
(
"show-params.help",
"click.core.Option",
"click.decorators.HelpOption",
"--help",
"click.types.BoolParamType",
"bool",
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ab9cff0

Please sign in to comment.