From 291cfc9e8c05f5a60db6376e7b59c65108b734c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jan 2025 02:08:43 +0000 Subject: [PATCH] Bump typer from 0.13.1 to 0.15.1 Bumps [typer](https://github.com/fastapi/typer) from 0.13.1 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.13.1...0.15.1) --- updated-dependencies: - dependency-name: typer dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6047cae..ffa6f1f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ dependencies = [ "PyYAML==6.0.2", "requests==2.32.3", "tomli==2.2.1", - "typer==0.13.1", + "typer==0.15.1", ] license = {file = "LICENSE.txt"}