From 0d58700047e482867177ef2265f94ba58ecb5eac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 14:17:43 +0000 Subject: [PATCH] Update textual requirement from ~=4.0.0 to ~=7.0.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...v7.0.0) --- updated-dependencies: - dependency-name: textual dependency-version: 7.0.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..42f4c09 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~=7.0.0 \ No newline at end of file