From 69344d3192a4ed13ead652ee3b0a67d8b13a8d81 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 17:09:05 +0000 Subject: [PATCH] Update dependency textual to v0.80.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ced42cad..24727fd9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ cicd = [ ] client = [ "procrunner", - "textual==0.42.0", + "textual==0.80.0", "websocket-client", "xmltodict", ]