Skip to content

chore(deps): bump python-hcl2 from 7.3.1 to 8.1.2 in /api/terraform/python/layer_openai#753

Merged
mergify[bot] merged 1 commit into
mainfrom
dependabot/pip/api/terraform/python/layer_openai/python-hcl2-8.1.2
May 1, 2026
Merged

chore(deps): bump python-hcl2 from 7.3.1 to 8.1.2 in /api/terraform/python/layer_openai#753
mergify[bot] merged 1 commit into
mainfrom
dependabot/pip/api/terraform/python/layer_openai/python-hcl2-8.1.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 1, 2026

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps python-hcl2 from 7.3.1 to 8.1.2.

Release notes

Sourced from python-hcl2's releases.

v8.1.2

What's Changed

Fixed

  • true, false, and null now serialize to native JSON types instead of strings. (#293)

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

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)

... (truncated)

Changelog

Sourced from python-hcl2's changelog.

[8.1.2] - 2026-04-10

Fixed

  • true, false, and null now serialize to native JSON types instead of strings. (#293)

[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
  • a602753 Prepare v8.1.2 release (#293) (#296)
  • 919e4b2 Add literal_value grammar rule for true, false, and null (#293) (#294)
  • 447a50c remove security.yml workflow (#295)
  • 57f9e7e Prepare v8.1.1 release (#288)
  • 6c8c9aa Add v7-to-v8 migration guide and use absolute GitHub links in README docs tab...
  • 7fe9291 Consolidate v8 RC changelog into v8.1.0 release (2026-04-07) (#285)
  • 00f5f52 Refactor hq CLI for readability and reduced complexity (#284)
  • be8b214 Add adjacent comment support to hq BlockView and AttributeView queries (#282)
  • 60e33e1 Fix comment serialization: multi-token NL_OR_COMMENT and classification (#134...
  • d6fcc57 Add .[] as jq-compatible alias for [*] and document jq interop (#283)
  • 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.2.
- [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.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added automated pr dependencies Pull requests that update a dependency file python Pull requests that update Python code labels May 1, 2026
@github-actions github-actions Bot requested a review from lpm0073 May 1, 2026 03:35
@mergify mergify Bot merged commit 4947167 into main May 1, 2026
3 checks passed
@dependabot dependabot Bot deleted the dependabot/pip/api/terraform/python/layer_openai/python-hcl2-8.1.2 branch May 1, 2026 03:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automated pr 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.

1 participant