From 2efc36b53ba8375215bde717602ed582b1d0eabb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 22:49:13 +0000 Subject: [PATCH] chore(deps-dev): update textual requirement from >=0.50.0 to >=8.2.8 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.50.0...v8.2.8) --- updated-dependencies: - dependency-name: textual dependency-version: 8.2.8 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 656a7f8..8433b86 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ ui = [ "pandas>=2.0.0", ] tui = [ - "textual>=0.50.0", + "textual>=8.2.8", ] javascript = [ "esprima>=4.0.1", @@ -72,7 +72,7 @@ all = [ "sentence-transformers>=2.2.0", "tiktoken>=0.7.0", "streamlit>=1.30.0", - "textual>=0.50.0", + "textual>=8.2.8", "pandas>=2.0.0", "scipy>=1.10.0", "esprima>=4.0.1",