Skip to content

Commit

Permalink
chore(deps): update all minor dependencies (#406)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 7, 2022
1 parent 3705b01 commit ecc3489
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions api/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
alembic==1.8.1
assemblyline-client==4.5.0
aws-lambda-powertools==2.1.0
boto3==1.24.96
boto3==1.25.4
fastapi==0.85.1
mangum==0.15.1
mangum==0.16.0
psycopg2-binary==2.9.5
python-multipart
SQLAlchemy==1.4.42
Expand Down
4 changes: 2 additions & 2 deletions api/requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ black==22.10.0
coverage==6.5.0
factory-boy==3.2.1
flake8==5.0.4
locust==2.12.2
pytest==7.1.3
locust==2.13.0
pytest==7.2.0
requests==2.28.1
uvicorn==0.19.0
2 changes: 1 addition & 1 deletion module/s3-scan-object/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BASE_IMAGE=node:14.20.1-alpine3.16@sha256:b953f75739f5ddce593f8b7cf8542bbe5eb6a2a637cdd855fb7444ad4e296e02
ARG BASE_IMAGE=node:14.21.0-alpine3.16@sha256:673f1dc6309e996c308032ad0e86c3270a76767c54e1bb8d23e45a84361a8245

# Builder to install lambda dependencies
FROM ${BASE_IMAGE} as builder
Expand Down

0 comments on commit ecc3489

Please sign in to comment.