From 2126204f3b3458c98bb41b2d8e3374dbce3feb78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2026 11:15:17 +0000 Subject: [PATCH] chore(deps): update typer requirement from >=0.26.7 to >=0.27.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.7...0.27.1) --- updated-dependencies: - dependency-name: typer dependency-version: 0.27.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 2d53eec..61504a2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ classifiers = [ dependencies = [ "dnspython>=2.8.0", "rich>=15.0.0", - "typer>=0.26.7", + "typer>=0.27.1", "aiohttp>=3.14.3", "cryptography>=49.0.0", "pyopenssl>=26.4.0",