Skip to content

Commit

Permalink
Update cryptography to 43.0.3. (#329)
Browse files Browse the repository at this point in the history
This ensures that the wheels use the updated statically-linked OpenSSL.

See: GHSA-h4gh-qq45-vh27
  • Loading branch information
ZoogieZork authored Oct 24, 2024
1 parent 04505bc commit c450fc2
Show file tree
Hide file tree
Showing 4 changed files with 60 additions and 70 deletions.
2 changes: 1 addition & 1 deletion backend/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ awscli = "~=1.34"
aws-lambda-powertools = "~=3.2"
boto3 = ">=1.34"
boto3-stubs = {extras = ["ec2", "lambda", "s3", "secretsmanager", "sqs"], version = ">=1.34"}
cryptography = "~=42.0"
cryptography = "~=43.0"
cwe2 = "~=3.0"
django = "~=3.2"
graphql-query = "~=1.4"
Expand Down
63 changes: 29 additions & 34 deletions backend/Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion orchestrator/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ aws-lambda-powertools = "~=2.43"
awscli = "~=1.34"
boto3 = "~=1.35"
boto3-stubs = {extras = ["ec2", "lambda", "s3", "secretsmanager", "sqs"], version = "~=1.35"}
cryptography = "~=42.0"
cryptography = "~=43.0"
PyGithub = "~=2.4"
pyjwt = "~=2.9"
pyyaml = "~=6.0"
Expand Down
63 changes: 29 additions & 34 deletions orchestrator/Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c450fc2

Please sign in to comment.