From 3a1e0e9057095563be7f0fd8207612cb26882fbc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Jul 2026 07:32:41 +0000 Subject: [PATCH] Build(deps): Update typer requirement from <1,>=0.26.3 to >=0.27.0,<1 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.26.3...0.27.0) --- updated-dependencies: - dependency-name: typer dependency-version: 0.27.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- harness/requirements.txt | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/harness/requirements.txt b/harness/requirements.txt index 42d73f12..69b7be42 100644 --- a/harness/requirements.txt +++ b/harness/requirements.txt @@ -10,4 +10,4 @@ claude-agent-sdk>=0.2.116,<0.3 pydantic>=2.13.4,<3 pyyaml>=6.0,<7 rich>=15.0.0,<16 -typer>=0.26.3,<1 +typer>=0.27.0,<1 diff --git a/pyproject.toml b/pyproject.toml index 6eef7dd4..cb7a72da 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ dependencies = [ "pydantic>=2.13.4,<3", "pyyaml>=6.0.3,<7", "ruamel.yaml>=0.19.1,<1", - "typer>=0.26.3,<1", + "typer>=0.27.0,<1", ] [project.urls]