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

Commit f08132e

Browse files
Update all dependencies to v2.2.2
1 parent 4092d30 commit f08132e

6 files changed

Lines changed: 72 additions & 72 deletions

File tree

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,38 @@
1-
amqp==2.6.1
2-
asgiref==3.4.1
3-
awscli==1.22.14
4-
billiard==3.6.4.0
5-
boto3==1.20.14
6-
botocore==1.23.14
1+
amqp==5.1.1
2+
asgiref==3.5.2
3+
awscli==1.25.48
4+
billiard==4.0.2
5+
boto3==1.24.48
6+
botocore==1.27.48
77
celery==4.4.6
8-
certifi==2021.10.8
9-
charset-normalizer==2.0.9
10-
click==8.0.3
8+
certifi==2022.6.15
9+
charset-normalizer==2.1.0
10+
click==8.1.3
1111
click-didyoumean==0.3.0
1212
click-plugins==1.1.1
1313
click-repl==0.2.0
14-
colorama==0.4.3
14+
colorama==0.4.5
1515
Deprecated==1.2.13
1616
Django==3.2.9
17-
django-filter==21.1
18-
djangorestframework==3.12.4
19-
docutils==0.15.2
17+
django-filter==22.1
18+
djangorestframework==3.13.1
19+
docutils==0.19
2020
future==0.18.2
2121
idna==3.3
22-
jmespath==0.10.0
23-
kombu==4.6.10
24-
prompt-toolkit==3.0.23
22+
jmespath==1.0.1
23+
kombu==5.2.4
24+
prompt-toolkit==3.0.30
2525
pyasn1==0.4.8
2626
python-dateutil==2.8.2
27-
pytz==2021.3
28-
PyYAML==5.4.1
29-
redis==4.0.2
30-
requests==2.26.0
31-
rsa==4.7.2
32-
s3transfer==0.5.0
27+
pytz==2022.1
28+
PyYAML==6.0
29+
redis==4.3.4
30+
requests==2.28.1
31+
rsa==4.9
32+
s3transfer==0.6.0
3333
six==1.16.0
3434
sqlparse==0.4.2
35-
urllib3==1.26.7
36-
vine==1.3.0
35+
urllib3==1.26.11
36+
vine==5.0.0
3737
wcwidth==0.2.5
38-
wrapt==1.13.3
38+
wrapt==1.14.1

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

download_service/requirements.txt

Lines changed: 35 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,49 @@
1-
amqp==5.0.9
2-
awscli==1.22.39
3-
billiard==3.6.4.0
4-
boto3==1.20.39
5-
botocore==1.23.39
1+
amqp==5.1.1
2+
awscli==1.25.48
3+
billiard==4.0.2
4+
boto3==1.24.48
5+
botocore==1.27.48
66
cached-property==1.5.2
7-
celery==5.2.3
8-
cffi==1.15.0
9-
click==8.0.3
7+
celery==5.2.7
8+
cffi==1.15.1
9+
click==8.1.3
1010
click-didyoumean==0.3.0
1111
click-plugins==1.1.1
1212
click-repl==0.2.0
13-
colorama==0.4.3
14-
cryptography==36.0.1
13+
colorama==0.4.5
14+
cryptography==37.0.4
1515
Deprecated==1.2.13
16-
docutils==0.15.2
17-
Flask==2.0.2
16+
docutils==0.19
17+
Flask==2.2.2
1818
Flask-Cors==3.0.10
19-
flower==1.0.0
19+
flower==1.2.0
2020
gunicorn==20.1.0
21-
humanize==3.13.1
22-
importlib-metadata==4.10.1
23-
itsdangerous==2.0.1
24-
Jinja2==3.0.3
25-
jmespath==0.10.0
26-
kombu==5.2.3
27-
MarkupSafe==2.0.1
21+
humanize==4.3.0
22+
importlib-metadata==4.12.0
23+
itsdangerous==2.1.2
24+
Jinja2==3.1.2
25+
jmespath==1.0.1
26+
kombu==5.2.4
27+
MarkupSafe==2.1.1
2828
packaging==21.3
29-
prometheus-client==0.12.0
30-
prompt-toolkit==3.0.24
29+
prometheus-client==0.14.1
30+
prompt-toolkit==3.0.30
3131
pyasn1==0.4.8
3232
pycparser==2.21
33-
pyOpenSSL==21.0.0
34-
pyparsing==3.0.7
33+
pyOpenSSL==22.0.0
34+
pyparsing==3.0.9
3535
python-dateutil==2.8.2
36-
pytz==2021.3
37-
PyYAML==5.4.1
38-
redis==4.1.1
39-
rsa==4.7.2
40-
s3transfer==0.5.0
36+
pytz==2022.1
37+
PyYAML==6.0
38+
redis==4.3.4
39+
rsa==4.9
40+
s3transfer==0.6.0
4141
six==1.16.0
42-
tornado==6.1
43-
typing-extensions==4.0.1
44-
urllib3==1.26.8
42+
tornado==6.2
43+
typing-extensions==4.3.0
44+
urllib3==1.26.11
4545
vine==5.0.0
4646
wcwidth==0.2.5
47-
Werkzeug==2.0.2
48-
wrapt==1.13.3
49-
zipp==3.7.0
47+
Werkzeug==2.2.2
48+
wrapt==1.14.1
49+
zipp==3.8.1

0 commit comments

Comments
 (0)