Skip to content

Commit

Permalink
py(deps): libtmux 0.31.0.post0 -> 0.32.0 (#914)
Browse files Browse the repository at this point in the history
  • Loading branch information
tony authored Mar 2, 2024
2 parents b6a23cf + 3298422 commit 16cf771
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ $ pipx install --suffix=@next 'tmuxp' --pip-args '\--pre' --force

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

### Breaking changes

- libtmux: 0.31.0.post0 -> 0.32.0 (#914)

Export fix, ruff 0.3.0 updates.

### Development

- ruff 0.2.2 -> 0.3.0 (#913)
Expand Down
8 changes: 4 additions & 4 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ tmuxp = 'tmuxp:cli.cli'

[tool.poetry.dependencies]
python = "^3.8"
libtmux = "~0.31.0"
libtmux = "~0.32.0"
colorama = ">=0.3.9"
PyYAML = "^6.0"

Expand Down

0 comments on commit 16cf771

Please sign in to comment.