Skip to content

Commit 89a724f

Browse files
Update rich requirement from >=14.0.0 to >=15.0.0 (#225)
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.0.0...v15.0.0) --- updated-dependencies: - dependency-name: rich dependency-version: 15.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 79e6a89 commit 89a724f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dependencies = [
2424
"jinja2>=3.1.6,<4.0.0",
2525
"lxml>=6.1.0",
2626
"pydantic>=2.13.3",
27-
"rich>=14.0.0",
27+
"rich>=15.0.0",
2828
"tomlkit>=0.14.0",
2929
]
3030
authors = [

0 commit comments

Comments
 (0)