diff --git a/poetry.lock b/poetry.lock index b98557d..9e69363 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1300,13 +1300,13 @@ files = [ [[package]] name = "textual" -version = "0.80.0" +version = "0.80.1" description = "Modern Text User Interface framework" optional = false python-versions = "<4.0.0,>=3.8.1" files = [ - {file = "textual-0.80.0-py3-none-any.whl", hash = "sha256:d8206530dbcc37fafa153efa43ba91f08182c1623766cbf7bcf504ffa414f608"}, - {file = "textual-0.80.0.tar.gz", hash = "sha256:dbe5d6d759596652cbb4fc29257064e23a175ec1040c34e5847998694a8d57da"}, + {file = "textual-0.80.1-py3-none-any.whl", hash = "sha256:9842c93983dbd701a1bca5355fb683ebd7bf3e0edc503a140d946a60619ac0ce"}, + {file = "textual-0.80.1.tar.gz", hash = "sha256:66b9f89144ec35d74e29b2157d5a946c49c6b024634621d15b68c69cb51c76a0"}, ] [package.dependencies] @@ -1519,4 +1519,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "~3.12" -content-hash = "12684cbfbbed2da9f4a5649ac5af5c7865b7d3cf60a75a7515e9a65d285bac51" +content-hash = "b1ebae1caa5e8c39d9410d7ec8c32a8ca233699734bb85f89762d252b329f2f7" diff --git a/pyproject.toml b/pyproject.toml index 211e475..cd4db8b 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.80.0" +textual = "0.80.1" tomlkit = "0.13.2" pydantic = "2.9.2" aiohttp = { version = "3.10.5", extras = ["speedups"] }