Skip to content

Commit 8e086d3

Browse files
authored
py(deps): libtmux v0.36.0 -> v0.37.0 (#929)
Internal test / CI improvements
2 parents e5bb73b + 79b5bd3 commit 8e086d3

File tree

3 files changed

+13
-5
lines changed

3 files changed

+13
-5
lines changed

CHANGES

+8
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,14 @@ $ 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+
### Developmental
25+
26+
- libtmux: 0.36.0 -> 0.37.0 (#929)
27+
28+
Internal improvements to test suite (pytest-xdist and relaxing `retry_until()` tests)
29+
2230
## tmuxp 1.46.0 (2024-04-12)
2331

2432
### Breaking change

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

0 commit comments

Comments
 (0)