From 7b86459816092a03d9c4157c829c6218ff5cca8a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 10:57:02 +0000 Subject: [PATCH] Update dependency typer to ^0.26.0 --- poetry.lock | 34 ++++++++++------------------------ pyproject.toml | 2 +- 2 files changed, 11 insertions(+), 25 deletions(-) diff --git a/poetry.lock b/poetry.lock index 5a9528e..7942947 100644 --- a/poetry.lock +++ b/poetry.lock @@ -302,20 +302,6 @@ files = [ {file = "charset_normalizer-3.3.2-py3-none-any.whl", hash = "sha256:3e4d1f6587322d2788836a99c69062fbb091331ec940e02d12d179c1d53e25fc"}, ] -[[package]] -name = "click" -version = "8.3.2" -description = "Composable command line interface toolkit" -optional = false -python-versions = ">=3.10" -files = [ - {file = "click-8.3.2-py3-none-any.whl", hash = "sha256:1924d2c27c5653561cd2cae4548d1406039cb79b858b747cfea24924bbc1616d"}, - {file = "click-8.3.2.tar.gz", hash = "sha256:14162b8b3b3550a7d479eafa77dfd3c38d9dc8951f6f69c78913a8f9a7540fd5"}, -] - -[package.dependencies] -colorama = {version = "*", markers = "platform_system == \"Windows\""} - [[package]] name = "colorama" version = "0.4.6" @@ -598,13 +584,13 @@ use-chardet-on-py3 = ["chardet (>=3.0.2,<6)"] [[package]] name = "rich" -version = "13.7.1" +version = "15.0.0" description = "Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal" optional = false -python-versions = ">=3.7.0" +python-versions = ">=3.9.0" files = [ - {file = "rich-13.7.1-py3-none-any.whl", hash = "sha256:4edbae314f59eb482f54e9e30bf00d33350aaa94f4bfcd4e9e3110e64d0d7222"}, - {file = "rich-13.7.1.tar.gz", hash = "sha256:9be308cb1fe2f1f57d67ce99e95af38a1e2bc71ad9813b0e247cf7ffbcc3a432"}, + {file = "rich-15.0.0-py3-none-any.whl", hash = "sha256:33bd4ef74232fb73fe9279a257718407f169c09b78a87ad3d296f548e27de0bb"}, + {file = "rich-15.0.0.tar.gz", hash = "sha256:edd07a4824c6b40189fb7ac9bc4c52536e9780fbbfbddf6f1e2502c31b068c36"}, ] [package.dependencies] @@ -665,19 +651,19 @@ files = [ [[package]] name = "typer" -version = "0.24.1" +version = "0.26.7" description = "Typer, build great CLIs. Easy to code. Based on Python type hints." optional = false python-versions = ">=3.10" files = [ - {file = "typer-0.24.1-py3-none-any.whl", hash = "sha256:112c1f0ce578bfb4cab9ffdabc68f031416ebcc216536611ba21f04e9aa84c9e"}, - {file = "typer-0.24.1.tar.gz", hash = "sha256:e39b4732d65fbdcde189ae76cf7cd48aeae72919dea1fdfc16593be016256b45"}, + {file = "typer-0.26.7-py3-none-any.whl", hash = "sha256:5c87cfbc5d34491c5346ebf49c23e18d56ccb863268d3a8d592b26087c2f5e58"}, + {file = "typer-0.26.7.tar.gz", hash = "sha256:e314a34c617e419c091b2830dda3ea1f257134ff593061a8f5b9717ab8dddb3a"}, ] [package.dependencies] annotated-doc = ">=0.0.2" -click = ">=8.2.1" -rich = ">=12.3.0" +colorama = {version = "*", markers = "platform_system == \"Windows\""} +rich = ">=13.8.0" shellingham = ">=1.3.0" [[package]] @@ -725,4 +711,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "d2e93e0bde12e6c86e380aa521f9a8908371e6184b6fc37535123f09203adf16" +content-hash = "0b98a44701e2ab9554f6cf0c92d93576c40f799d1c5c317475fbbbb08f9d4101" diff --git a/pyproject.toml b/pyproject.toml index 5ed14b3..837670b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ kvcopy = "kvcopy:cli" python = "^3.11" azure-keyvault = "^4.2.0" azure-identity = "^1.17.1" -typer = { extras = ["all"], version = "^0.24.0" } +typer = { extras = ["all"], version = "^0.26.0" } loguru = "^0.7.2" [tool.poetry.group.dev.dependencies]