Skip to content

Commit fa3bda8

Browse files
committed
build(deps): Bump libtmux to ==0.51.0
why: Update to latest libtmux with improved API and DeprecatedError for legacy APIs what: - Update pyproject.toml dependency constraint from >=0.37.0 to ==0.51.0
1 parent 3145a6e commit fa3bda8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies = [
1212
"sqlalchemy>=2.0.0",
1313
"uvicorn[standard]>=0.24.0",
1414
"websockets>=12.0",
15-
"libtmux>=0.37.0",
15+
"libtmux==0.51.0",
1616
"aiofiles>=24.1.0",
1717
"click>=8.0.0",
1818
"python-frontmatter>=1.1.0",

0 commit comments

Comments
 (0)