Skip to content

chore(deps-dev): bump python-hcl2 from 4.3.2 to 7.2.1 #222

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 19, 2025

Bumps python-hcl2 from 4.3.2 to 7.2.1.

Release notes

Sourced from python-hcl2's releases.

v7.2.1

What's Changed

Fixed

  • More robust escaping for special characters. Thanks, @​eranor (#224)
  • Issue parsing interpolation string as an object key (#232)

Full Changelog: amplify-education/python-hcl2@v7.2.0...v7.2.1

v7.2.0

What's Changed

Added

  • Possibility to parse deeply nested interpolations (formerly a Limitation), Thanks again, @​weaversam8 (#223)

Fixed

  • Issue parsing ellipsis in a separate line within for expression (#221)
  • Issue parsing inline expression as an object key; see Limitations in README.md (#222)
  • Preserve literals of e-notation floats in parsing and reconstruction. Thanks, @​eranor (#226)

Full Changelog: amplify-education/python-hcl2@v7.1.0...v7.2.0

v7.1.0

What's Changed

Added

  • hcl2.builder.Builder - nested blocks support (#214)

Fixed

  • Issue parsing parenthesesed identifier (reference) as an object key (#212)
  • Issue discarding empty lists when transforming python dictionary into Lark Tree (#216)

Full Changelog: amplify-education/python-hcl2@v7.0.1...v7.1.0

v7.0.1

What's Changed

Fixed

  • Issue parsing dot-accessed attribute as an object key (#209)

Full Changelog: amplify-education/python-hcl2@v7.0.0...v7.0.1

v7.0.0

... (truncated)

Changelog

Sourced from python-hcl2's changelog.

[7.2.1] - 2025-05-16

Fixed

  • More robust escaping for special characters. Thanks, @​eranor (#224)
  • Issue parsing interpolation string as an object key (#232)

[7.2.0] - 2025-04-24

Added

  • Possibility to parse deeply nested interpolations (formerly a Limitation), Thanks again, @​weaversam8 (#223)

Fixed

  • Issue parsing ellipsis in a separate line within for expression (#221)
  • Issue parsing inline expression as an object key; see Limitations in README.md (#222)
  • Preserve literals of e-notation floats in parsing and reconstruction. Thanks, @​eranor (#226)

[7.1.0] - 2025-04-10

Added

  • hcl2.builder.Builder - nested blocks support (#214)

Fixed

  • Issue parsing parenthesesed identifier (reference) as an object key (#212)
  • Issue discarding empty lists when transforming python dictionary into Lark Tree (#216)

[7.0.1] - 2025-03-31

Fixed

  • Issue parsing dot-accessed attribute as an object key (#209)

[7.0.0] - 2025-03-27

Added

  • Limitations section to README.md (#200)

Fixed

  • Issue handling heredoc with delimiter within text itself (#194)
  • Various issues with parsing object elements (#197)
  • Dictionary -> hcl2 reconstruction of null values (#198)
  • Inaccurate parsing of null values in some cases (#206)
  • Missing parenthesis in arithemetic expressions (#194)
  • Noticeable overhead when loading hcl2.reconstructor module (#202)

... (truncated)

Commits
  • 4631fcc v7.2.1 changelog (#233)
  • 0710134 support string_with_interpolation as an object key (#232)
  • 7493dfd changelog for #224 (#228)
  • 89ad71c Improve string escaping for HCL interpolation (#224)
  • d3fe70c release 7.2.0 (#227)
  • b90981a Preserve literals of e-notation floats in parsing and reconstruction (#226)
  • ffb3ed8 reintroduce parsing of string interpolations nested deeper than 2 times (#223)
  • d4bfac8 for_object_expr: allow ellipsis in separate line (#221)
  • 58b7334 allow expression as an object key (limitation: expression must be wrapped in ...
  • 14b840e release 7.1.0 (#218)
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 4.3.2 to 7.2.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@v4.3.2...v7.2.1)

---
updated-dependencies:
- dependency-name: python-hcl2
  dependency-version: 7.2.1
  dependency-type: direct:development
  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 May 19, 2025
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