Skip to content

Commit 31b013a

Browse files
chore(deps): update rich requirement from ^13 to ^14
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@v13.0.0...v14.1.0) --- updated-dependencies: - dependency-name: rich dependency-version: 14.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 300f419 commit 31b013a

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
@@ -10,7 +10,7 @@ packages = [{ include = "diff_risk_dashboard", from = "src" }]
1010
[tool.poetry.dependencies]
1111
python = ">=3.11,<3.13"
1212
pydantic = "^2"
13-
rich = "^13"
13+
rich = "^14"
1414

1515
[tool.poetry.group.dev.dependencies]
1616
pytest = "^8"

0 commit comments

Comments
 (0)