From 11e35c467f9911d84316b7142d7c088e61abf22a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 03:04:11 +0000 Subject: [PATCH] chore(deps): bump rich from 14.3.3 to 15.0.0 Bumps [rich](https://github.com/Textualize/rich) from 14.3.3 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/v14.3.3...v15.0.0) --- updated-dependencies: - dependency-name: rich dependency-version: 15.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 80c924deb..261a58771 100644 --- a/requirements.txt +++ b/requirements.txt @@ -24,7 +24,7 @@ tabulate==0.10.0 pycoingecko==3.2.0 jinja2==3.1.6 joblib==1.5.3 -rich==14.3.3 +rich==15.0.0 pyarrow==23.0.1; platform_machine != 'armv7l'