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", ]