Skip to content

Commit

Permalink
Merge branch 'develop' into update-filter-param-description
Browse files Browse the repository at this point in the history
  • Loading branch information
jtherrmann authored Oct 20, 2023
2 parents 7801f58 + 9e2745d commit fbeb52f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions requirements-all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
-r requirements-apps-start-execution-manager.txt
-r requirements-apps-start-execution-worker.txt
-r requirements-apps-update-db.txt
boto3==1.28.66
boto3==1.28.67
jinja2==3.1.2
moto[dynamodb]==4.2.5
moto[dynamodb]==4.2.6
pytest==7.4.2
PyYAML==6.0.1
responses==0.23.3
Expand Down
2 changes: 1 addition & 1 deletion requirements-apps-api.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ prance==23.6.21.0
PyJWT==2.8.0
requests==2.31.0
serverless_wsgi==3.0.3
shapely==2.0.1
shapely==2.0.2
strict-rfc3339==0.7
Werkzeug==3.0.0
./lib/dynamo/
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.28.66
boto3==1.28.67
./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.28.66
boto3==1.28.67
./lib/lambda_logging/

0 comments on commit fbeb52f

Please sign in to comment.