Skip to content

Commit

Permalink
Upgrade terraform-hcl2-parser to version 3.0.3 (pantsbuild#14554)
Browse files Browse the repository at this point in the history
This release fixes a bug I encountered and fixed:
amplify-education/python-hcl2#87

[ci skip-rust]
[ci skip-build-wheels]
  • Loading branch information
ryanking authored and alonsodomin committed Feb 25, 2022
1 parent a3cfaa6 commit 5052156
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/python/pants/backend/terraform/dependency_inference.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class TerraformHcl2Parser(PythonToolRequirementsBase):
options_scope = "terraform-hcl2-parser"
help = "Used to parse Terraform modules to infer their dependencies."

default_version = "python-hcl2==3.0.1"
default_version = "python-hcl2==3.0.3"

register_interpreter_constraints = True
default_interpreter_constraints = ["CPython>=3.6"]
Expand Down
6 changes: 3 additions & 3 deletions src/python/pants/backend/terraform/hcl2_lockfile.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
# "CPython>=3.6"
# ],
# "generated_with_requirements": [
# "python-hcl2==3.0.1"
# "python-hcl2==3.0.3"
# ]
# }
# --- END PANTS LOCKFILE METADATA ---

lark-parser==0.10.1; python_full_version >= "3.6.0" \
--hash=sha256:42f367612a1bbc4cf9d8c8eb1b209d8a9b397d55af75620c9e6f53e502235996
python-hcl2==3.0.1; python_full_version >= "3.6.0" \
--hash=sha256:f6c178d216e9d8ef1ef9fceeb16792cbabfb69d2ae1a73e263974ab6f74489ab
python-hcl2==3.0.3; python_full_version >= "3.6.0" \
--hash=sha256:31b8135f474aa2dbd2325d7924f5ffe0b8a713669ca2d043511d8ed5a91798e5

0 comments on commit 5052156

Please sign in to comment.