Skip to content

Commit f03ccbc

Browse files
committed
build(deps): libtmux 0.23.2 -> 0.24.0
1 parent 5977e4a commit f03ccbc

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

CHANGES

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ $ pipx install --suffix=@next 'tmuxp' --pip-args '\--pre' --force
2828

2929
### Development
3030

31+
- libtmux: 0.23.0 -> 0.24.0 (maintenance release)
3132
- Move formatting from `black` to [`ruff format`] (#890)
3233

3334
This retains the same formatting style of `black` while eliminating a

poetry.lock

Lines changed: 5 additions & 5 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
@@ -47,7 +47,7 @@ tmuxp = 'tmuxp:cli.cli'
4747

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

0 commit comments

Comments
 (0)