From 0282ff3065c337c17c4b239d26dabf6cfd007fbf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 20:30:28 +0000 Subject: [PATCH] build: bump typer from 0.9.0 to 0.10.0 Bumps [typer](https://github.com/tiangolo/typer) from 0.9.0 to 0.10.0. - [Release notes](https://github.com/tiangolo/typer/releases) - [Changelog](https://github.com/tiangolo/typer/blob/master/docs/release-notes.md) - [Commits](https://github.com/tiangolo/typer/compare/0.9.0...0.10.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 1fc00d26..6719c11b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ dependencies = [ "structlog==24.1.0", "httpx==0.27.0", "python-dotenv==1.0.1", - "typer==0.9.0", + "typer==0.10.0", "tenacity==8.2.3", "aiohttp==3.9.3", "aiofiles==23.2.1",