Skip to content

Commit c65502b

Browse files
committed
Update dependencies
1 parent 544b49a commit c65502b

File tree

2 files changed

+125
-13
lines changed

2 files changed

+125
-13
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,10 @@ invoke = "^2.2.0"
6767
towncrier = "^24.8.0"
6868
infrahub-testcontainers = { version = "^1.2.5", python = ">=3.10" }
6969
astroid = "~3.1"
70+
copier = { version = "^9.8.0", optional = true }
7071

7172
[tool.poetry.extras]
72-
ctl = ["Jinja2", "numpy", "pyarrow", "pyyaml", "rich", "toml", "typer", "click"]
73+
ctl = ["Jinja2", "numpy", "pyarrow", "pyyaml", "rich", "toml", "typer", "click", "copier"]
7374
tests = ["Jinja2", "pytest", "pyyaml", "rich"]
7475
all = [
7576
"Jinja2",

0 commit comments

Comments
 (0)