From fce2a67852fa3859e12052751a0b3194365bb88e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 7 Dec 2024 16:01:12 +0000 Subject: [PATCH] Update dependency textual to v0.89.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 06c6b96cc..74722f093 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ cicd = [ ] client = [ "procrunner", - "textual==0.42.0", + "textual==0.89.1", "websocket-client", "xmltodict", ]