Skip to content

Commit e8d4327

Browse files
authored
click: Relax requirement to allow 8.0 (#686)
Related: #649, #679, #680
2 parents 4711a9a + 6555163 commit e8d4327

File tree

3 files changed

+17
-10
lines changed

3 files changed

+17
-10
lines changed

poetry.lock

Lines changed: 15 additions & 8 deletions
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
@@ -37,7 +37,7 @@ tmuxp = 'tmuxp:cli.cli'
3737

3838
[tool.poetry.dependencies]
3939
python = "^3.6"
40-
click = "^7"
40+
click = ">7,<8.1"
4141
kaptan = ">=0.5.10"
4242
libtmux = "~0.10.1"
4343
colorama = ">=0.3.9"

requirements/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
kaptan>=0.5.10
22
libtmux>=0.10.1,<0.11
3-
click>=7,<8
3+
click>=7,<8.1
44
colorama>=0.3.9

0 commit comments

Comments
 (0)