Skip to content

build(deps): Bump python-hcl2 from 7.3.1 to 8.1.1 in /tests/terraform_pytest#1460

Merged
mergify[bot] merged 1 commit intomasterfrom
dependabot/pip/tests/terraform_pytest/python-hcl2-8.1.1
Apr 10, 2026
Merged

build(deps): Bump python-hcl2 from 7.3.1 to 8.1.1 in /tests/terraform_pytest#1460
mergify[bot] merged 1 commit intomasterfrom
dependabot/pip/tests/terraform_pytest/python-hcl2-8.1.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 10, 2026

Bumps python-hcl2 from 7.3.1 to 8.1.1.

Release notes

Sourced from python-hcl2's releases.

v8.1.1

What's Changed

Added

  • v7-to-v8 migration guide and absolute GitHub links in README docs table. (#287)

Full Changelog: amplify-education/python-hcl2@v8.1.0...v8.1.1

v8.1.0

What's Changed

Added

  • Full architecture overhaul: bidirectional HCL2 ↔ JSON pipeline with typed rule classes. (#203)
  • hq read-only query CLI for HCL2 files (#277)
  • Agent-friendly conversion CLIs: hcl2tojson and jsontohcl2 (#274)
  • Add template directives support (%{if}, %{for}) in quoted strings (#276)
  • Support loading comments (#134)
  • CLAUDE.md (#260)

Fixed

  • Ternary with strings parse error (#55)
  • "No terminal matches '|' in the current parser context" when parsing multi-line conditional (#142)
  • reverse_transform not working with object-type variables (#231)
  • reverse_transform not handling nested functions (#235)
  • writes omits quotes around map keys with / (#236)
  • Operator precedence bug (#248)
  • Empty string dictionary keys can't be parsed twice (#249)
  • jsonencode not deserialized correctly (#250)
  • Literal string "string" incorrectly quoted (#251)
  • Interpolation literals added to locals/variables in maps (#252)
  • Object literal expression can't be serialized (#253)
  • Heredocs should interpret backslash literally (#262)
  • Parsing a multi-line multi-conditional expression causes exception — Unexpected token Token('QMARK', '?') (#269)
  • Parsing error for multiline binary operators (#246)

Changed

  • Updated package metadata: development status, dropped Python 3.7 support. (#263)

Full Changelog: amplify-education/python-hcl2@v8.0.0rc2...v8.1.0

v8.0.0rc2

What's Changed

... (truncated)

Changelog

Sourced from python-hcl2's changelog.

[8.1.1] - 2026-04-07

Added

  • v7-to-v8 migration guide and absolute GitHub links in README docs table. (#287)

[8.1.0] - 2026-04-07

Added

  • Full architecture overhaul: bidirectional HCL2 ↔ JSON pipeline with typed rule classes. (#203)
  • hq read-only query CLI for HCL2 files (#277)
  • Agent-friendly conversion CLIs: hcl2tojson and jsontohcl2 (#274)
  • Add template directives support (%{if}, %{for}) in quoted strings (#276)
  • Support loading comments (#134)
  • CLAUDE.md (#260)

Fixed

  • Ternary with strings parse error (#55)
  • "No terminal matches '|' in the current parser context" when parsing multi-line conditional (#142)
  • reverse_transform not working with object-type variables (#231)
  • reverse_transform not handling nested functions (#235)
  • writes omits quotes around map keys with / (#236)
  • Operator precedence bug (#248)
  • Empty string dictionary keys can't be parsed twice (#249)
  • jsonencode not deserialized correctly (#250)
  • Literal string "string" incorrectly quoted (#251)
  • Interpolation literals added to locals/variables in maps (#252)
  • Object literal expression can't be serialized (#253)
  • Heredocs should interpret backslash literally (#262)
  • Parsing a multi-line multi-conditional expression causes exception — Unexpected token Token('QMARK', '?') (#269)
  • Parsing error for multiline binary operators (#246)

Changed

  • Updated package metadata: development status, dropped Python 3.7 support. (#263)
Commits
  • 472f033 Prepare v8.1.1 release (#288)
  • 23dd269 Add v7-to-v8 migration guide and use absolute GitHub links in README docs tab...
  • 33590fc Consolidate v8 RC changelog into v8.1.0 release (2026-04-07) (#285)
  • 5da4887 Refactor hq CLI for readability and reduced complexity (#284)
  • 68ad804 Add adjacent comment support to hq BlockView and AttributeView queries (#282)
  • e9be26b Fix comment serialization: multi-token NL_OR_COMMENT and classification (#134...
  • b8f1dfe Add .[] as jq-compatible alias for [*] and document jq interop (#283)
  • 51b3861 agent-friendly conversion CLIs (#274)
  • 133efa2 add roadmap section to README (#279)
  • e42f880 Add template directives support (%{if}, %{for}) in quoted strings (#276)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [python-hcl2](https://github.com/amplify-education/python-hcl2) from 7.3.1 to 8.1.1.
- [Release notes](https://github.com/amplify-education/python-hcl2/releases)
- [Changelog](https://github.com/amplify-education/python-hcl2/blob/main/CHANGELOG.md)
- [Commits](amplify-education/python-hcl2@v7.3.1...v8.1.1)

---
updated-dependencies:
- dependency-name: python-hcl2
  dependency-version: 8.1.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Apr 10, 2026
@mergify mergify Bot merged commit f868fad into master Apr 10, 2026
5 checks passed
@mergify mergify Bot deleted the dependabot/pip/tests/terraform_pytest/python-hcl2-8.1.1 branch April 10, 2026 06:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants