From b5a2e71775ba21fef70c80d35215bd7b81ac7252 Mon Sep 17 00:00:00 2001 From: Yurii Motov Date: Thu, 27 Aug 2026 18:03:57 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Bump=20Typer=20min=20versi?= =?UTF-8?q?on=20to=20`0.26.1`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 4 ++-- uv.lock | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f5071c9e50..931c56bcdf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,7 +64,7 @@ docs = [ "mkdocstrings[python] >=1.0.3", "pillow >=12.1.1", "pyyaml >=5.3.1", - "typer >=0.24.1", + "typer >=0.26.1", "zensical>=0.0.42", ] github-actions = [ @@ -84,7 +84,7 @@ tests = [ "pytest >=7.0.1", "ruff >=0.15.6", "ty>=0.0.25", - "typer >=0.24.1", + "typer >=0.26.1", "typing-extensions >=4.15.0", ] diff --git a/uv.lock b/uv.lock index 72f7d69b80..4d1e271b33 100644 --- a/uv.lock +++ b/uv.lock @@ -1757,7 +1757,7 @@ dev = [ { name = "pyyaml", specifier = ">=5.3.1" }, { name = "ruff", specifier = ">=0.15.6" }, { name = "ty", specifier = ">=0.0.25" }, - { name = "typer", specifier = ">=0.24.1" }, + { name = "typer", specifier = ">=0.26.1" }, { name = "typing-extensions", specifier = ">=4.15.0" }, { name = "zensical", specifier = ">=0.0.42" }, { name = "zizmor", specifier = ">=1.23.1" }, @@ -1772,7 +1772,7 @@ docs = [ { name = "mkdocstrings", extras = ["python"], specifier = ">=1.0.3" }, { name = "pillow", specifier = ">=12.1.1" }, { name = "pyyaml", specifier = ">=5.3.1" }, - { name = "typer", specifier = ">=0.24.1" }, + { name = "typer", specifier = ">=0.26.1" }, { name = "zensical", specifier = ">=0.0.42" }, ] github-actions = [ @@ -1792,7 +1792,7 @@ tests = [ { name = "pytest", specifier = ">=7.0.1" }, { name = "ruff", specifier = ">=0.15.6" }, { name = "ty", specifier = ">=0.0.25" }, - { name = "typer", specifier = ">=0.24.1" }, + { name = "typer", specifier = ">=0.26.1" }, { name = "typing-extensions", specifier = ">=4.15.0" }, ]