From 48bcfac62aadd456cd343d866f9d3e76e4643a68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Aug 2025 03:11:13 +0000 Subject: [PATCH] chore(deps): update typer requirement from 0.15.3 to 0.16.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.15.3...0.16.1) --- updated-dependencies: - dependency-name: typer dependency-version: 0.16.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 a5f2e85..0d85ffd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ typing_extensions = "4.13.2" beartype = "0.20.2" docutils = "0.21.2" reportlab = "4.4.1" -typer = "0.15.3" +typer = "0.16.1" tabulate = "0.8.10"