From f43da0da93e1ce51796e3646826bc47f244f9ddb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 May 2023 00:13:08 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Bump=20typer[all]=20from=200.7.0=20?= =?UTF-8?q?to=200.9.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [typer[all]](https://github.com/tiangolo/typer) from 0.7.0 to 0.9.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.7.0...0.9.0) --- updated-dependencies: - dependency-name: typer[all] 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 7dc87c9..a64c399 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ classifiers = [ ] dependencies = [ "Pillow >=8.0.0,<10.0.0", - "typer[all] ==0.7.0" + "typer[all] ==0.9.0" ] dynamic = ["version"]