Skip to content

Commit

Permalink
Add blog link and update dependencies (#232)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulschwarzenberger authored Sep 12, 2024
1 parent 5508892 commit c68e681
Show file tree
Hide file tree
Showing 12 changed files with 25 additions and 21 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
> 📖 [AWS IAM Roles Anywhere with open-source private CA](https://medium.com/@paulschwarzenberger/aws-iam-roles-anywhere-with-open-source-private-ca-6c0ec5758b2b)
> 📖 [API Gateway mTLS with open-source cloud CA](https://medium.com/@paulschwarzenberger/api-gateway-mtls-with-open-source-cloud-ca-3362438445de)
## Sponsors
This project is supported by [Q-Solution](https://www.q-solution.co.uk)

Expand Down
2 changes: 2 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ description: Serverless CA in AWS with FIPS 140-2 level 3 CA key storage and cos
> 📖 [AWS IAM Roles Anywhere with open-source private CA](https://medium.com/@paulschwarzenberger/aws-iam-roles-anywhere-with-open-source-private-ca-6c0ec5758b2b)
> 📖 [API Gateway mTLS with open-source cloud CA](https://medium.com/@paulschwarzenberger/api-gateway-mtls-with-open-source-cloud-ca-3362438445de)
## Sponsors
This project is supported by [Q-Solution](https://www.q-solution.co.uk)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
cryptography == 43.0.0
validators == 0.33.0
cryptography == 43.0.1
validators == 0.34.0
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
cryptography == 43.0.0
validators == 0.33.0
cryptography == 43.0.1
validators == 0.34.0
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
cryptography == 43.0.0
validators == 0.33.0
cryptography == 43.0.1
validators == 0.34.0
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
cryptography == 43.0.0
validators == 0.33.0
cryptography == 43.0.1
validators == 0.34.0
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
cryptography == 43.0.0
cryptography == 43.0.1
dataclasses-json == 0.6.7
validators == 0.33.0
validators == 0.34.0
6 changes: 3 additions & 3 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.8.0
boto3 == 1.35.0
cryptography == 43.0.0
boto3 == 1.35.17
cryptography == 43.0.1
dataclasses-json == 0.6.7
prospector == 1.10.3
pytest == 8.3.2
requests == 2.32.3
setuptools == 72.2.0
structlog == 24.4.0
validators == 0.33.0
validators == 0.34.0
6 changes: 3 additions & 3 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ asn1crypto == 1.5.1
assertpy == 1.1
bandit == 1.7.9
black == 24.8.0
boto3 == 1.35.0
boto3 == 1.35.17
certvalidator == 0.11.1
cryptography == 43.0.0
cryptography == 43.0.1
dataclasses-json == 0.6.7
prospector == 1.10.3
pytest == 8.3.2
requests == 2.32.3
setuptools == 72.2.0
structlog == 24.4.0
validators == 0.33.0
validators == 0.34.0
2 changes: 1 addition & 1 deletion 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.32
mkdocs-material == 9.5.34
pillow == 10.4.0
urllib3 == 2.2.2
2 changes: 1 addition & 1 deletion scripts/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
boto3 == 1.35.0
boto3 == 1.35.17
6 changes: 3 additions & 3 deletions utils/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
asn1crypto == 1.5.1
boto3 == 1.35.0
boto3 == 1.35.17
certvalidator == 0.11.1
cryptography == 43.0.0
validators == 0.33.0
cryptography == 43.0.1
validators == 0.34.0

0 comments on commit c68e681

Please sign in to comment.