Skip to content

Commit 9e6eabe

Browse files
committed
build(deps): libtmux 0.20.0 -> 0.21.0 to avoid isolated crashes
This adjusts the default separator for formats to be a pipe (somewhat common in the terminal) to a rare character - ␞. This will avoid crashes with various libtmux lookups. See also: - tmux-python/libtmux#475 - https://github.com/tmux-python/libtmux/releases/tag/v0.21.0
1 parent f35c39e commit 9e6eabe

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

poetry.lock

+11-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ tmuxp = 'tmuxp:cli.cli'
4747

4848
[tool.poetry.dependencies]
4949
python = "^3.7"
50-
libtmux = "~0.20.0"
50+
libtmux = "~0.21.0"
5151
colorama = ">=0.3.9"
5252
PyYAML = "^6.0"
5353

0 commit comments

Comments
 (0)