Skip to content

Commit 3cc7ce2

Browse files
committed
libtmux: Update to v0.9.0
1 parent f9d35f5 commit 3cc7ce2

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

poetry.lock

Lines changed: 4 additions & 4 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
@@ -39,7 +39,7 @@ tmuxp = 'tmuxp:cli.cli'
3939
python = "^3.5"
4040
click = "^7"
4141
kaptan = ">=0.5.10"
42-
libtmux = "<0.9"
42+
libtmux = "<0.10"
4343
colorama = ">=0.3.9"
4444

4545
[tool.poetry.dev-dependencies]

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
2-
libtmux>=0.8,<0.9
2+
libtmux>=0.9,<0.10
33
click>=7,<8
44
colorama>=0.3.9

0 commit comments

Comments
 (0)