Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/dsw-config/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
certifi==2026.4.22
certifi==2026.5.20
PyYAML==6.0.3
sentry-sdk==2.60.0
sentry-sdk==2.61.1
urllib3==2.7.0
4 changes: 2 additions & 2 deletions packages/dsw-data-seeder/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM datastewardshipwizard/python-base:4.31.0-basic AS builder
FROM datastewardshipwizard/python-base:4.32.0-basic AS builder

WORKDIR /app

Expand All @@ -15,7 +15,7 @@ RUN python -m pip wheel --no-cache-dir --wheel-dir=/app/wheels -r /app/packages/
&& python -m pip wheel --no-cache-dir --no-deps --wheel-dir=/app/wheels /app/packages/dsw-data-seeder


FROM datastewardshipwizard/python-base:4.31.0-basic
FROM datastewardshipwizard/python-base:4.32.0-basic

ENV APPLICATION_CONFIG_PATH=/app/config/application.yml \
WORKDIR_PATH=/home/user/data \
Expand Down
6 changes: 3 additions & 3 deletions packages/dsw-data-seeder/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
argon2-cffi==25.1.0
argon2-cffi-bindings==25.1.0
certifi==2026.4.22
certifi==2026.5.20
cffi==2.0.0
click==8.3.3
click==8.4.1
func_timeout==4.3.5
minio==7.2.20
psycopg==3.3.4
Expand All @@ -11,7 +11,7 @@ pycparser==3.0
pycryptodome==3.23.0
python-dateutil==2.9.0.post0
PyYAML==6.0.3
sentry-sdk==2.60.0
sentry-sdk==2.61.1
six==1.17.0
tenacity==9.1.2
typing_extensions==4.15.0
Expand Down
4 changes: 2 additions & 2 deletions packages/dsw-database/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
certifi==2026.4.22
certifi==2026.5.20
psycopg==3.3.4
psycopg-binary==3.3.4
PyYAML==6.0.3
sentry-sdk==2.60.0
sentry-sdk==2.61.1
tenacity==9.1.2
typing_extensions==4.15.0
urllib3==2.7.0
4 changes: 2 additions & 2 deletions packages/dsw-document-worker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM datastewardshipwizard/python-base:4.31.0-docworker AS builder
FROM datastewardshipwizard/python-base:4.32.0-docworker AS builder

ARG TARGETARCH

