Skip to content

Commit b3fb469

Browse files
committed
build(deps): Bump libtmux 0.18.2 -> 0.18.3
Improvement to fetch_objs() for #860
1 parent 8a80e78 commit b3fb469

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

CHANGES

+4
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ $ pipx install --suffix=@next 'tmuxp' --pip-args '\--pre' --force
2121

2222
### Internal improvements
2323

24+
- libtmux: 0.18.2 -> 0.18.3 (#861)
25+
26+
via [libtmux#466](https://github.com/tmux-python/libtmux/pull/466)
27+
2428
- tests(test_pane_order): Improve reliability of `pane_current_path` test.
2529

2630
## tmuxp 1.24.0 (2022-12-30)

poetry.lock

+4-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.18.2"
50+
libtmux = "~0.18.3"
5151
colorama = ">=0.3.9"
5252
PyYAML = "^6.0"
5353

0 commit comments

Comments
 (0)