File tree Expand file tree Collapse file tree 13 files changed +50
-50
lines changed
Expand file tree Collapse file tree 13 files changed +50
-50
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.5
3+ psycopg-binary == 3.2.5
44PyYAML == 6.0.2
55tenacity == 9.0.0
66typing_extensions == 4.12.2
Original file line number Diff line number Diff line change 1- certifi == 2024.12.14
1+ certifi == 2025.1.31
22PyYAML == 6.0.2
3- sentry-sdk == 2.20 .0
3+ sentry-sdk == 2.22 .0
44urllib3 == 2.3.0
Original file line number Diff line number Diff line change 1- FROM datastewardshipwizard/python-base:4.15 .0-basic AS builder
1+ FROM datastewardshipwizard/python-base:4.16 .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.15 .0-basic
18+ FROM datastewardshipwizard/python-base:4.16 .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 11argon2-cffi == 23.1.0
22argon2-cffi-bindings == 21.2.0
3- certifi == 2024.12.14
3+ certifi == 2025.1.31
44cffi == 1.17.1
55click == 8.1.8
66func_timeout == 4.3.5
77minio == 7.2.15
8- psycopg == 3.2.3
9- psycopg-binary == 3.2.3
8+ psycopg == 3.2.5
9+ psycopg-binary == 3.2.5
1010pycparser == 2.22
1111pycryptodome == 3.21.0
1212python-dateutil == 2.9.0.post0
1313PyYAML == 6.0.2
14- sentry-sdk == 2.20 .0
14+ sentry-sdk == 2.22 .0
1515six == 1.17.0
1616tenacity == 9.0.0
1717typing_extensions == 4.12.2
Original file line number Diff line number Diff line change 1- certifi == 2024.12.14
2- psycopg == 3.2.3
3- psycopg-binary == 3.2.3
1+ certifi == 2025.1.31
2+ psycopg == 3.2.5
3+ psycopg-binary == 3.2.5
44PyYAML == 6.0.2
5- sentry-sdk == 2.20 .0
5+ sentry-sdk == 2.22 .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.15 .0-docworker AS builder
1+ FROM datastewardshipwizard/python-base:4.16 .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.15 .0-docworker
20+ FROM datastewardshipwizard/python-base:4.16 .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.15 .0-docworker-lambda AS builder
1+ FROM datastewardshipwizard/python-base:4.16 .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.15 .0-docworker-lambda
14+ FROM datastewardshipwizard/python-base:4.16 .0-docworker-lambda
1515
1616ARG LAMBDA_TASK_ROOT
1717
Original file line number Diff line number Diff line change 11argon2-cffi == 23.1.0
22argon2-cffi-bindings == 21.2.0
33Brotli == 1.1.0
4- certifi == 2024.12.14
4+ certifi == 2025.1.31
55cffi == 1.17.1
66charset-normalizer == 3.4.1
77click == 8.1.8
88cssselect2 == 0.7.0
9- fonttools == 4.55.7
9+ fonttools == 4.56.0
1010func_timeout == 4.3.5
1111html5lib == 1.1
1212idna == 3.10
@@ -18,8 +18,8 @@ panflute==2.3.1
1818pathvalidate == 3.2.3
1919pillow == 11.1.0
2020pluggy == 1.5.0
21- psycopg == 3.2.3
22- psycopg-binary == 3.2.3
21+ psycopg == 3.2.5
22+ psycopg-binary == 3.2.5
2323pycparser == 2.22
2424pycryptodome == 3.21.0
2525pydyf == 0.10.0
@@ -31,7 +31,7 @@ PyYAML==6.0.2
3131rdflib == 7.1.3
3232rdflib-jsonld == 0.6.2
3333requests == 2.32.3
34- sentry-sdk == 2.20 .0
34+ sentry-sdk == 2.22 .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.1
43+ XlsxWriter == 3.2.2
4444zopfli == 0.2.3.post1
Original file line number Diff line number Diff line change 1- FROM datastewardshipwizard/python-base:4.15 .0-basic AS builder
1+ FROM datastewardshipwizard/python-base:4.16 .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.15 .0-basic
13+ FROM datastewardshipwizard/python-base:4.16 .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.36.7
2- botocore == 1.36.7
3- certifi == 2024.12.14
1+ boto3 == 1.37.0
2+ botocore == 1.37.0
3+ certifi == 2025.1.31
44click == 8.1.8
55dkimpy == 1.1.8
66dnspython == 2.7.0
@@ -10,12 +10,12 @@ jmespath==1.0.1
1010Markdown == 3.7
1111MarkupSafe == 3.0.2
1212pathvalidate == 3.2.3
13- psycopg == 3.2.3
14- psycopg-binary == 3.2.3
13+ psycopg == 3.2.5
14+ psycopg-binary == 3.2.5
1515python-dateutil == 2.9.0.post0
1616PyYAML == 6.0.2
1717s3transfer == 0.11.2
18- sentry-sdk == 2.20 .0
18+ sentry-sdk == 2.22 .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