From f63f97daf898b93a1dc88e90178b5bd8a5eeee0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Sep 2026 06:30:54 +0000 Subject: [PATCH] chore(deps): update typer requirement from >=0.27.1 to >=0.27.2 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.27.1...0.27.2) --- updated-dependencies: - dependency-name: typer dependency-version: 0.27.2 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 1dfe1bd..f168389 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ requires-python = ">=3.11" # which launches a real browser) passes against 1.63.0. dependencies = [ "playwright>=1.62.0,<2.0.0", - "typer>=0.27.1", + "typer>=0.27.2", "pydantic>=2.13.5", "mcp>=2.1.1,<3.0.0", "rich>=15.0.0",