Skip to content

Commit

Permalink
build(deps): Bump libtmux 0.18.2 -> 0.18.3 (#861)
Browse files Browse the repository at this point in the history
Improvement to `fetch_objs()` for
#860
  • Loading branch information
tony authored Jan 7, 2023
1 parent 8a80e78 commit 28bb89b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ $ pipx install --suffix=@next 'tmuxp' --pip-args '\--pre' --force

### Internal improvements

- libtmux: 0.18.2 -> 0.18.3 (#861)

via [libtmux#466](https://github.com/tmux-python/libtmux/pull/466)

- tests(test_pane_order): Improve reliability of `pane_current_path` test.

## tmuxp 1.24.0 (2022-12-30)
Expand Down
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ tmuxp = 'tmuxp:cli.cli'

[tool.poetry.dependencies]
python = "^3.7"
libtmux = "~0.18.2"
libtmux = "~0.18.3"
colorama = ">=0.3.9"
PyYAML = "^6.0"

Expand Down

0 comments on commit 28bb89b

Please sign in to comment.