Skip to content

Commit

Permalink
chore: dependency-update
Browse files Browse the repository at this point in the history
  • Loading branch information
paulschwarzenberger committed Sep 28, 2024
1 parent 8a08f53 commit 16719f9
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/terraform_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions modules/terraform-aws-ca-lambda/requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions requirements-docs.txt
Original file line number Diff line number Diff line change
@@ -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
urllib3 == 2.2.3
2 changes: 1 addition & 1 deletion scripts/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
boto3 == 1.35.17
boto3 == 1.35.29
2 changes: 1 addition & 1 deletion utils/requirements.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 16719f9

Please sign in to comment.