From c89bea728ab23b120e60c3408cfde3d02b292903 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Aug 2025 22:12:18 +0000 Subject: [PATCH] Update textual requirement from ~=4.0.0 to ~=5.3.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...v5.3.0) --- updated-dependencies: - dependency-name: textual dependency-version: 5.3.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..62d1faa 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~=5.3.0 \ No newline at end of file