Skip to content

Commit

Permalink
Dependency update (#216)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulschwarzenberger authored Aug 19, 2024
1 parent 62712e4 commit 86b2eab
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
10 changes: 5 additions & 5 deletions modules/terraform-aws-ca-lambda/requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
bandit == 1.7.9
black == 24.4.2
boto3 == 1.34.155
black == 24.8.0
boto3 == 1.35.0
cryptography == 43.0.0
dataclasses-json == 0.6.7
prospector == 1.10.3
pytest == 8.3.1
requests == 2.31.0
setuptools == 71.1.0
pytest == 8.3.2
requests == 2.32.3
setuptools == 72.2.0
structlog == 24.4.0
validators == 0.33.0
10 changes: 5 additions & 5 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
asn1crypto == 1.5.1
assertpy == 1.1
bandit == 1.7.9
black == 24.4.2
boto3 == 1.34.156
black == 24.8.0
boto3 == 1.35.0
certvalidator == 0.11.1
cryptography == 43.0.0
dataclasses-json == 0.6.7
prospector == 1.10.3
pytest == 8.3.1
requests == 2.31.0
setuptools == 71.1.0
pytest == 8.3.2
requests == 2.32.3
setuptools == 72.2.0
structlog == 24.4.0
validators == 0.33.0
2 changes: 1 addition & 1 deletion scripts/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
boto3 == 1.34.156
boto3 == 1.35.0
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.34.156
boto3 == 1.35.0
certvalidator == 0.11.1
cryptography == 43.0.0
validators == 0.33.0

0 comments on commit 86b2eab

Please sign in to comment.