Skip to content

Commit

Permalink
build(deps): libtmux 0.23.2 -> 0.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Nov 19, 2023
1 parent 5977e4a commit f03ccbc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ $ pipx install --suffix=@next 'tmuxp' --pip-args '\--pre' --force

### Development

- libtmux: 0.23.0 -> 0.24.0 (maintenance release)
- Move formatting from `black` to [`ruff format`] (#890)

This retains the same formatting style of `black` while eliminating a
Expand Down
10 changes: 5 additions & 5 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.23.2"
libtmux = "~0.24.0"
colorama = ">=0.3.9"
PyYAML = "^6.0"

Expand Down

0 comments on commit f03ccbc

Please sign in to comment.