From 443df25a996a7763125d97a81e08380d5f4b5d99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 May 2026 17:47:28 +0000 Subject: [PATCH] chore(deps): update textual requirement from >=0.80.0 to >=8.2.5 Updates the requirements on [textual](https://github.com/Textualize/textual) to permit the latest version. - [Release notes](https://github.com/Textualize/textual/releases) - [Changelog](https://github.com/Textualize/textual/blob/main/CHANGELOG.md) - [Commits](https://github.com/Textualize/textual/compare/v0.80.0...v8.2.5) --- updated-dependencies: - dependency-name: textual dependency-version: 8.2.5 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 24f9d5c..eb92978 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ authors = [ { name = "reekeer" }, ] dependencies = [ - "textual>=0.80.0", + "textual>=8.2.5", "rich>=13.0.0", ]