From 0fbb9de0e46f8a65d2f0158c14f07f1409b21583 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 7 Dec 2024 11:12:02 +0000 Subject: [PATCH] Update dependency textual to v0.89.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 06c6b96c..76ef1a7f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ cicd = [ ] client = [ "procrunner", - "textual==0.42.0", + "textual==0.89.0", "websocket-client", "xmltodict", ]