Skip to content

Commit 2404367

Browse files
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](fastapi/typer@0.15.1...0.19.1) --- updated-dependencies: - dependency-name: typer dependency-version: 0.19.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e0aecb6 commit 2404367

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ authors = [
1414
]
1515
urls = { Homepage = "https://github.com/zipstack/helm-values-manager" }
1616
dependencies = [
17-
"typer>=0.15.1,<0.16.0",
17+
"typer>=0.15.1,<0.20.0",
1818
"jsonschema>=4.21.1",
1919
"pyyaml>=6.0.2",
2020
]

0 commit comments

Comments
 (0)