From 99c3b2230aee0e5c8fb034dd65e7ffe3d663b6c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 09:55:11 +0000 Subject: [PATCH] Update typer requirement from >=0.24.1 to >=0.26.8 Updates the requirements on [typer](https://github.com/fastapi/typer) to permit the latest version. - [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.24.1...0.26.8) --- updated-dependencies: - dependency-name: typer dependency-version: 0.26.8 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 75f6466..95c6d19 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ classifiers = [ "Topic :: Office/Business :: Financial :: Investment", ] dependencies = [ - "typer>=0.24.1", + "typer>=0.26.8", "rich>=15.0.0", "pyyaml>=6.0", "monarchmoneycommunity>=1.3.1",