From 780b6a2966dd2f8477b5e841df1e71cf0ff09100 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 May 2026 21:51:07 +0000 Subject: [PATCH] chore(deps)(deps-dev): update textual requirement 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.47.0...v8.2.5) --- updated-dependencies: - dependency-name: textual dependency-version: 8.2.5 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9325e99..15d7d97 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ cli = [ tui = [ "rich>=13", "typer>=0.12", - "textual>=0.47,<2", + "textual>=0.47,<9", ] [project.urls] @@ -124,7 +124,7 @@ dev = [ "python-dotenv>=1.2.2", "rich>=13", "ruff>=0.15.6", - "textual>=0.47,<2", + "textual>=0.47,<9", "typer>=0.12", ]