Skip to content

Commit 136fa0d

Browse files
committed
bump python-hcl2 from <6.0.0 (5.1.1) to >=7.2.1
1 parent 80c9760 commit 136fa0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "stacks"
3-
version = "2.0.15"
3+
version = "2.0.16"
44
description = "Stacks, the Terraform code pre-processor"
55
readme = "README.md"
66
requires-python = ">=3.10"
@@ -12,7 +12,7 @@ dependencies = [
1212
"importlib>=1.0.4",
1313
"jinja2>=3.1.4",
1414
"packaging>=24.2",
15-
"python-hcl2<6.0.0", # https://github.com/amplify-education/python-hcl2/issues/183
15+
"python-hcl2>=7.2.1",
1616
"pyyaml>=6.0.2",
1717
]
1818

0 commit comments

Comments
 (0)