From eb12196589ba6c64f555d2e55321bf0c880b91fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 21:26:19 +0000 Subject: [PATCH] Bump typer from 0.12.5 to 0.13.0 Bumps [typer](https://github.com/fastapi/typer) from 0.12.5 to 0.13.0. - [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.13.0) --- 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..76d29879 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.13.0", "uvicorn[standard]==0.32.0", "WTForms==3.2.1", "zxcvbn-rs-py==0.1.1",