From 31eacbba2d2666af01d70a3d4ada4a486adef626 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 11:05:12 +0000 Subject: [PATCH] Bump typer from 0.9.0 to 0.12.5 Bumps [typer](https://github.com/fastapi/typer) from 0.9.0 to 0.12.5. - [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.9.0...0.12.5) --- 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 b392054..dc37b3c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ dependencies = [ "sniffio==1.3.1", "tomli==2.0.1", "trove-classifiers==2024.1.31", - "typer==0.9.0", + "typer==0.12.5", "typing_extensions==4.9.0", "webencodings==0.5.1", "xattr==1.1.0",