diff --git a/poetry.lock b/poetry.lock index 01f2b99..e6055e0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1186,13 +1186,13 @@ files = [ [[package]] name = "textual" -version = "0.47.1" +version = "0.48.1" description = "Modern Text User Interface framework" optional = false python-versions = ">=3.8,<4.0" files = [ - {file = "textual-0.47.1-py3-none-any.whl", hash = "sha256:da79df2e138f6de51bda84a1ee1460936bb2ecf5527ca2d47b9b59c584323327"}, - {file = "textual-0.47.1.tar.gz", hash = "sha256:4b82e317884bb1092f693f474c319ceb068b5a0b128b121f1aa53a2d48b4b80c"}, + {file = "textual-0.48.1-py3-none-any.whl", hash = "sha256:caa12b0e2171c50b78171059cb8dd56df72e7e4fd3fd760215343b6c30e975d8"}, + {file = "textual-0.48.1.tar.gz", hash = "sha256:df39371a0404a41dbb45ea0bc0c3e853ec5bc33236d71c9226a94192db0a637e"}, ] [package.dependencies] @@ -1387,4 +1387,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "~3.12" -content-hash = "5c3f741c66a0a91f445f68bf260d28a035b6a8d975c1eda71b802430332c9247" +content-hash = "9868937eb7809ab19189735134c9a23e8c96036fdd18d937d1b0b3aaf55964c6" diff --git a/pyproject.toml b/pyproject.toml index 2aa07ac..9689d4f 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.47.1" +textual = "^0.48.0" tomlkit = "^0.12.3" pydantic = "^2.5.3" aiohttp = { version = "^3.9.2", extras = ["speedups"] }