Skip to content

Commit 9de2a6d

Browse files
authored
py(deps) libtmux 0.42.0 -> 0.44.2 (#962)
## py(deps) libtmux 0.42.0 -> 0.44.2 See also: https://libtmux.git-pull.com/history.html#libtmux-0-44-2-2025-02-17 This should fix runtime based dependency issues.
2 parents 39a5dc6 + de8c9b1 commit 9de2a6d

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

CHANGES

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ $ pipx install --suffix=@next 'tmuxp' --pip-args '\--pre' --force
2828
### Development
2929

3030
- CI: Check for runtime dependencies (#965)
31+
- libtmux: Bump minimum version from 0.42.0 -> 0.44.2 (#962)
3132
- Tests: Improve parametrized test suite (#964)
3233

3334
Convert remaining `pytest.mark.parametrize()` tests to `NamedTuple` fixtures:

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ include = [
3939
{ path = "conftest.py", format = "sdist" },
4040
]
4141
dependencies = [
42-
"libtmux~=0.42.0",
42+
"libtmux~=0.44.2",
4343
"colorama>=0.3.9",
4444
"PyYAML>=6.0"
4545
]

uv.lock

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

0 commit comments

Comments
 (0)