Skip to content
This repository was archived by the owner on May 30, 2023. It is now read-only.

Commit a485937

Browse files
Update all dependencies
1 parent 038d53d commit a485937

5 files changed

Lines changed: 14 additions & 14 deletions

File tree

daita-app/dataflow-service/compress-download-app/tasks/download/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.8-bullseye
1+
FROM python:3.10-bullseye
22

33
WORKDIR /app
44
ADD ./requirements.txt .

daita-app/dataflow-service/decompress-upload-app/tasks/decompress/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.8-bullseye
1+
FROM python:3.10-bullseye
22

33
RUN apt-get update
44
RUN apt-get install -y \
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
requests
22
numpy
3-
opencv-python==4.5.4.58
4-
Pillow==9.0.1
5-
scikit-image==0.18.3
6-
scipy==1.7.2
7-
imageio==2.10.4
3+
opencv-python==4.6.0.66
4+
Pillow==9.2.0
5+
scikit-image==0.19.3
6+
scipy==1.9.0
7+
imageio==2.21.1
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
numpy
2-
Pillow==9.0.1
3-
scikit-image==0.18.3
4-
opencv-python==4.5.4.58
5-
scipy==1.7.2
6-
imageio==2.10.4
2+
Pillow==9.2.0
3+
scikit-image==0.19.3
4+
opencv-python==4.6.0.66
5+
scipy==1.9.0
6+
imageio==2.21.1

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
aws-sam-cli==1.53.0
2-
awscli==1.25.51
1+
aws-sam-cli==1.55.0
2+
awscli==1.25.58

0 commit comments

Comments
 (0)