From 09523b623f6a15ea379606b07f07d5f1e642f962 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Feb 2026 08:03:48 +0000 Subject: [PATCH] chore: bump typer from 0.21.1 to 0.23.1 Bumps [typer](https://github.com/fastapi/typer) from 0.21.1 to 0.23.1. - [Release notes](https://github.com/fastapi/typer/releases) - [Changelog](https://github.com/fastapi/typer/blob/master/docs/release-notes.md) - [Commits](https://github.com/fastapi/typer/compare/0.21.1...0.23.1) --- updated-dependencies: - dependency-name: typer dependency-version: 0.23.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 22 +++++++++++++++++----- pyproject.toml | 2 +- 2 files changed, 18 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index dc37aaa..68d42cd 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,5 +1,17 @@ # This file is automatically @generated by Poetry 2.2.1 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 = "boto3" version = "1.42.44" @@ -1702,21 +1714,21 @@ syntax = ["tree-sitter (>=0.25.0) ; python_version >= \"3.10\"", "tree-sitter-ba [[package]] name = "typer" -version = "0.21.1" +version = "0.23.1" description = "Typer, build great CLIs. Easy to code. Based on Python type hints." optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "typer-0.21.1-py3-none-any.whl", hash = "sha256:7985e89081c636b88d172c2ee0cfe33c253160994d47bdfdc302defd7d1f1d01"}, - {file = "typer-0.21.1.tar.gz", hash = "sha256:ea835607cd752343b6b2b7ce676893e5a0324082268b48f27aa058bdb7d2145d"}, + {file = "typer-0.23.1-py3-none-any.whl", hash = "sha256:3291ad0d3c701cbf522012faccfbb29352ff16ad262db2139e6b01f15781f14e"}, + {file = "typer-0.23.1.tar.gz", hash = "sha256:2070374e4d31c83e7b61362fd859aa683576432fd5b026b060ad6b4cd3b86134"}, ] [package.dependencies] +annotated-doc = ">=0.0.2" click = ">=8.0.0" rich = ">=10.11.0" shellingham = ">=1.3.0" -typing-extensions = ">=3.7.4.3" [[package]] name = "types-awscrt" @@ -1823,4 +1835,4 @@ test = ["pytest", "pytest-cov"] [metadata] lock-version = "2.1" python-versions = "^3.12" -content-hash = "72d680a325032e00b7f8ce68868fac145bcc896320874a97e1705753bcad441a" +content-hash = "4101470c1ffed1b51370fa8cfb839e31c3e3ade3b841dde1c6f895a63982c777" diff --git a/pyproject.toml b/pyproject.toml index 41590ce..dff002b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ boto3 = "^1.42.10" click = "<8.4.0" dacite = "^1.8.1" simple-term-menu = "^1.6.4" -typer = ">=0.20,<0.22" +typer = ">=0.20,<0.24" typing-extensions = "^4.12.0" rich = "^14.2.0" jmespath = "^1.0.1"