File tree Expand file tree Collapse file tree 13 files changed +59
-59
lines changed Expand file tree Collapse file tree 13 files changed +59
-59
lines changed Original file line number Diff line number Diff line change 1
1
func_timeout == 4.3.5
2
- psycopg == 3.2.3
3
- psycopg-binary == 3.2.3
2
+ psycopg == 3.2.4
3
+ psycopg-binary == 3.2.4
4
4
PyYAML == 6.0.2
5
5
tenacity == 9.0.0
6
6
typing_extensions == 4.12.2
7
- tzdata == 2024.2
7
+ tzdata == 2025.1
Original file line number Diff line number Diff line change 1
1
certifi == 2024.12.14
2
2
PyYAML == 6.0.2
3
- sentry-sdk == 2.19.2
3
+ sentry-sdk == 2.20.0
4
4
urllib3 == 2.3.0
Original file line number Diff line number Diff line change 1
- FROM datastewardshipwizard/python-base:4.14 .0-basic AS builder
1
+ FROM datastewardshipwizard/python-base:4.15 .0-basic AS builder
2
2
3
3
WORKDIR /app
4
4
@@ -15,7 +15,7 @@ RUN python -m pip wheel --no-cache-dir --wheel-dir=/app/wheels -r /app/packages/
15
15
&& python -m pip wheel --no-cache-dir --no-deps --wheel-dir=/app/wheels /app/packages/dsw-data-seeder
16
16
17
17
18
- FROM datastewardshipwizard/python-base:4.14 .0-basic
18
+ FROM datastewardshipwizard/python-base:4.15 .0-basic
19
19
20
20
ENV APPLICATION_CONFIG_PATH=/app/config/application.yml \
21
21
WORKDIR_PATH=/home/user/data \
Original file line number Diff line number Diff line change @@ -4,14 +4,14 @@ certifi==2024.12.14
4
4
cffi == 1.17.1
5
5
click == 8.1.8
6
6
func_timeout == 4.3.5
7
- minio == 7.2.13
8
- psycopg == 3.2.3
9
- psycopg-binary == 3.2.3
7
+ minio == 7.2.15
8
+ psycopg == 3.2.4
9
+ psycopg-binary == 3.2.4
10
10
pycparser == 2.22
11
11
pycryptodome == 3.21.0
12
12
python-dateutil == 2.9.0.post0
13
13
PyYAML == 6.0.2
14
- sentry-sdk == 2.19.2
14
+ sentry-sdk == 2.20.0
15
15
six == 1.17.0
16
16
tenacity == 9.0.0
17
17
typing_extensions == 4.12.2
Original file line number Diff line number Diff line change 1
1
certifi == 2024.12.14
2
- psycopg == 3.2.3
3
- psycopg-binary == 3.2.3
2
+ psycopg == 3.2.4
3
+ psycopg-binary == 3.2.4
4
4
PyYAML == 6.0.2
5
- sentry-sdk == 2.19.2
5
+ sentry-sdk == 2.20.0
6
6
tenacity == 9.0.0
7
7
typing_extensions == 4.12.2
8
8
urllib3 == 2.3.0
Original file line number Diff line number Diff line change 1
- FROM datastewardshipwizard/python-base:4.14 .0-docworker AS builder
1
+ FROM datastewardshipwizard/python-base:4.15 .0-docworker AS builder
2
2
3
3
ARG TARGETARCH
4
4
@@ -17,7 +17,7 @@ RUN python -m pip wheel --wheel-dir=/app/wheels -r /app/packages/dsw-document-wo
17
17
&& python -m pip wheel --no-deps --wheel-dir=/app/wheels /app/packages/dsw-document-worker/addons/* \
18
18
&& python -m pip wheel --no-deps --wheel-dir=/app/wheels /app/packages/dsw-document-worker
19
19
20
- FROM datastewardshipwizard/python-base:4.14 .0-docworker
20
+ FROM datastewardshipwizard/python-base:4.15 .0-docworker
21
21
22
22
ENV APPLICATION_CONFIG_PATH=/app/config/application.yml \
23
23
WORKDIR_PATH=/tmp/docworker \
Original file line number Diff line number Diff line change 1
- FROM datastewardshipwizard/python-base:4.14 .0-docworker-lambda AS builder
1
+ FROM datastewardshipwizard/python-base:4.15 .0-docworker-lambda AS builder
2
2
3
3
COPY . /app
4
4
@@ -11,7 +11,7 @@ RUN python -m pip wheel --wheel-dir=/app/wheels -r /app/packages/dsw-document-wo
11
11
&& python -m pip wheel --no-deps --wheel-dir=/app/wheels /app/packages/dsw-document-worker/addons/* \
12
12
&& python -m pip wheel --no-deps --wheel-dir=/app/wheels /app/packages/dsw-document-worker
13
13
14
- FROM datastewardshipwizard/python-base:4.14 .0-docworker-lambda
14
+ FROM datastewardshipwizard/python-base:4.15 .0-docworker-lambda
15
15
16
16
ARG LAMBDA_TASK_ROOT
17
17
Original file line number Diff line number Diff line change @@ -6,32 +6,32 @@ cffi==1.17.1
6
6
charset-normalizer == 3.4.1
7
7
click == 8.1.8
8
8
cssselect2 == 0.7.0
9
- fonttools == 4.55.3
9
+ fonttools == 4.55.7
10
10
func_timeout == 4.3.5
11
11
html5lib == 1.1
12
12
idna == 3.10
13
13
Jinja2 == 3.1.5
14
14
Markdown == 3.7
15
15
MarkupSafe == 3.0.2
16
- minio == 7.2.13
16
+ minio == 7.2.15
17
17
panflute == 2.3.1
18
- pathvalidate == 3.2.1
19
- pillow == 11.0 .0
18
+ pathvalidate == 3.2.3
19
+ pillow == 11.1 .0
20
20
pluggy == 1.5.0
21
- psycopg == 3.2.3
22
- psycopg-binary == 3.2.3
21
+ psycopg == 3.2.4
22
+ psycopg-binary == 3.2.4
23
23
pycparser == 2.22
24
24
pycryptodome == 3.21.0
25
25
pydyf == 0.10.0
26
- pyparsing == 3.2.0
27
- pyphen == 0.17.0
26
+ pyparsing == 3.2.1
27
+ pyphen == 0.17.2
28
28
python-dateutil == 2.9.0.post0
29
29
python-slugify == 8.0.4
30
30
PyYAML == 6.0.2
31
- rdflib == 7.1.1
31
+ rdflib == 7.1.3
32
32
rdflib-jsonld == 0.6.2
33
33
requests == 2.32.3
34
- sentry-sdk == 2.19.2
34
+ sentry-sdk == 2.20.0
35
35
six == 1.17.0
36
36
tenacity == 9.0.0
37
37
text-unidecode == 1.3
@@ -40,5 +40,5 @@ typing_extensions==4.12.2
40
40
urllib3 == 2.3.0
41
41
weasyprint == 60.2
42
42
webencodings == 0.5.1
43
- XlsxWriter == 3.2.0
43
+ XlsxWriter == 3.2.1
44
44
zopfli == 0.2.3.post1
Original file line number Diff line number Diff line change 1
- FROM datastewardshipwizard/python-base:4.14 .0-basic AS builder
1
+ FROM datastewardshipwizard/python-base:4.15 .0-basic AS builder
2
2
3
3
WORKDIR /app
4
4
@@ -10,7 +10,7 @@ RUN python -m pip wheel --no-cache-dir --wheel-dir=/app/wheels -r /app/packages/
10
10
&& python -m pip wheel --no-cache-dir --no-deps --wheel-dir=/app/wheels /app/packages/dsw-database \
11
11
&& python -m pip wheel --no-cache-dir --no-deps --wheel-dir=/app/wheels /app/packages/dsw-mailer
12
12
13
- FROM datastewardshipwizard/python-base:4.14 .0-basic
13
+ FROM datastewardshipwizard/python-base:4.15 .0-basic
14
14
15
15
ENV APPLICATION_CONFIG_PATH=/app/config/application.yml \
16
16
WORKDIR_PATH=/home/user/templates \
Original file line number Diff line number Diff line change 1
- boto3 == 1.35.87
2
- botocore == 1.35.87
1
+ boto3 == 1.36.7
2
+ botocore == 1.36.7
3
3
certifi == 2024.12.14
4
4
click == 8.1.8
5
5
dkimpy == 1.1.8
@@ -9,13 +9,13 @@ Jinja2==3.1.5
9
9
jmespath == 1.0.1
10
10
Markdown == 3.7
11
11
MarkupSafe == 3.0.2
12
- pathvalidate == 3.2.1
13
- psycopg == 3.2.3
14
- psycopg-binary == 3.2.3
12
+ pathvalidate == 3.2.3
13
+ psycopg == 3.2.4
14
+ psycopg-binary == 3.2.4
15
15
python-dateutil == 2.9.0.post0
16
16
PyYAML == 6.0.2
17
- s3transfer == 0.10.4
18
- sentry-sdk == 2.19.2
17
+ s3transfer == 0.11.2
18
+ sentry-sdk == 2.20.0
19
19
six == 1.17.0
20
20
tenacity == 9.0.0
21
21
typing_extensions == 4.12.2
You can’t perform that action at this time.
0 commit comments