From e51098a00fe61764c9013d7f2e0c0d41d68b8763 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 13:48:15 +0000 Subject: [PATCH] chore(deps): bump python-hcl2 from 4.3.5 to 6.1.0 Bumps [python-hcl2](https://github.com/amplify-education/python-hcl2) from 4.3.5 to 6.1.0. - [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...v6.1.0) --- 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..44e1438 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==6.1.0", "argcomplete==3.5.1", ] classifiers = [