From 23593f7fef79c64aa2f2aaacf4d6e1018e9ca348 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 06:55:14 +0000 Subject: [PATCH] Update typer requirement in the pip-updates group Updates the requirements on [typer](https://github.com/fastapi/typer) to permit the latest version. Updates `typer` to 0.15.1 - [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.6.1...0.15.1) --- updated-dependencies: - dependency-name: typer dependency-type: direct:production dependency-group: pip-updates ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a4efca386..747d697a5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ classifiers = [ ] dependencies = [ "build >=0.9,<1.3", - "typer >=0.6.1,<0.15.0", + "typer >=0.6.1,<0.16.0", "setuptools >=69.2,<76.0; python_version >= \"3.12\"", ] dynamic = []