Skip to content

Commit c1e2e1b

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 bfe150a commit c1e2e1b

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

poetry.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ exclude = ["_intel/**"]
1111
[tool.poetry.dependencies]
1212
python = ">=3.11,<3.13"
1313
pydantic = "^2"
14-
rich = "^13"
14+
rich = ">=13,<15"
1515

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

0 commit comments

Comments
 (0)