Skip to content

Commit 403cc70

Browse files
dependabot[bot]dev-zero
authored andcommitted
build(deps): update rich requirement from >=10.7,<14.0 to >=10.7,<15.0
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@v10.7.0...v14.0.0) --- updated-dependencies: - dependency-name: rich dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 334b6d3 commit 403cc70

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
@@ -21,7 +21,7 @@ regex = ">=2021.4,<2025.0"
2121
"ruamel.yaml" = {version = ">=0.16.5,<0.19.0", optional = true}
2222
numpy = ">=1.19,<3.0"
2323
click = "^8.0"
24-
rich = ">=10.7,<14.0"
24+
rich = ">=10.7,<15.0"
2525
Pint = ">=0.17,<0.25"
2626

2727
[tool.poetry.extras]

0 commit comments

Comments
 (0)