From b878fd91a68d3812686c4f62722c142a158424d7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 20:32:13 +0000 Subject: [PATCH] chore(deps): update dependency typer to >0.16,<0.27 --- pdm.lock | 24 +++++------------------- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 20 deletions(-) diff --git a/pdm.lock b/pdm.lock index f53f9a637..3a3de8afe 100644 --- a/pdm.lock +++ b/pdm.lock @@ -5,7 +5,7 @@ groups = ["default", "dev"] strategy = ["inherit_metadata"] lock_version = "4.5.0" -content_hash = "sha256:a18744fde6c0acc0f4707b557f826fb575d36d8273cff7dcad1eff9c34b3a53d" +content_hash = "sha256:fd25cfa7a050232a44e82177fbcab68b146d7fcba2eaff891d31c586a54cbc96" [[metadata.targets]] requires_python = "~=3.10" @@ -115,20 +115,6 @@ files = [ {file = "certifi-2026.4.22.tar.gz", hash = "sha256:8d455352a37b71bf76a79caa83a3d6c25afee4a385d632127b6afb3963f1c580"}, ] -[[package]] -name = "click" -version = "8.4.0" -requires_python = ">=3.10" -summary = "Composable command line interface toolkit" -groups = ["default"] -dependencies = [ - "colorama; platform_system == \"Windows\"", -] -files = [ - {file = "click-8.4.0-py3-none-any.whl", hash = "sha256:40c50b7c6c6adac2823d411041ec84f3f103f1b280d5e9ce0d7f998995832f81"}, - {file = "click-8.4.0.tar.gz", hash = "sha256:638f1338fe1235c8f4e008e4a8a254fb5c5fbdcbb40ece3c9142ebb78e792973"}, -] - [[package]] name = "colorama" version = "0.4.6" @@ -1137,19 +1123,19 @@ files = [ [[package]] name = "typer" -version = "0.25.1" +version = "0.26.1" requires_python = ">=3.10" summary = "Typer, build great CLIs. Easy to code. Based on Python type hints." groups = ["default"] dependencies = [ "annotated-doc>=0.0.2", - "click>=8.2.1", + "colorama; platform_system == \"Windows\"", "rich>=13.8.0", "shellingham>=1.3.0", ] files = [ - {file = "typer-0.25.1-py3-none-any.whl", hash = "sha256:75caa44ed46a03fb2dab8808753ffacdbfea88495e74c85a28c5eefcf5f39c89"}, - {file = "typer-0.25.1.tar.gz", hash = "sha256:9616eb8853a09ffeabab1698952f33c6f29ffdbceb4eaeecf571880e8d7664cc"}, + {file = "typer-0.26.1-py3-none-any.whl", hash = "sha256:933e4f0083521f3c57d6a5aedf3b073271b2f95a19761b171b494dd6fdb21ff6"}, + {file = "typer-0.26.1.tar.gz", hash = "sha256:537d27ae686d82967f6383382a952cb32ba4768898541effccb69ca75bbd5d23"}, ] [[package]] diff --git a/pyproject.toml b/pyproject.toml index e16e5de5b..b432420e3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ license = { text = "MIT" } requires-python = ">=3.10,<4.0" dependencies = [ "jinja2>=3.0.0,<4.0.0", - "typer>0.16,<0.26", + "typer>0.16,<0.27", "colorama>=0.4.3; sys_platform == \"win32\"", "shellingham>=1.3.2,<2.0.0", "pydantic>=2.10,<3.0.0",