Skip to content

Commit

Permalink
py(deps) libtmux 0.37.0 -> 0.38.1 (built with uv, #950)
Browse files Browse the repository at this point in the history
  • Loading branch information
tony authored Nov 26, 2024
2 parents bf34d04 + 90d4fc5 commit 5c428d2
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
4 changes: 4 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ $ pipx install --suffix=@next 'tmuxp' --pip-args '\--pre' --force

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

### Breaking changes

- Minimum libtmux version 0.37.0 -> 0.38.1 (#950)

### Development

- Project and package management: poetry to uv (#949)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ include = [
{ path = "conftest.py", format = "sdist" },
]
dependencies = [
"libtmux~=0.37.0",
"libtmux~=0.38.1",
"colorama>=0.3.9",
"PyYAML>=6.0"
]
Expand Down
14 changes: 7 additions & 7 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5c428d2

Please sign in to comment.