From 1d78e13f819237c2bc13d2c960c55e1dd34195f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Aug 2026 19:06:33 +0000 Subject: [PATCH] Update typer requirement from <0.17,>=0.16.0 to >=0.27.1,<0.28 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.16.0...0.27.1) --- updated-dependencies: - dependency-name: typer dependency-version: 0.27.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 02890d95..de9c3d1c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ dependencies = [ "py-flags>=1.1.4,<2", "jishaku>=2.6.0,<3", "rapidfuzz>=3.0.0,<4", - "typer>=0.16.0,<0.17", + "typer>=0.27.1,<0.28", "tomlkit>=0.13.2,<0.14", "uvloop>=0.22.1,<0.23 ; sys_platform == 'linux'", "orjson>=3.6.0,<4",