From 6de1fee46ddefbb055019a24062ce7458da9c404 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 30 Aug 2024 16:30:00 +0000 Subject: [PATCH] Update dependency textual to v0.79.0 --- poetry.lock | 25 +++++++++++++++++++++---- pyproject.toml | 2 +- 2 files changed, 22 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index a7216a2..8082be9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -894,6 +894,22 @@ files = [ {file = "nodeenv-1.9.1.tar.gz", hash = "sha256:6ec12890a2dab7946721edbfbcd91f3319c6ccc9aec47be7c7e6b7011ee6645f"}, ] +[[package]] +name = "platformdirs" +version = "4.2.2" +description = "A small Python package for determining appropriate platform-specific dirs, e.g. a `user data dir`." +optional = false +python-versions = ">=3.8" +files = [ + {file = "platformdirs-4.2.2-py3-none-any.whl", hash = "sha256:2d7a1657e36a80ea911db832a8a6ece5ee53d8de21edd5cc5879af6530b1bfee"}, + {file = "platformdirs-4.2.2.tar.gz", hash = "sha256:38b7b51f512eed9e84a22788b4bce1de17c0adb134d6becb09836e37d8654cd3"}, +] + +[package.extras] +docs = ["furo (>=2023.9.10)", "proselint (>=0.13)", "sphinx (>=7.2.6)", "sphinx-autodoc-typehints (>=1.25.2)"] +test = ["appdirs (==1.4.4)", "covdefaults (>=2.3)", "pytest (>=7.4.3)", "pytest-cov (>=4.1)", "pytest-mock (>=3.12)"] +type = ["mypy (>=1.8)"] + [[package]] name = "pycares" version = "4.4.0" @@ -1255,17 +1271,18 @@ files = [ [[package]] name = "textual" -version = "0.78.0" +version = "0.79.0" description = "Modern Text User Interface framework" optional = false python-versions = "<4.0.0,>=3.8.1" files = [ - {file = "textual-0.78.0-py3-none-any.whl", hash = "sha256:c9d3c7dc467c37ee2e54a0283ac2c85dac35e4fc949518ed054a65b8e3e9b822"}, - {file = "textual-0.78.0.tar.gz", hash = "sha256:421f508b0d41ea0b8ecf273bf83f0d19376667eb0a87f70575252395d90ab315"}, + {file = "textual-0.79.0-py3-none-any.whl", hash = "sha256:59785f20e13b0e530e3d21c0fca5eb09bd1ff329f47abce29a8e50a59646228d"}, + {file = "textual-0.79.0.tar.gz", hash = "sha256:b5ae63ae11227c158da90e486e99a6db7ef198470219edaf8c200a999d27577a"}, ] [package.dependencies] markdown-it-py = {version = ">=2.1.0", extras = ["linkify", "plugins"]} +platformdirs = ">=4.2.2,<5.0.0" rich = ">=13.3.3" typing-extensions = ">=4.4.0,<5.0.0" @@ -1452,4 +1469,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "~3.12" -content-hash = "48bb2b52e428e0f930bd501000793bdac680d9967c4a517f83d9ad6d2089da60" +content-hash = "89081587796458e4d3173fe9117bf75519442fe0ecb4695fbabe79b710b2a95d" diff --git a/pyproject.toml b/pyproject.toml index 6e83584..d964954 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.78.0" +textual = "0.79.0" tomlkit = "0.13.2" pydantic = "2.8.2" aiohttp = { version = "3.10.5", extras = ["speedups"] }