From 3999ef04b461f8c8498aeb29bb8cff6f94ba793f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 16:52:12 +0000 Subject: [PATCH] Update rich requirement from <14.0,>=13.0 to >=13.0,<16.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 bf7510d..e7d2bc7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ classifiers = [ "Topic :: System :: Networking", ] dependencies = [ - "rich>=13.0,<14.0", + "rich>=13.0,<16.0", "requests>=2.31.0,<3.0", "packaging>=23.0,<26.0", "certifi>=2023.0.0",