Skip to content

Commit 7cabb19

Browse files
⬆️(deps): Update rich requirement in /apps/truss_cli
Updates the requirements on [rich](https://github.com/Textualize/rich) to permit the latest version. - [Release notes](https://github.com/Textualize/rich/releases) - [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md) - [Commits](Textualize/rich@v14.2.0...v15.0.0) --- updated-dependencies: - dependency-name: rich dependency-version: 15.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 979c278 commit 7cabb19

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/truss_cli/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies = [
1313
"truss-core>=0.0.10",
1414
"truss-tools>=0.0.10",
1515
"prompt-toolkit>=3.0.47,<4.0.0",
16-
"rich>=14.2.0,<15.0.0",
16+
"rich>=14.2.0,<16.0.0",
1717
"textual>=7.5.0,<9.0.0",
1818
]
1919

0 commit comments

Comments
 (0)