From 241e9f2bc9cd424fc740dcbc1f305d9fa3bdafeb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 May 2026 21:23:12 +0000 Subject: [PATCH] chore(deps): update typer requirement 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.21.2...0.25.1) --- updated-dependencies: - dependency-name: typer dependency-version: 0.25.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 03b4fd5..33cf6ab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ dependencies = [ "pydantic>=2.11,<3", "pypdf>=6.10.2,<7", "pyyaml>=6.0.3,<7", - "typer>=0.21.2,<0.22", + "typer>=0.25.1,<0.26", "python-docx>=1.1,<2", "openpyxl>=3.1,<4", "lxml>=6.1.0,<7",