From 1c7a2d30168be1abf902b6f71c85fefbb00e1286 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 21:53:05 +0000 Subject: [PATCH] Bump typer from 0.12.5 to 0.15.1 Bumps [typer](https://github.com/fastapi/typer) from 0.12.5 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.12.5...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 219ed107..803b9ff0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -247,7 +247,7 @@ dependencies = [ "sentry-sdk ==2.18.0", "sqlalchemy[mypy] ==2.0.36", "sqlalchemy-utils ==0.41.2", - "typer ==0.12.5", + "typer ==0.15.1", "uvicorn[standard]==0.32.0", "WTForms==3.2.1", "zxcvbn-rs-py==0.1.1",