From c6eb7243ca85417063d767ca6e98fb4b09a22ed3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Apr 2026 20:02:57 +0000 Subject: [PATCH 1/2] Update rich requirement from <15.0,>=12.6 to >=12.6,<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/v12.6.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 3bb747bf3..53b6f03db 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -97,7 +97,7 @@ dependencies = [ "psutil >= 5.9, < 8.0", "python-dateutil >= 2.9.0.post0", # transitive dependency (beeware/briefcase#1428) "httpx >= 0.20, < 1.0", - "rich >= 12.6, < 15.0", + "rich >= 12.6, < 16.0", "tenacity >= 8.0, < 10.0", "tomli >= 2.0, < 3.0; python_version <= '3.10'", "tomli_w >= 1.0, < 2.0", From c9799d113f1189451ae351cf9eb17f7a0826296f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Apr 2026 20:14:40 +0000 Subject: [PATCH 2/2] Add changenote. [dependabot skip] --- changes/2793.misc.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/2793.misc.md diff --git a/changes/2793.misc.md b/changes/2793.misc.md new file mode 100644 index 000000000..b5f5216c0 --- /dev/null +++ b/changes/2793.misc.md @@ -0,0 +1 @@ +Update rich requirement from <15.0,>=12.6 to >=12.6,<16.0.