From f494d29b6a4ac837c0600fcac97c6d63802af799 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 17:15:02 +0000 Subject: [PATCH] chore(deps): update typer requirement from >=0.9.0 to >=0.27.0 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.9.0...0.27.0) --- updated-dependencies: - dependency-name: typer dependency-version: 0.27.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 03d3df2..c146d56 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -16,7 +16,7 @@ defusedxml>=0.7.1 # CLI and HTTP (used by admin.py) httpx>=0.24.0 -typer>=0.9.0 +typer>=0.27.0 # Visualization pyqtgraph>=0.13.0