From 345e8e5c299d317491f6c513d7b49dd7b5ce2e13 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2024 17:57:51 +0000 Subject: [PATCH] Update dependency textual to v0.86.3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9abb9006..ce6461b3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ cicd = [ ] client = [ "procrunner", - "textual==0.42.0", + "textual==0.86.3", "websocket-client", "xmltodict", ]