Skip to content

Commit

Permalink
build(deps): libtmux v0.22.2 -> v0.23.0 (#882)
Browse files Browse the repository at this point in the history
  • Loading branch information
tony authored Aug 20, 2023
2 parents e3f0426 + 510ad5f commit 538f3b6
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
10 changes: 10 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,18 @@ $ pipx install --suffix=@next 'tmuxp' --pip-args '\--pre' --force

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

_Maintenance only, no bug fixes, or new features_

### Development

- libtmux v0.22.2 -> v0.23.0 (#882)

Code quality improvements from https://github.com/tmux-python/libtmux/pull/488

## tmuxp 1.28.2 (2023-08-20)

_Maintenance only, no bug fixes, or new features_

### Packaging

- libtmux v0.22.1 -> v0.22.2
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.7"
libtmux = "~0.22.2"
libtmux = "~0.23.0"
colorama = ">=0.3.9"
PyYAML = "^6.0"

Expand Down

0 comments on commit 538f3b6

Please sign in to comment.