From 047902d68edbffe87b2828a0e71dbfc6ae550352 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 05:39:48 +0000 Subject: [PATCH] Update typer-slim requirement from <0.15,>=0.12.0 to >=0.12.0,<0.16 Updates the requirements on [typer-slim](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-slim 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 0991e6a..efe08a0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ classifiers = [ ] dependencies = [ - "typer-slim>=0.12.0,<0.15", + "typer-slim>=0.12.0,<0.16", "pydantic>=2.0.3,<3", "filelock>=3.12.3,<4", ]