From 002d8ed079ecf3923b4deb02d2e93964c28becf4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 08:52:05 +0000 Subject: [PATCH] Bump typer from 0.21.1 to 0.23.1 Bumps [typer](https://github.com/fastapi/typer) from 0.21.1 to 0.23.1. - [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.1) --- updated-dependencies: - dependency-name: typer dependency-version: 0.23.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 24f3f69..fa1bcb1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ dependencies = [ "requests == 2.32.5", "ruamel.yaml == 0.19.1", "seadex == 0.7.2", - "typer == 0.21.1" + "typer == 0.23.1" ] [project.scripts]