From 348ab70e8067997a81157e04484eaa67485743c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Feb 2026 01:55:38 +0000 Subject: [PATCH] Update typer requirement from ~=0.21.1 to ~=0.23.0 in the pip group Updates the requirements on [typer](https://github.com/fastapi/typer) to permit the latest version. Updates `typer` to 0.23.0 - [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.0) --- updated-dependencies: - dependency-name: typer dependency-version: 0.23.0 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 37d8bc1..326c37e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ classifiers = [ ] dependencies = [ "defusedxml~=0.7.1", - "typer~=0.21.1" + "typer~=0.23.0" ] [project.urls]