diff --git a/poetry.lock b/poetry.lock index 694eaa1..c83a698 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1202,13 +1202,13 @@ files = [ [[package]] name = "textual" -version = "0.51.0" +version = "0.52.0" description = "Modern Text User Interface framework" optional = false python-versions = ">=3.8,<4.0" files = [ - {file = "textual-0.51.0-py3-none-any.whl", hash = "sha256:c25c8d5f462ca169fa50add10f4d3604d98409b6a9f8dadff6a269cc7027516c"}, - {file = "textual-0.51.0.tar.gz", hash = "sha256:ca3d58c00a360ef1988a9be2dbb34d8a8526f2b9fe40c2ed7ac6687875422efd"}, + {file = "textual-0.52.0-py3-none-any.whl", hash = "sha256:cc9cef70e0dc26da1003651c7d3193c7dd54fcf55640d8d62c5f487ada9bca41"}, + {file = "textual-0.52.0.tar.gz", hash = "sha256:d7e189e0ac8efe982cc47e51c196848720b72a19f683870b7709389015989afb"}, ] [package.dependencies] @@ -1403,4 +1403,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "~3.12" -content-hash = "fdd34ee6cb902664f6bb5731d83c5d4a6ac38f0e10cd92accbfbf8cda1193982" +content-hash = "d3dcbd05bf72c6b0672b4cf8de61a82047cd85f97816862c3b6d4eb7d7eac27a" diff --git a/pyproject.toml b/pyproject.toml index d6c5daa..44ff091 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ sachi = "sachi:cli_app" [tool.poetry.dependencies] python = "~3.12" typer = { version = "^0.9.0", extras = ["all"] } -textual = "^0.51.0" +textual = "^0.52.0" tomlkit = "^0.12.3" pydantic = "^2.5.3" aiohttp = { version = "^3.9.2", extras = ["speedups"] }