From 7ed5d2126588dda69f2728d9beff2ab071dca537 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 02:56:55 +0000 Subject: [PATCH] chore(deps): update typer requirement 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.20.0...0.23.1) --- updated-dependencies: - dependency-name: typer dependency-version: 0.23.1 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 da5c9eaa..0f20c6c6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ dependencies = [ "aiofiles>=25.1.0,<26.0", "pydantic-settings>=2.3.2,<3.0", "websockets>=10.4", - "typer>=0.20.0,<0.22.0", + "typer>=0.20.0,<0.24.0", "textual>=6.5.0", # Added from requirements.txt for TUI "aiohttp>=3.9.0", "aiosqlite>=0.20.0",