From 27c365a377810ccadb54fab337a16f4545691251 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 12:24:08 +0000 Subject: [PATCH] build(deps): update typer requirement from 0.26.8 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.26.8...0.27.0) --- updated-dependencies: - dependency-name: typer dependency-version: 0.27.0 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 68cba68..063ecff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ packages = [{include = "github_scaffolding_generator", from = "src"}] [tool.poetry.dependencies] python = "^3.12" -typer = "0.26.8" +typer = "0.27.0" jinja2 = "^3.1.0" click = "8.4.2"