Skip to content

Commit

Permalink
py(deps) libtmux: 0.40.0 -> 0.40.1 (#956)
Browse files Browse the repository at this point in the history
  • Loading branch information
tony authored Dec 24, 2024
2 parents fb16b3b + 5e8e49b commit 6910bad
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@ $ pipx install --suffix=@next 'tmuxp' --pip-args '\--pre' --force

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

### Development

- libtmux: Bump minimum version 0.40.0 -> 0.40.1 (#956)

Bug fix for server environmental variables from https://github.com/tmux-python/libtmux/pull/553.
Thank you @ppentchev!

## tmuxp 1.50.0 (2024-12-20)

_Maintenance only, no bug fixes or new features_
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ include = [
{ path = "conftest.py", format = "sdist" },
]
dependencies = [
"libtmux~=0.40.0",
"libtmux~=0.40.1",
"colorama>=0.3.9",
"PyYAML>=6.0"
]
Expand Down
8 changes: 4 additions & 4 deletions uv.lock

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

0 comments on commit 6910bad

Please sign in to comment.