Skip to content

Commit

Permalink
upgrade click to v8 (#476)
Browse files Browse the repository at this point in the history
* upgrade click to v8

* fix typo

* upgrade packaging to v23
  • Loading branch information
Lotram authored Oct 6, 2023
1 parent 7e5acc4 commit f53d421
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 33 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@

### 0.8.12

- Bugfix: Multi spaces between commands can be recongnised as correct commands
- Bugfix: Multi spaces between commands can be recognised as correct commands
now.
- Feature: Warning on dangerous command.

Expand Down
71 changes: 41 additions & 30 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ prompt_toolkit = "^3"
Pygments = "^2"
mistune = "^3.0"
configobj = "^5.0"
click = "^7.0"
click = "^8.0"
pendulum = "^2.0"
# wcwidth 0.2.x uses pkg_resources which is not supported by PyOxidizer
wcwidth = "0.1.9"
packaging = "^21.3"
packaging = "^23.0"
redis = "^4.5.3"

[tool.poetry.dev-dependencies]
Expand Down

0 comments on commit f53d421

Please sign in to comment.