From e0b56e5b81081f3f11c5307beacf7be5f623c7ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 04:39:54 +0000 Subject: [PATCH] deps: bump rich from 14.3.4 to 15.0.0 Bumps [rich](https://github.com/Textualize/rich) from 14.3.4 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.4...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 aba6fe8..376f6c1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,5 +7,5 @@ pydantic-settings==2.12.0 pydantic==2.12.5 pydantic_core==2.41.5 pytest-httpx==0.36.2 -rich==14.3.4 +rich==15.0.0 uvicorn==0.34.0