From 34d919fbda69566ef1a5c535d599737cfa804423 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Aug 2026 18:33:52 +0000 Subject: [PATCH] Update textual requirement from >=0.52.1 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.52.1...v8.2.8) --- updated-dependencies: - dependency-name: textual dependency-version: 8.2.8 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 67fb76b..00dc595 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -textual>=0.52.1 +textual>=8.2.8 fastapi>=0.104.0 uvicorn[standard]>=0.24.0 requests>=2.32.2