diff --git a/.github/workflows/terraform_docs.yml b/.github/workflows/terraform_docs.yml index 10161ed7..f01735a3 100644 --- a/.github/workflows/terraform_docs.yml +++ b/.github/workflows/terraform_docs.yml @@ -15,7 +15,7 @@ jobs: ref: ${{ github.event.pull_request.head.ref }} - name: Render terraform docs inside the REFERENCE.md and push changes back to PR branch - uses: terraform-docs/gh-actions@v1.2.0 + uses: terraform-docs/gh-actions@v1.3.0 with: working-dir: . output-file: docs/reference.md diff --git a/modules/terraform-aws-ca-lambda/requirements-dev.txt b/modules/terraform-aws-ca-lambda/requirements-dev.txt index ab60e2ec..12916941 100644 --- a/modules/terraform-aws-ca-lambda/requirements-dev.txt +++ b/modules/terraform-aws-ca-lambda/requirements-dev.txt @@ -1,10 +1,10 @@ bandit == 1.7.9 black == 24.8.0 -boto3 == 1.35.17 +boto3 == 1.35.29 cryptography == 43.0.1 dataclasses-json == 0.6.7 prospector == 1.10.3 -pytest == 8.3.2 +pytest == 8.2.3 requests == 2.32.3 structlog == 24.4.0 validators == 0.34.0 diff --git a/requirements-dev.txt b/requirements-dev.txt index 405c065f..5a8de5b1 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -3,12 +3,12 @@ asn1crypto == 1.5.1 assertpy == 1.1 bandit == 1.7.9 black == 24.8.0 -boto3 == 1.35.17 +boto3 == 1.35.29 certvalidator == 0.11.1 cryptography == 43.0.1 dataclasses-json == 0.6.7 prospector == 1.10.3 -pytest == 8.3.2 +pytest == 8.2.3 requests == 2.32.3 structlog == 24.4.0 validators == 0.34.0 diff --git a/requirements-docs.txt b/requirements-docs.txt index 97b4eeb7..7f5e64f1 100644 --- a/requirements-docs.txt +++ b/requirements-docs.txt @@ -1,4 +1,4 @@ cairosvg == 2.7.1 -mkdocs-material == 9.5.34 +mkdocs-material == 9.5.38 pillow == 10.4.0 -urllib3 == 2.2.2 \ No newline at end of file +urllib3 == 2.2.3 \ No newline at end of file diff --git a/scripts/requirements.txt b/scripts/requirements.txt index 324e1b77..b1a96460 100644 --- a/scripts/requirements.txt +++ b/scripts/requirements.txt @@ -1 +1 @@ -boto3 == 1.35.17 \ No newline at end of file +boto3 == 1.35.29 \ No newline at end of file diff --git a/utils/requirements.txt b/utils/requirements.txt index fee973b8..37d806c3 100644 --- a/utils/requirements.txt +++ b/utils/requirements.txt @@ -1,5 +1,5 @@ asn1crypto == 1.5.1 -boto3 == 1.35.17 +boto3 == 1.35.29 certvalidator == 0.11.1 cryptography == 43.0.1 validators == 0.34.0