Skip to content

Commit

Permalink
build(deps): libtmux 0.23.0post2 -> 0.23.1 (typo fixes)
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Sep 2, 2023
1 parent 1239809 commit 9dffc82
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 -->

### Development

- libtmux: v0.23.0 -> v0.23.1

Typo fixes inside libtmux

### Docs

- Typo fixes (#884), thanks @kianmeng
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.23.0post1"
libtmux = "~0.23.1"
colorama = ">=0.3.9"
PyYAML = "^6.0"

Expand Down

0 comments on commit 9dffc82

Please sign in to comment.