Skip to content

Commit 538f3b6

Browse files
authored
build(deps): libtmux v0.22.2 -> v0.23.0 (#882)
2 parents e3f0426 + 510ad5f commit 538f3b6

File tree

3 files changed

+15
-5
lines changed

3 files changed

+15
-5
lines changed

CHANGES

+10
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,18 @@ $ pipx install --suffix=@next 'tmuxp' --pip-args '\--pre' --force
1919

2020
<!-- Maintainers, insert changes / features for the next release here -->
2121

22+
_Maintenance only, no bug fixes, or new features_
23+
24+
### Development
25+
26+
- libtmux v0.22.2 -> v0.23.0 (#882)
27+
28+
Code quality improvements from https://github.com/tmux-python/libtmux/pull/488
29+
2230
## tmuxp 1.28.2 (2023-08-20)
2331

32+
_Maintenance only, no bug fixes, or new features_
33+
2434
### Packaging
2535

2636
- libtmux v0.22.1 -> v0.22.2

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

0 commit comments

Comments
 (0)