Expand All @@ -17,7 +17,7 @@ RUN python -m pip wheel --wheel-dir=/app/wheels -r /app/packages/dsw-document-wo
&& python -m pip wheel --no-deps --wheel-dir=/app/wheels /app/packages/dsw-document-worker/addons/* \
&& python -m pip wheel --no-deps --wheel-dir=/app/wheels /app/packages/dsw-document-worker

FROM datastewardshipwizard/python-base:4.31.0-docworker
FROM datastewardshipwizard/python-base:4.32.0-docworker

ENV APPLICATION_CONFIG_PATH=/app/config/application.yml \
WORKDIR_PATH=/tmp/docworker \
Expand Down
4 changes: 2 additions & 2 deletions packages/dsw-document-worker/lambda.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM datastewardshipwizard/python-base:4.31.0-docworker-lambda AS builder
FROM datastewardshipwizard/python-base:4.32.0-docworker-lambda AS builder

COPY . /app

Expand All @@ -11,7 +11,7 @@ RUN python -m pip wheel --wheel-dir=/app/wheels -r /app/packages/dsw-document-wo
&& python -m pip wheel --no-deps --wheel-dir=/app/wheels /app/packages/dsw-document-worker/addons/* \
&& python -m pip wheel --no-deps --wheel-dir=/app/wheels /app/packages/dsw-document-worker

FROM datastewardshipwizard/python-base:4.31.0-docworker-lambda
FROM datastewardshipwizard/python-base:4.32.0-docworker-lambda

ARG LAMBDA_TASK_ROOT

Expand Down
16 changes: 8 additions & 8 deletions packages/dsw-document-worker/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
argon2-cffi==25.1.0
argon2-cffi-bindings==25.1.0
Brotli==1.2.0
certifi==2026.4.22
certifi==2026.5.20
cffi==2.0.0
charset-normalizer==3.4.7
click==8.3.3
click==8.4.1
cssselect2==0.9.0
fonttools==4.62.1
fonttools==4.63.0
func_timeout==4.3.5
html5lib==1.1
idna==3.15
idna==3.18
Jinja2==3.1.6
Markdown==3.10.2
MarkupSafe==3.0.3
Expand All @@ -30,16 +30,16 @@ python-slugify==8.0.4
PyYAML==6.0.3
rdflib==7.6.0
rdflib-jsonld==0.6.2
requests==2.34.1
sentry-sdk==2.60.0
requests==2.34.2
sentry-sdk==2.61.1
six==1.17.0
tenacity==9.1.2
text-unidecode==1.3
tinycss2==1.5.1
tinyhtml5==2.1.0
typing_extensions==4.15.0
urllib3==2.7.0
weasyprint==68.1
weasyprint==69.0
webencodings==0.5.1
XlsxWriter==3.2.9
zopfli==0.4.1
zopfli==0.4.2
4 changes: 2 additions & 2 deletions packages/dsw-mailer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM datastewardshipwizard/python-base:4.31.0-basic AS builder
FROM datastewardshipwizard/python-base:4.32.0-basic AS builder

WORKDIR /app

Expand All @@ -11,7 +11,7 @@ RUN python -m pip wheel --no-cache-dir --wheel-dir=/app/wheels -r /app/packages/
&& python -m pip wheel --no-cache-dir --no-deps --wheel-dir=/app/wheels /app/packages/dsw-storage \
&& python -m pip wheel --no-cache-dir --no-deps --wheel-dir=/app/wheels /app/packages/dsw-mailer

FROM datastewardshipwizard/python-base:4.31.0-basic
FROM datastewardshipwizard/python-base:4.32.0-basic

ENV APPLICATION_CONFIG_PATH=/app/config/application.yml \
WORKDIR_PATH=/home/user/templates \
Expand Down
12 changes: 6 additions & 6 deletions packages/dsw-mailer/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
argon2-cffi==25.1.0
argon2-cffi-bindings==25.1.0
boto3==1.43.7
botocore==1.43.7
certifi==2026.4.22
boto3==1.43.24
botocore==1.43.24
certifi==2026.5.20
cffi==2.0.0
click==8.3.3
click==8.4.1
dkimpy==1.1.8
dnspython==2.8.0
func_timeout==4.3.5
Expand All @@ -21,8 +21,8 @@ pycparser==3.0
pycryptodome==3.23.0
python-dateutil==2.9.0.post0
PyYAML==6.0.3
s3transfer==0.17.0
sentry-sdk==2.60.0
s3transfer==0.18.0
sentry-sdk==2.61.1
six==1.17.0
tenacity==9.1.2
typing_extensions==4.15.0
Expand Down
4 changes: 2 additions & 2 deletions packages/dsw-storage/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
argon2-cffi==25.1.0
argon2-cffi-bindings==25.1.0
certifi==2026.4.22
certifi==2026.5.20
cffi==2.0.0
minio==7.2.20
pycparser==3.0
pycryptodome==3.23.0
PyYAML==6.0.3
sentry-sdk==2.60.0
sentry-sdk==2.61.1
tenacity==9.1.2
typing_extensions==4.15.0
urllib3==2.7.0
14 changes: 7 additions & 7 deletions packages/dsw-tdk/requirements.test.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
aiohappyeyeballs==2.6.1
aiohttp==3.13.5
aiohappyeyeballs==2.6.2
aiohttp==3.14.1
aiosignal==1.4.0
anyio==4.13.0
attrs==26.1.0
click==8.3.3
click==8.4.1
colorama==0.4.6
frozenlist==1.8.0
humanize==4.15.0
idna==3.15
idna==3.18
iniconfig==2.3.0
Jinja2==3.1.6
MarkupSafe==3.0.3
Expand All @@ -26,6 +26,6 @@ sniffio==1.3.1
text-unidecode==1.3
urllib3==2.7.0
vcrpy==8.1.1
watchfiles==1.1.1
wrapt==2.1.2
yarl==1.23.0
watchfiles==1.2.0
wrapt==2.2.1
yarl==1.24.2
12 changes: 6 additions & 6 deletions packages/dsw-tdk/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
aiohappyeyeballs==2.6.1
aiohttp==3.13.5
aiohappyeyeballs==2.6.2
aiohttp==3.14.1
aiosignal==1.4.0
anyio==4.13.0
attrs==26.1.0
click==8.3.3
click==8.4.1
colorama==0.4.6
frozenlist==1.8.0
humanize==4.15.0
idna==3.15
idna==3.18
Jinja2==3.1.6
MarkupSafe==3.0.3
multidict==6.7.1
Expand All @@ -17,5 +17,5 @@ python-dotenv==1.2.2
python-slugify==8.0.4
sniffio==1.3.1
text-unidecode==1.3
watchfiles==1.1.1
yarl==1.23.0
watchfiles==1.2.0
yarl==1.24.2
44 changes: 22 additions & 22 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
aiohappyeyeballs==2.6.1
aiohttp==3.13.5
aiohappyeyeballs==2.6.2
aiohttp==3.14.1
aiosignal==1.4.0
annotated-types==0.7.0
anyio==4.13.0
argon2-cffi==25.1.0
argon2-cffi-bindings==25.1.0
attrs==26.1.0
boto3==1.43.7
botocore==1.43.7
boto3==1.43.24
botocore==1.43.24
Brotli==1.2.0
certifi==2026.4.22
certifi==2026.5.20
cffi==2.0.0
charset-normalizer==3.4.7
click==8.3.3
click==8.4.1
colorama==0.4.6
cssselect2==0.9.0
dkimpy==1.1.8
dnspython==2.8.0
fonttools==4.62.1
fonttools==4.63.0
frozenlist==1.8.0
func_timeout==4.3.5
html5lib==1.1
humanize==4.15.0
idna==3.15
idna==3.18
Jinja2==3.1.6
jmespath==1.1.0
Markdown==3.10.2
Expand Down Expand Up @@ -50,9 +50,9 @@ python-slugify==8.0.4
PyYAML==6.0.3
rdflib==7.6.0
rdflib-jsonld==0.6.2
requests==2.34.1
s3transfer==0.17.0
sentry-sdk==2.60.0
requests==2.34.2
s3transfer==0.18.0
sentry-sdk==2.61.1
six==1.17.0
sniffio==1.3.1
tenacity==9.1.2
Expand All @@ -63,22 +63,22 @@ typing-inspection==0.4.2
typing_extensions==4.15.0
tzdata==2026.2
urllib3==2.7.0
watchfiles==1.1.1
weasyprint==68.1
watchfiles==1.2.0
weasyprint==69.0
webencodings==0.5.1
XlsxWriter==3.2.9
yarl==1.23.0
zopfli==0.4.1
aiohappyeyeballs==2.6.1
aiohttp==3.13.5
yarl==1.24.2
zopfli==0.4.2
aiohappyeyeballs==2.6.2
aiohttp==3.14.1
aiosignal==1.4.0
anyio==4.13.0
attrs==26.1.0
click==8.3.3
click==8.4.1
colorama==0.4.6
frozenlist==1.8.0
humanize==4.15.0
idna==3.15
idna==3.18
iniconfig==2.3.0
Jinja2==3.1.6
MarkupSafe==3.0.3
Expand All @@ -97,7 +97,7 @@ sniffio==1.3.1
text-unidecode==1.3
urllib3==2.7.0
vcrpy==8.1.1
watchfiles==1.1.1
wrapt==2.1.2
yarl==1.23.0
watchfiles==1.2.0
wrapt==2.2.1
yarl==1.24.2

Loading
Loading