From 36d88df4306b482c7052e1b3eabf3e7da3177466 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 May 2023 00:12:16 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Bump=20typer[all]=20from=200.7.0=20?= =?UTF-8?q?to=200.8.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.8.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.8.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..896bdb4 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.8.0" ] dynamic = ["version"]