Skip to content

Commit c152ae1

Browse files
Update dependency typer to v0.18.0
1 parent ad0270a commit c152ae1

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

poetry.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ pre-commit = "^4.3.0"
2121
pytest-mock = "^3.12"
2222
pyhocon = "^0.3.60"
2323
pyyaml = "^6.0"
24-
typer = "^0.16.1"
24+
typer = "^0.18.0"
2525
setuptools = "^80.9.0"
2626

2727
[tool.poetry.group.dev.dependencies]

{{cookiecutter.project_slug}}/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ PyYAML~=6.0.2
1414
# Dependency for Command-Line Interface (CLI) if enabled
1515
{% if cookiecutter.create_cli == 'yes' %}
1616
# CLI framework (with optional dependencies for enhanced functionality)
17-
typer~=0.16.1
17+
typer~=0.18.0
1818
{% endif %}

0 commit comments

Comments
 (0)