From d6ee40ace9bdfda6d34c67a4155657a910f10320 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 16:25:46 +0000 Subject: [PATCH] Update dependency textual to v0.80.0 --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 94e69df..5753aed 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1300,18 +1300,18 @@ files = [ [[package]] name = "textual" -version = "0.79.1" +version = "0.80.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.80.0-py3-none-any.whl", hash = "sha256:d8206530dbcc37fafa153efa43ba91f08182c1623766cbf7bcf504ffa414f608"}, + {file = "textual-0.80.0.tar.gz", hash = "sha256:dbe5d6d759596652cbb4fc29257064e23a175ec1040c34e5847998694a8d57da"}, ] [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" @@ -1519,4 +1519,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "~3.12" -content-hash = "4027aad854f69d897caeb2570f384bfcac673acd5dbd2a4aac545fef57d1195f" +content-hash = "377753e4e570395471cc988af7ba221a834c9425070be9811cf8d229deed8cd1" diff --git a/pyproject.toml b/pyproject.toml index 67eba1c..bd2668b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ sachi = "sachi:cli_app" [tool.poetry.dependencies] python = "~3.12" typer-slim = { version = "0.12.5", extras = ["standard"] } -textual = "0.79.1" +textual = "0.80.0" tomlkit = "0.13.2" pydantic = "2.9.2" aiohttp = { version = "3.10.5", extras = ["speedups"] }