From 9d4ed0a40fc08387768d16e4aac5dfc36d551175 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 06:40:16 +0000 Subject: [PATCH] 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](https://github.com/Textualize/rich/compare/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] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0bd2618..7f0609d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ requires-python = ">=3.9" dependencies = [ "httpx ~= 0.28", # better HTTP requests 'bokeh ~= 2.4; platform_system != "Emscripten"', # interactive plots from datalab directly - "rich >= 13,< 15", # nicer terminal output + "rich >= 13,< 16", # nicer terminal output "numpy < 2", # upper pin for numpy due to bad pins in bokeh ]