summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2024-05-11 13:24:30 +0000
committerGitHub <noreply@github.com>2024-05-11 13:24:30 +0000
commitec3e43b4017b7672d450c2b67285b0c27ea921af (patch)
treea712d99ecd64d9cda85a95e9b94781b5e565441a
parent19596dcc7742fb30e915f73ff6acb1b76371079d (diff)
Update dependency textual to >=0.59, <0.60renovate/textual-0.x
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index f61957b..8e50a82 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -31,7 +31,7 @@ dependencies = [
"distro",
"psutil",
"rich >= 11.0.0",
- "textual >=0.1.15, <0.2",
+ "textual >=0.59, <0.60",
]
[tool.setuptools.dynamic]