From b0455ab8fe87606c83a82ef55acf23d181a56d25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 09:21:43 +0000 Subject: [PATCH] chore(deps): bump python-hcl2 from 4.3.5 to 5.1.1 Bumps [python-hcl2](https://github.com/amplify-education/python-hcl2) from 4.3.5 to 5.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](https://github.com/amplify-education/python-hcl2/compare/v4.3.5...v5.1.1) --- updated-dependencies: - dependency-name: python-hcl2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 280d8e8..e558dcc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ readme = { file = 'README.md', content-type = 'text/markdown' } license = { file = 'LICENSE' } authors = [{ name = "Stefan Eiermann", email = "stefan.eiermann@eneka.de" }] dependencies = [ - "python-hcl2==4.3.5", + "python-hcl2==5.1.1", "argcomplete==3.5.1", ] classifiers = [