Commit 8e2e0c3
authored
js(deps) bump libtmux floor 0.55.0 -> 0.55.1 (#24)
why: libtmux 0.55.1 ships the pytest-plugin socket-reaper fix
(tmux-python/libtmux#661). The `server` and `TestServer` fixtures now
kill the tmux daemon *and* unlink the socket file under
`/tmp/tmux-<uid>/` on teardown, eliminating the `libtmux_test*`
accumulation that downstream consumers like this package inherited.
Bumping the floor makes the fix part of the install contract; the
lockfile refresh guarantees CI and fresh installs pick it up.
what:
- **`pyproject.toml`** — dependency specifier `libtmux>=0.55.0,<1.0`
-> `libtmux>=0.55.1,<1.0`.
- **`uv.lock`** — regenerated; resolved `libtmux==0.55.0` ->
`libtmux==0.55.1`.
- **`CHANGES`** — unreleased Dependencies section notes the floor
bump and points at the upstream fix.
Downstream effect: obsoletes #23 (local conftest socket reaper),
which was a workaround for the same leak. Close #23 without merge.
Release notes: https://libtmux.git-pull.com/history.html (libtmux
0.55.1 section).3 files changed
Lines changed: 15 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
9 | 19 | | |
10 | 20 | | |
11 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments