diff --git a/poetry.lock b/poetry.lock index bd3d211..7fd8ec5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "aiodns" @@ -1369,25 +1369,22 @@ files = [ ] [[package]] -name = "typer-slim" +name = "typer" version = "0.12.5" description = "Typer, build great CLIs. Easy to code. Based on Python type hints." optional = false python-versions = ">=3.7" files = [ - {file = "typer_slim-0.12.5-py3-none-any.whl", hash = "sha256:9a994f721b828783dbf144e17461b1c720bb4598e0d5eff7c1b3f08ee58cb062"}, - {file = "typer_slim-0.12.5.tar.gz", hash = "sha256:c8e3fcf93cc7dd584036df8755d2e2363f85f8a4dd028c7911eed3f00cf0ebb1"}, + {file = "typer-0.12.5-py3-none-any.whl", hash = "sha256:62fe4e471711b147e3365034133904df3e235698399bc4de2b36c8579298d52b"}, + {file = "typer-0.12.5.tar.gz", hash = "sha256:f592f089bedcc8ec1b974125d64851029c3b1af145f04aca64d69410f0c9b722"}, ] [package.dependencies] click = ">=8.0.0" -rich = {version = ">=10.11.0", optional = true, markers = "extra == \"standard\""} -shellingham = {version = ">=1.3.0", optional = true, markers = "extra == \"standard\""} +rich = ">=10.11.0" +shellingham = ">=1.3.0" typing-extensions = ">=3.7.4.3" -[package.extras] -standard = ["rich (>=10.11.0)", "shellingham (>=1.3.0)"] - [[package]] name = "typing-extensions" version = "4.12.2" @@ -1521,4 +1518,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "~3.12" -content-hash = "257c34d41d8b4935e5d0ea40ff769359c11b02ab83433dfa2bc324c663abcb40" +content-hash = "afb99badbb5658df4cf124e18849418ca3ce43bab7ef86dbd21a5b2ebce0f757" diff --git a/pyproject.toml b/pyproject.toml index 20e0b19..f563d4f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ sachi = "sachi:cli_app" [tool.poetry.dependencies] python = "~3.12" -typer-slim = { version = "0.12.5", extras = ["standard"] } +typer = "0.12.5" textual = "0.81.0" tomlkit = "0.13.2" pydantic = "2.9.2"