From 815fe3a61cd691b3ed3bb56a0b88bbca718a9a74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 01:19:00 +0000 Subject: [PATCH] chore(deps): update typer requirement from <0.11,>=0.9 to >=0.9,<0.13 Updates the requirements on [typer](https://github.com/tiangolo/typer) to permit the latest version. - [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.12.0) --- updated-dependencies: - dependency-name: typer dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index 0b5a677..31cbd13 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -10,7 +10,7 @@ pydantic >=2,<3 toml >=0.10.2,<0.11 # typer: typed command line interfaces. -typer >=0.9,<0.11 +typer >=0.9,<0.13 # JSON Schema jsonschema >=4.4,<4.22