From 31e2832de95359adfa581f7f09e874476a9c27ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 18:17:57 +0000 Subject: [PATCH] chore(deps): update typer requirement from 0.19.2 to 0.20.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.19.2...0.20.0) --- updated-dependencies: - dependency-name: typer dependency-version: 0.20.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 cdd78f3..69c6e0f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ typing_extensions = "4.15.0" beartype = "0.21.0" docutils = "0.22.2" reportlab = "4.4.4" -typer = "0.19.2" +typer = "0.20.0" tabulate = "0.8.10"