From a798f036d3ad204824df846fb219f6cfe8407568 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 27 May 2026 15:34:53 +0000 Subject: [PATCH] Update dependency typer to ^0.26.0 --- poetry.lock | 28 ++++++++++++++++++++-------- pyproject.toml | 2 +- 2 files changed, 21 insertions(+), 9 deletions(-) diff --git a/poetry.lock b/poetry.lock index b662213..1f8a19f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,5 +1,17 @@ # This file is automatically @generated by Poetry 2.1.4 and should not be changed by hand. +[[package]] +name = "annotated-doc" +version = "0.0.4" +description = "Document parameters, class attributes, return types, and variables inline, with Annotated." +optional = false +python-versions = ">=3.8" +groups = ["main"] +files = [ + {file = "annotated_doc-0.0.4-py3-none-any.whl", hash = "sha256:571ac1dc6991c450b25a9c2d84a3705e2ae7a53467b5d111c24fa8baabbed320"}, + {file = "annotated_doc-0.0.4.tar.gz", hash = "sha256:fbcda96e87e9c92ad167c2e53839e57503ecfda18804ea28102353485033faa4"}, +] + [[package]] name = "annotated-types" version = "0.7.0" @@ -3264,21 +3276,21 @@ test = ["argcomplete (>=3.0.3)", "mypy (>=1.7.0)", "pre-commit", "pytest (>=7.0, [[package]] name = "typer" -version = "0.17.3" +version = "0.26.2" description = "Typer, build great CLIs. Easy to code. Based on Python type hints." optional = false -python-versions = ">=3.7" +python-versions = ">=3.10" groups = ["main"] files = [ - {file = "typer-0.17.3-py3-none-any.whl", hash = "sha256:643919a79182ab7ac7581056d93c6a2b865b026adf2872c4d02c72758e6f095b"}, - {file = "typer-0.17.3.tar.gz", hash = "sha256:0c600503d472bcf98d29914d4dcd67f80c24cc245395e2e00ba3603c9332e8ba"}, + {file = "typer-0.26.2-py3-none-any.whl", hash = "sha256:39beff72ffbb31978a5b545f677d57edb97c6f980f433b38556deb0af25f094d"}, + {file = "typer-0.26.2.tar.gz", hash = "sha256:9b4f19e08fcc9427a822d1ef467b1fe76737a2f65c7926bdeba2337d73569b68"}, ] [package.dependencies] -click = ">=8.0.0" -rich = ">=10.11.0" +annotated-doc = ">=0.0.2" +colorama = {version = "*", markers = "platform_system == \"Windows\""} +rich = ">=13.8.0" shellingham = ">=1.3.0" -typing-extensions = ">=3.7.4.3" [[package]] name = "types-python-dateutil" @@ -3725,4 +3737,4 @@ dev = ["black (>=19.3b0) ; python_version >= \"3.6\"", "pytest (>=4.6.2)"] [metadata] lock-version = "2.1" python-versions = "^3.12" -content-hash = "de475fff6de03f7dfa5f07f47c1b27bece7f4a49bb64c2425c3af1a28b2ad9e3" +content-hash = "120c38990bab6e5d90b21baf24ad3fba2f257daa5fdda05e2009f5616b3dbfcb" diff --git a/pyproject.toml b/pyproject.toml index 87f573a..65ee122 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ pyrsistent = "^0.20.0" # Web and CLI entrypoints fastapi = "^0.116.1" -typer = {extras = ["rich"], version = "^0.17.3"} +typer = {extras = ["rich"], version = "^0.26.0"} uvicorn = {extras = ["standard"], version = "^0.35.0"} # Logging loguru = "^0.7.2"