From 093aa71451a34afb3720c059f75d38e198c1113d Mon Sep 17 00:00:00 2001 From: Tony Narlock Date: Sun, 17 Mar 2024 14:23:11 -0500 Subject: [PATCH 1/2] py(deps): libtmux 0.34.0 -> 0.35.0 (simplified targets) --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 8b50dbacc4..f8c5a1533c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -391,13 +391,13 @@ i18n = ["Babel (>=2.7)"] [[package]] name = "libtmux" -version = "0.34.0" +version = "0.35.0" description = "Typed library that provides an ORM wrapper for tmux, a terminal multiplexer." optional = false python-versions = ">=3.8,<4.0" files = [ - {file = "libtmux-0.34.0-py3-none-any.whl", hash = "sha256:9415ab08dc97dcf1c8f8799ae6b319b31ada5c11262ba5b62bb24485c8595203"}, - {file = "libtmux-0.34.0.tar.gz", hash = "sha256:ba2b507956b6ff31aae3f0bb7999d521586133a02bc814245ef3b10b93d1458e"}, + {file = "libtmux-0.35.0-py3-none-any.whl", hash = "sha256:aa3eed2fb0219b5ae4da200d5144778f18450190ba4011f2f01834450eeaaf80"}, + {file = "libtmux-0.35.0.tar.gz", hash = "sha256:411f6175be67d5a598e414e45a1abf14224d8c167a9d7f7fbdcdd1d1d0fefc11"}, ] [[package]] @@ -1397,4 +1397,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "4fb50a6e242f6e7040d806f28e557c3d4505dee2ce582f12590d7b6970eca169" +content-hash = "220b257ae019522ec9e3d1cc817268db189d12c946dd84c22d431e66779d5733" diff --git a/pyproject.toml b/pyproject.toml index 5deabfe768..0e192bac24 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ tmuxp = 'tmuxp:cli.cli' [tool.poetry.dependencies] python = "^3.8" -libtmux = "~0.34.0" +libtmux = "~0.35.0" colorama = ">=0.3.9" PyYAML = "^6.0" From ba9b335c684a6501e95a0c4236ef840695bb349c Mon Sep 17 00:00:00 2001 From: Tony Narlock Date: Sun, 17 Mar 2024 15:03:37 -0500 Subject: [PATCH 2/2] docs(CHANGES): Note libtmux update --- CHANGES | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGES b/CHANGES index b4249a4fe0..2ce6b384d6 100644 --- a/CHANGES +++ b/CHANGES @@ -19,6 +19,12 @@ $ pipx install --suffix=@next 'tmuxp' --pip-args '\--pre' --force +### Breaking changes + +- libtmux: 0.34.0 -> 0.35.0 (#920) + + Simplify redundant `target` passing and `window-index` usages (#920) + ## tmuxp 1.42.0 (2024-03-17) ### Breaking changes