From 45ea32146799ebbb8dd634aea788e5a91a2df095 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 14:21:48 +0000 Subject: [PATCH] Update textual requirement from ~=4.0.0 to ~=6.9.0 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/v4.0.0...v6.9.0) --- updated-dependencies: - dependency-name: textual dependency-version: 6.9.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 90df17d..33f6cad 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,4 @@ SQLAlchemy==2.0.41 typing_extensions==4.14.1 -textual~=4.0.0 \ No newline at end of file +textual~=6.9.0 \ No newline at end of file