From 0e355ff325945bde6729b385278843d3f6f83a74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 01:48:44 +0000 Subject: [PATCH] Update typer requirement from ^0.9.0 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] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ed4c015..505ade6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ pyyaml = "^6.0.1" pydantic = "^2.5.1" apache-airflow-client = "^2.7.3" pydantic-settings = "^2.1.0" -typer = "^0.9.0" +typer = ">=0.9,<0.13" [tool.poetry.group.dev.dependencies] pre-commit = "^3.5.0"