From 20864f1a51c54ad53a7ccfef50e4b56a51132b42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Jan 2025 11:21:13 +0000 Subject: [PATCH] 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.12.0...0.15.1) --- updated-dependencies: - dependency-name: typer dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f4cb6f0574f5..e20b41e67a41 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,4 +15,4 @@ humanize >= 4.9.0, < 5.0.0 pytz >= 2021.1, < 2025 readchar >= 4.0.0, < 5.0.0 sqlalchemy[asyncio] >= 2.0, < 3.0.0 -typer >= 0.12.0, != 0.12.2, < 0.14.0 +typer >= 0.12.0, != 0.12.2, < 0.16.0