This repository has been archived by the owner on May 30, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update all dependencies
- Loading branch information
1 parent
4dfa583
commit e7084e6
Showing
7 changed files
with
16 additions
and
16 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
daita-app/dataflow-service/compress-download-app/tasks/download/Dockerfile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM python:3.8-bullseye | ||
FROM python:3.11-bullseye | ||
|
||
WORKDIR /app | ||
ADD ./requirements.txt . | ||
|
2 changes: 1 addition & 1 deletion
2
daita-app/dataflow-service/decompress-upload-app/tasks/decompress/Dockerfile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM python:3.8-bullseye | ||
FROM python:3.11-bullseye | ||
|
||
RUN apt-get update | ||
RUN apt-get install -y \ | ||
|
2 changes: 1 addition & 1 deletion
2
daita-app/health-check-service/functions/handlers/calculate_health_check/Dockerfile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 5 additions & 5 deletions
10
daita-app/health-check-service/functions/handlers/calculate_health_check/requirements.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
requests | ||
numpy | ||
opencv-python==4.5.4.58 | ||
Pillow==9.0.1 | ||
scikit-image==0.18.3 | ||
scipy==1.7.2 | ||
imageio==2.10.4 | ||
opencv-python==4.7.0.72 | ||
Pillow==9.4.0 | ||
scikit-image==0.20.0 | ||
scipy==1.10.1 | ||
imageio==2.26.0 |
2 changes: 1 addition & 1 deletion
2
daita-app/reference-image-service/functions/handlers/calculate_reference_image/Dockerfile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 5 additions & 5 deletions
10
...app/reference-image-service/functions/handlers/calculate_reference_image/requirements.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
numpy | ||
Pillow==9.0.1 | ||
scikit-image==0.18.3 | ||
opencv-python==4.5.4.58 | ||
scipy==1.7.2 | ||
imageio==2.10.4 | ||
Pillow==9.4.0 | ||
scikit-image==0.20.0 | ||
opencv-python==4.7.0.72 | ||
scipy==1.10.1 | ||
imageio==2.26.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
aws-sam-cli==1.53.0 | ||
awscli==1.25.51 | ||
aws-sam-cli==1.76.0 | ||
awscli==1.27.84 |