Skip to content

Commit 2ed8271

Browse files
committed
build(deps): poetry: Lock at click 8
shell_completion requires new click version See also: - https://click.palletsprojects.com/en/8.0.x/changes/#version-8-0-0 - Fixes #775
1 parent fe3adbd commit 2ed8271

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ tmuxp = 'tmuxp:cli.cli'
4646

4747
[tool.poetry.dependencies]
4848
python = "^3.7"
49-
click = ">7,<8.2"
49+
click = "~8"
5050
kaptan = ">=0.5.10"
5151
libtmux = "~0.11.0"
5252
colorama = ">=0.3.9"

0 commit comments

Comments
 (0)