Skip to content

Commit fc3625f

Browse files
authored
fix: Pin python-hcl2 dependency to 7.2.1 (#20)
1 parent 05f4c9b commit fc3625f

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
@@ -12,7 +12,7 @@ dependencies = [
1212
"importlib>=1.0.4",
1313
"jinja2>=3.1.4",
1414
"packaging>=24.2",
15-
"python-hcl2>=7.2.1",
15+
"python-hcl2==7.2.1",
1616
"pyyaml>=6.0.2",
1717
]
1818

0 commit comments

Comments
 (0)