Skip to content

Commit

Permalink
Merge branch 'develop' into fix-negative-processing-times
Browse files Browse the repository at this point in the history
  • Loading branch information
jtherrmann authored Nov 13, 2024
2 parents 7d3d785 + 340c17b commit 3aaf60d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions requirements-all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
-r requirements-apps-start-execution-worker.txt
-r requirements-apps-disable-private-dns.txt
-r requirements-apps-update-db.txt
boto3==1.35.54
boto3==1.35.58
jinja2==3.1.4
moto[dynamodb]==5.0.20
pytest==8.3.3
Expand All @@ -15,6 +15,6 @@ flake8==7.1.1
flake8-import-order==0.18.2
flake8-blind-except==0.2.1
flake8-builtins==2.5.0
setuptools==75.3.0
setuptools==75.4.0
openapi-spec-validator==0.7.1
cfn-lint==1.18.4
cfn-lint==1.19.0
2 changes: 1 addition & 1 deletion requirements-apps-disable-private-dns.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
boto3==1.35.54
boto3==1.35.58
2 changes: 1 addition & 1 deletion requirements-apps-start-execution-manager.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
boto3==1.35.54
boto3==1.35.58
./lib/dynamo/
./lib/lambda_logging/
2 changes: 1 addition & 1 deletion requirements-apps-start-execution-worker.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
boto3==1.35.54
boto3==1.35.58
./lib/lambda_logging/

0 comments on commit 3aaf60d

Please sign in to comment.