From a169f526f6aab5c2fda1efb690b399a96aea46a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 00:56:46 +0000 Subject: [PATCH] deps: Update rich requirement from >=13.0.0 to >=15.0.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](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 ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 74590b7e..185d2b6c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ dependencies = [ "faster-whisper>=1.0.0", "watchdog>=3.0.0", "slowapi>=0.1.9", - "rich>=13.0.0", + "rich>=15.0.0", "redis>=4.0.0", # Required for job queue and pub/sub "sse-starlette>=1.6.0", # Server-Sent Events support "prometheus-client>=0.19.0", # Prometheus metrics