From d754ba322fa5c8a35eb82c04a46313456422de64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Mar 2026 09:13:44 -0400 Subject: [PATCH] Bump typer from 0.23.1 to 0.24.1 (#3292) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Hare Sudhan --- poetry.lock | 14 +++++++------- pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/poetry.lock b/poetry.lock index b5f2eab9..6a8cb699 100644 --- a/poetry.lock +++ b/poetry.lock @@ -932,20 +932,20 @@ files = [ [[package]] name = "typer" -version = "0.23.1" +version = "0.24.1" description = "Typer, build great CLIs. Easy to code. Based on Python type hints." optional = false -python-versions = ">=3.9" +python-versions = ">=3.10" groups = ["main"] files = [ - {file = "typer-0.23.1-py3-none-any.whl", hash = "sha256:3291ad0d3c701cbf522012faccfbb29352ff16ad262db2139e6b01f15781f14e"}, - {file = "typer-0.23.1.tar.gz", hash = "sha256:2070374e4d31c83e7b61362fd859aa683576432fd5b026b060ad6b4cd3b86134"}, + {file = "typer-0.24.1-py3-none-any.whl", hash = "sha256:112c1f0ce578bfb4cab9ffdabc68f031416ebcc216536611ba21f04e9aa84c9e"}, + {file = "typer-0.24.1.tar.gz", hash = "sha256:e39b4732d65fbdcde189ae76cf7cd48aeae72919dea1fdfc16593be016256b45"}, ] [package.dependencies] annotated-doc = ">=0.0.2" -click = ">=8.0.0" -rich = ">=10.11.0" +click = ">=8.2.1" +rich = ">=12.3.0" shellingham = ">=1.3.0" [[package]] @@ -996,4 +996,4 @@ zstd = ["backports-zstd (>=1.0.0) ; python_version < \"3.14\""] [metadata] lock-version = "2.1" python-versions = "^3.11" -content-hash = "ff24d4a714de87b5b5b48e1db490f2c992c86b291517063d7e80c071dacd6c19" +content-hash = "7415b6dd6c8a42ec54fde12839fc92cf1034c2558090542918aa17eba0a95498" diff --git a/pyproject.toml b/pyproject.toml index d1b74a42..0e41473a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ jsonschema = "^4.26.0" requests = "^2.32.5" ruamel-yaml = "^0.18.16" pydantic = "^2.12.5" -typer = "^0.23.1" +typer = "^0.24.1" hypothesis = "^6.151.5" pytest = "^9.0.2"