From 0e056c9ae816d2624fe960e2b08b301a0ca60158 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 09:03:02 +0000 Subject: [PATCH] chore(deps): update textual requirement from >=0.60.0 to >=8.2.4 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.60.0...v8.2.4) --- updated-dependencies: - dependency-name: textual dependency-version: 8.2.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 938234b..e68c0ee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ dependencies = [ "httpx>=0.27.0", "pydantic>=2.0.0", "rich>=13.0.0", - "textual>=0.60.0", + "textual>=8.2.4", ] [project.scripts]