From 8942008fe4fca1657a5d2c73ac810e51d37fc949 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 14:33:34 +0000 Subject: [PATCH] build: bump typer from 0.12.3 to 0.12.5 Bumps [typer](https://github.com/fastapi/typer) from 0.12.3 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.12.3...0.12.5) --- updated-dependencies: - dependency-name: typer dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 69b3e2fa..41081fe5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ dependencies = [ "structlog>=24.4.0, < 25.0.0", "httpx==0.27.0", "python-dotenv==1.0.1", - "typer==0.12.3", + "typer==0.12.5", "tenacity==8.3.0", "aiohttp==3.9.5", "aiofiles==23.2.1",