From b842e5409182c9a0062527c85bb4f59e1854f961 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 19:52:17 +1000 Subject: [PATCH] Update dependency arch/python-textual to v8.2.4 (#4448) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cffb51e0..944d1294 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ dependencies = [ "pyparted==3.13.0", "pydantic==2.12.5", "cryptography==46.0.7", - "textual==8.2.3", + "textual==8.2.4", "markdown-it-py==4.0.0", "linkify-it-py==2.1.0", ]