From 0f5029136f6a5db9c3718a680f7498e2c6508c8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 May 2025 16:34:17 +0000 Subject: [PATCH] chore(deps): update typer requirement Updates the requirements on [typer](https://github.com/fastapi/typer) to permit the latest version. - [Release notes](https://github.com/fastapi/typer/releases) - [Changelog](https://github.com/fastapi/typer/blob/master/docs/release-notes.md) - [Commits](https://github.com/fastapi/typer/compare/0.15.1...0.16.0) --- updated-dependencies: - dependency-name: typer dependency-version: 0.16.0 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 00ed466..b098b52 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ authors = [ ] urls = { Homepage = "https://github.com/zipstack/helm-values-manager" } dependencies = [ - "typer>=0.15.1,<0.16.0", + "typer>=0.15.1,<0.17.0", "jsonschema>=4.21.1", "pyyaml>=6.0.2", ]