Skip to content

Commit 5c428d2

Browse files
authored
py(deps) libtmux 0.37.0 -> 0.38.1 (built with uv, #950)
2 parents bf34d04 + 90d4fc5 commit 5c428d2

File tree

3 files changed

+12
-8
lines changed

3 files changed

+12
-8
lines changed

CHANGES

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

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

22+
### Breaking changes
23+
24+
- Minimum libtmux version 0.37.0 -> 0.38.1 (#950)
25+
2226
### Development
2327

2428
- Project and package management: poetry to uv (#949)

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ include = [
4040
{ path = "conftest.py", format = "sdist" },
4141
]
4242
dependencies = [
43-
"libtmux~=0.37.0",
43+
"libtmux~=0.38.1",
4444
"colorama>=0.3.9",
4545
"PyYAML>=6.0"
4646
]

uv.lock

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

0 commit comments

Comments
 (0)