Skip to content

Commit 9a0fd79

Browse files
Bump the python-dependencies group with 2 updates
Updates the requirements on [rich](https://github.com/Textualize/rich) and [numpy](https://github.com/numpy/numpy) to permit the latest version. Updates `rich` to 14.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...v14.0.0) Updates `numpy` to 2.0.2 - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](numpy/numpy@v0.2.0...v2.0.2) --- updated-dependencies: - dependency-name: rich dependency-version: 14.0.0 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: numpy dependency-version: 2.0.2 dependency-type: direct:production dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7f7365c commit 9a0fd79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ requires-python = ">=3.9"
2626
dependencies = [
2727
"httpx ~= 0.28", # better HTTP requests
2828
'bokeh ~= 2.4; platform_system != "Emscripten"', # interactive plots from datalab directly
29-
"rich ~= 13.0", # nicer terminal output
30-
"numpy < 2", # upper pin for numpy due to bad pins in bokeh
29+
"rich >= 13,< 15", # nicer terminal output
30+
"numpy < 3", # upper pin for numpy due to bad pins in bokeh
3131
]
3232

3333

0 commit comments

Comments
 (0)