From fdf27d9546595122bb470a9ac24630b9e5f4fe0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Oct 2025 01:07:02 +0000 Subject: [PATCH] Bump textual from 1.0.0 to 6.4.0 Bumps [textual](https://github.com/Textualize/textual) from 1.0.0 to 6.4.0. - [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/v1.0.0...v6.4.0) --- updated-dependencies: - dependency-name: textual dependency-version: 6.4.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9d5439f..86ff434 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ dependencies = [ "reflex-ag-grid==0.0.10", "rich==13.9.4", "simpleaudio==1.0.4; sys_platform=='darwin'", - "textual==1.0.0", + "textual==6.4.0", "Twisted==24.11.0", "Whoosh-Reloaded==2.7.5", ]