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 11func_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
44PyYAML == 6.0.2
55tenacity == 9.0.0
66typing_extensions == 4.12.2
7- tzdata == 2024.2
7+ tzdata == 2025.1
Original file line number Diff line number Diff line change 11certifi == 2024.12.14
22PyYAML == 6.0.2
3- sentry-sdk == 2.19.2
3+ sentry-sdk == 2.20.0
44urllib3 == 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
22
33WORKDIR /app
44
@@ -15,7 +15,7 @@ RUN python -m pip wheel --no-cache-dir --wheel-dir=/app/wheels -r /app/packages/
1515 && python -m pip wheel --no-cache-dir --no-deps --wheel-dir=/app/wheels /app/packages/dsw-data-seeder
1616
1717
18- FROM datastewardshipwizard/python-base:4.14 .0-basic
18+ FROM datastewardshipwizard/python-base:4.15 .0-basic
1919
2020ENV APPLICATION_CONFIG_PATH=/app/config/application.yml \
2121 WORKDIR_PATH=/home/user/data \
Original file line number Diff line number Diff line change @@ -4,14 +4,14 @@ certifi==2024.12.14
44cffi == 1.17.1
55click == 8.1.8
66func_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
1010pycparser == 2.22
1111pycryptodome == 3.21.0
1212python-dateutil == 2.9.0.post0
1313PyYAML == 6.0.2
14- sentry-sdk == 2.19.2
14+ sentry-sdk == 2.20.0
1515six == 1.17.0
1616tenacity == 9.0.0
1717typing_extensions == 4.12.2
Original file line number Diff line number Diff line change 11certifi == 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
44PyYAML == 6.0.2
5- sentry-sdk == 2.19.2
5+ sentry-sdk == 2.20.0
66tenacity == 9.0.0
77typing_extensions == 4.12.2
88urllib3 == 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
22
33ARG TARGETARCH
44
@@ -17,7 +17,7 @@ RUN python -m pip wheel --wheel-dir=/app/wheels -r /app/packages/dsw-document-wo
1717 && python -m pip wheel --no-deps --wheel-dir=/app/wheels /app/packages/dsw-document-worker/addons/* \
1818 && python -m pip wheel --no-deps --wheel-dir=/app/wheels /app/packages/dsw-document-worker
1919
20- FROM datastewardshipwizard/python-base:4.14 .0-docworker
20+ FROM datastewardshipwizard/python-base:4.15 .0-docworker
2121
2222ENV APPLICATION_CONFIG_PATH=/app/config/application.yml \
2323 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
22
33COPY . /app
44
@@ -11,7 +11,7 @@ RUN python -m pip wheel --wheel-dir=/app/wheels -r /app/packages/dsw-document-wo
1111 && python -m pip wheel --no-deps --wheel-dir=/app/wheels /app/packages/dsw-document-worker/addons/* \
1212 && python -m pip wheel --no-deps --wheel-dir=/app/wheels /app/packages/dsw-document-worker
1313
14- FROM datastewardshipwizard/python-base:4.14 .0-docworker-lambda
14+ FROM datastewardshipwizard/python-base:4.15 .0-docworker-lambda
1515
1616ARG LAMBDA_TASK_ROOT
1717
Original file line number Diff line number Diff line change @@ -6,32 +6,32 @@ cffi==1.17.1
66charset-normalizer == 3.4.1
77click == 8.1.8
88cssselect2 == 0.7.0
9- fonttools == 4.55.3
9+ fonttools == 4.55.7
1010func_timeout == 4.3.5
1111html5lib == 1.1
1212idna == 3.10
1313Jinja2 == 3.1.5
1414Markdown == 3.7
1515MarkupSafe == 3.0.2
16- minio == 7.2.13
16+ minio == 7.2.15
1717panflute == 2.3.1
18- pathvalidate == 3.2.1
19- pillow == 11.0 .0
18+ pathvalidate == 3.2.3
19+ pillow == 11.1 .0
2020pluggy == 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
2323pycparser == 2.22
2424pycryptodome == 3.21.0
2525pydyf == 0.10.0
26- pyparsing == 3.2.0
27- pyphen == 0.17.0
26+ pyparsing == 3.2.1
27+ pyphen == 0.17.2
2828python-dateutil == 2.9.0.post0
2929python-slugify == 8.0.4
3030PyYAML == 6.0.2
31- rdflib == 7.1.1
31+ rdflib == 7.1.3
3232rdflib-jsonld == 0.6.2
3333requests == 2.32.3
34- sentry-sdk == 2.19.2
34+ sentry-sdk == 2.20.0
3535six == 1.17.0
3636tenacity == 9.0.0
3737text-unidecode == 1.3
@@ -40,5 +40,5 @@ typing_extensions==4.12.2
4040urllib3 == 2.3.0
4141weasyprint == 60.2
4242webencodings == 0.5.1
43- XlsxWriter == 3.2.0
43+ XlsxWriter == 3.2.1
4444zopfli == 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
22
33WORKDIR /app
44
@@ -10,7 +10,7 @@ RUN python -m pip wheel --no-cache-dir --wheel-dir=/app/wheels -r /app/packages/
1010 && python -m pip wheel --no-cache-dir --no-deps --wheel-dir=/app/wheels /app/packages/dsw-database \
1111 && python -m pip wheel --no-cache-dir --no-deps --wheel-dir=/app/wheels /app/packages/dsw-mailer
1212
13- FROM datastewardshipwizard/python-base:4.14 .0-basic
13+ FROM datastewardshipwizard/python-base:4.15 .0-basic
1414
1515ENV APPLICATION_CONFIG_PATH=/app/config/application.yml \
1616 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
33certifi == 2024.12.14
44click == 8.1.8
55dkimpy == 1.1.8
@@ -9,13 +9,13 @@ Jinja2==3.1.5
99jmespath == 1.0.1
1010Markdown == 3.7
1111MarkupSafe == 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
1515python-dateutil == 2.9.0.post0
1616PyYAML == 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
1919six == 1.17.0
2020tenacity == 9.0.0
2121typing_extensions == 4.12.2
You can’t perform that action at this time.
0 commit comments