Skip to content

Commit

Permalink
CLI: Upgrade to click-aliases>=1.0.2
Browse files Browse the repository at this point in the history
This fixes erroring out when no group aliases are specified.
  • Loading branch information
amotl committed Oct 11, 2023
1 parent 955e11f commit 0a16a10
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@

## Unreleased

- CLI: Upgrade to `click-aliases>=1.0.2`, fixing erroring out when no group aliases
are specified.


## 2023/10/10 0.0.1

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ dynamic = [
dependencies = [
"boltons<24",
"click<9",
"click-aliases<2",
"click-aliases>=1.0.2,<2",
"colorama<1",
"colorlog",
"crash",
Expand Down

0 comments on commit 0a16a10

Please sign in to comment.