Skip to content

Commit 959fe5d

Browse files
Update rich requirement
Updates the requirements on [rich](https://github.com/Textualize/rich) to permit the latest version. Updates `rich` to 15.0.0 - [Release notes](https://github.com/Textualize/rich/releases) - [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md) - [Commits](Textualize/rich@v13.0.0...v15.0.0) --- updated-dependencies: - dependency-name: rich dependency-version: 15.0.0 dependency-type: direct:production dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent df8611b commit 959fe5d

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
@@ -27,7 +27,7 @@ requires-python = ">=3.9"
2727
dependencies = [
2828
"httpx ~= 0.28", # better HTTP requests
2929
'bokeh ~= 2.4; platform_system != "Emscripten"', # interactive plots from datalab directly
30-
"rich >= 13,< 15", # nicer terminal output
30+
"rich >= 13,< 16", # nicer terminal output
3131
"numpy < 2", # upper pin for numpy due to bad pins in bokeh
3232
]
3333

0 commit comments

Comments
 (0)