summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2024-05-29 14:05:27 +0000
committerGitHub <noreply@github.com>2024-05-29 14:05:27 +0000
commitd4a140415e8749d65f19e6e1bb5c063b99b401d9 (patch)
tree4e1d0b2c5259e038dd119b6049cf0603586f8eb8
parent19596dcc7742fb30e915f73ff6acb1b76371079d (diff)
Update dependency textual to >=0.63.6, <0.64renovate/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..6afb3d8 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.63.6, <0.64",
]
[tool.setuptools.dynamic]