Skip to content

Commit 9fb2ac5

Browse files
Merge branch 'master' into chore/add-support-for-python-3.13
2 parents 7f14fea + 3fc4eec commit 9fb2ac5

File tree

4 files changed

+69
-7
lines changed

4 files changed

+69
-7
lines changed

.github/release-drafter.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ version-resolver:
3636
- 'patch'
3737
default: patch
3838
footer: |
39-
*REMINDER:* please remember to add or update the Version Compatibility section before publishing a release draft.
39+
---
40+
⚠️ *REMINDER:* please remember to add or update the Version Compatibility section before publishing a release draft.
4041
template: |
4142
## Changes
4243

.github/workflows/tests-integration.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
printf "[INFO] Testing terraform\n"
142142
143143
printf "[INFO] Initializing layer\n"
144-
leverage tf init --skip-validation
144+
leverage terraform init --skip-validation
145145
146146
working-directory: ../theadamproject/security/us-east-1/base-tf-backend
147147

poetry.lock

Lines changed: 65 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jinja2 = "3.0.1"
3535
docker = "6.1.0"
3636
dockerpty = "0.4.1"
3737
questionary = "1.10.0"
38-
python-hcl2 = "7.0.1"
38+
python-hcl2 = "7.3.1"
3939
boto3 = "1.33.2"
4040
configupdater = "3.2"
4141
docutils = "0.17.1"

0 commit comments

Comments
 (0)