Skip to content

Commit

Permalink
revert cryptography update
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamsiy committed Dec 2, 2024
1 parent d143f83 commit 2271ba2
Show file tree
Hide file tree
Showing 4 changed files with 126 additions and 134 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.36"
aws-lambda-powertools = "~=3.3"
boto3 = "~=1.35"
boto3-stubs = {extras = ["ec2", "lambda", "s3", "secretsmanager", "sqs"], version = "~=1.35"}
cryptography = "~=44.0"
cryptography = "~=43.0"
cwe2 = "~=3.0"
django = "~=3.2"
docker = "~=7.1"
Expand Down
126 changes: 61 additions & 65 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 = "~=3.3"
awscli = "~=1.35"
boto3 = "~=1.35"
boto3-stubs = {extras = ["ec2", "lambda", "s3", "secretsmanager", "sqs"], version = "~=1.35"}
cryptography = "~=44.0"
cryptography = "~=43.0"
PyGithub = "~=2.4"
pyjwt = "~=2.9"
pyyaml = "~=6.0"
Expand Down
Loading

0 comments on commit 2271ba2

Please sign in to comment.