From 618ba0835ea5f6204d03a51039971fc1bc7ba546 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 17:33:56 +0000 Subject: [PATCH] Update dependency textual to ^0.81.0 --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 14b2711a1..adaf1eaf3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -4794,18 +4794,18 @@ files = [ [[package]] name = "textual" -version = "0.79.1" +version = "0.81.0" description = "Modern Text User Interface framework" optional = false python-versions = "<4.0.0,>=3.8.1" files = [ - {file = "textual-0.79.1-py3-none-any.whl", hash = "sha256:75f26c0a8829560a1a8cc739f758c2c1c684246e27166acb3f4ad40110200692"}, - {file = "textual-0.79.1.tar.gz", hash = "sha256:2aaa9778beac5e56957794ee492bd8d281d39516ccb0e507e726484a1327d8b2"}, + {file = "textual-0.81.0-py3-none-any.whl", hash = "sha256:5f94e3bf185a1693c31f5e2bcbc413c8ed093a53abc96a956c65322d48f9543c"}, + {file = "textual-0.81.0.tar.gz", hash = "sha256:b438f7e6bb143fdec379170ccc6709a32d273bd998e70179537109263de7c818"}, ] [package.dependencies] markdown-it-py = {version = ">=2.1.0", extras = ["linkify", "plugins"]} -platformdirs = ">=4.2.2,<5.0.0" +platformdirs = ">=3.6.0,<5" rich = ">=13.3.3" typing-extensions = ">=4.4.0,<5.0.0" @@ -5680,4 +5680,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = ">=3.11,<3.13" -content-hash = "8f36906475a61c25394a66d83d59cac83143c23feed508849fef56128863e6c4" +content-hash = "537f5773abec7b41c72c41fc4de0d5511baf52f131535a11173011fc7698f628" diff --git a/pyproject.toml b/pyproject.toml index c7551b95e..515f14ca6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ requests = "^2.32" rich = "^13.8" ruamel-yaml = "^0.18" ruamel-yaml-string = "^0.1" -textual = "^0.79" +textual = "^0.81.0" xdg-base-dirs = "^6.0" pygame = "^2.5" python-ulid = "^2.6"