Skip to content
Merged
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==2024.12.14
certifi==2025.1.31
PyYAML==6.0.2
sentry-sdk==2.20.0
sentry-sdk==2.22.0
urllib3==2.3.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.15.0-basic AS builder
FROM datastewardshipwizard/python-base:4.16.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.15.0-basic
FROM datastewardshipwizard/python-base:4.16.0-basic

ENV APPLICATION_CONFIG_PATH=/app/config/application.yml \
WORKDIR_PATH=/home/user/data \
Expand Down
4 changes: 2 additions & 2 deletions packages/dsw-data-seeder/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
argon2-cffi==23.1.0
argon2-cffi-bindings==21.2.0
certifi==2024.12.14
certifi==2025.1.31
cffi==1.17.1
click==8.1.8
func_timeout==4.3.5
Expand All @@ -11,7 +11,7 @@ pycparser==2.22
pycryptodome==3.21.0
python-dateutil==2.9.0.post0
PyYAML==6.0.2
sentry-sdk==2.20.0
sentry-sdk==2.22.0
six==1.17.0
tenacity==9.0.0
typing_extensions==4.12.2
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==2024.12.14
certifi==2025.1.31
psycopg==3.2.3
psycopg-binary==3.2.3
PyYAML==6.0.2
sentry-sdk==2.20.0
sentry-sdk==2.22.0
tenacity==9.0.0
typing_extensions==4.12.2
urllib3==2.3.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.15.0-docworker AS builder
FROM datastewardshipwizard/python-base:4.16.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.15.0-docworker
FROM datastewardshipwizard/python-base:4.16.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.15.0-docworker-lambda AS builder
FROM datastewardshipwizard/python-base:4.16.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.15.0-docworker-lambda
FROM datastewardshipwizard/python-base:4.16.0-docworker-lambda

ARG LAMBDA_TASK_ROOT

Expand Down
8 changes: 4 additions & 4 deletions packages/dsw-document-worker/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
argon2-cffi==23.1.0
argon2-cffi-bindings==21.2.0
Brotli==1.1.0
certifi==2024.12.14
certifi==2025.1.31
cffi==1.17.1
charset-normalizer==3.4.1
click==8.1.8
cssselect2==0.7.0
fonttools==4.55.7
fonttools==4.56.0
func_timeout==4.3.5
html5lib==1.1
idna==3.10
Expand All @@ -31,7 +31,7 @@ PyYAML==6.0.2
rdflib==7.1.3
rdflib-jsonld==0.6.2
requests==2.32.3
sentry-sdk==2.20.0
sentry-sdk==2.22.0
six==1.17.0
tenacity==9.0.0
text-unidecode==1.3
Expand All @@ -40,5 +40,5 @@ typing_extensions==4.12.2
urllib3==2.3.0
weasyprint==60.2
webencodings==0.5.1
XlsxWriter==3.2.1
XlsxWriter==3.2.2
zopfli==0.2.3.post1
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.15.0-basic AS builder
FROM datastewardshipwizard/python-base:4.16.0-basic AS builder

WORKDIR /app

Expand All @@ -10,7 +10,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-database \
&& python -m pip wheel --no-cache-dir --no-deps --wheel-dir=/app/wheels /app/packages/dsw-mailer

FROM datastewardshipwizard/python-base:4.15.0-basic
FROM datastewardshipwizard/python-base:4.16.0-basic

ENV APPLICATION_CONFIG_PATH=/app/config/application.yml \
WORKDIR_PATH=/home/user/templates \
Expand Down
8 changes: 4 additions & 4 deletions packages/dsw-mailer/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
boto3==1.36.7
botocore==1.36.7
certifi==2024.12.14
boto3==1.37.0
botocore==1.37.0
certifi==2025.1.31
click==8.1.8
dkimpy==1.1.8
dnspython==2.7.0
Expand All @@ -15,7 +15,7 @@ psycopg-binary==3.2.3
python-dateutil==2.9.0.post0
PyYAML==6.0.2
s3transfer==0.11.2
sentry-sdk==2.20.0
sentry-sdk==2.22.0
six==1.17.0
tenacity==9.0.0
typing_extensions==4.12.2
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==23.1.0
argon2-cffi-bindings==21.2.0
certifi==2024.12.14
certifi==2025.1.31
cffi==1.17.1
minio==7.2.15
pycparser==2.22
pycryptodome==3.21.0
PyYAML==6.0.2
sentry-sdk==2.20.0
sentry-sdk==2.22.0
tenacity==9.0.0
typing_extensions==4.12.2
urllib3==2.3.0
8 changes: 4 additions & 4 deletions packages/dsw-tdk/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
aiohappyeyeballs==2.4.4
aiohttp==3.11.11
aiohappyeyeballs==2.4.6
aiohttp==3.11.13
aiosignal==1.3.2
anyio==4.6.2.post1
attrs==25.1.0
click==8.1.8
colorama==0.4.6
frozenlist==1.5.0
humanize==4.11.0
humanize==4.12.1
idna==3.10
Jinja2==3.1.5
MarkupSafe==3.0.2
multidict==6.1.0
pathspec==0.12.1
propcache==0.2.1
propcache==0.3.0
python-dotenv==1.0.1
python-slugify==8.0.4
sniffio==1.3.1
Expand Down
24 changes: 12 additions & 12 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
aiohappyeyeballs==2.4.4
aiohttp==3.11.11
aiohappyeyeballs==2.4.6
aiohttp==3.11.13
aiosignal==1.3.2
anyio==4.6.2.post1
argon2-cffi==23.1.0
argon2-cffi-bindings==21.2.0
attrs==25.1.0
boto3==1.36.7
botocore==1.36.7
boto3==1.37.0
botocore==1.37.0
Brotli==1.1.0
certifi==2024.12.14
certifi==2025.1.31
cffi==1.17.1
charset-normalizer==3.4.1
click==8.1.8
colorama==0.4.6
cssselect2==0.7.0
dkimpy==1.1.8
dnspython==2.7.0
fonttools==4.55.7
fonttools==4.56.0
frozenlist==1.5.0
func_timeout==4.3.5
html5lib==1.1
humanize==4.11.0
humanize==4.12.1
idna==3.10
Jinja2==3.1.5
jmespath==1.0.1
Expand All @@ -33,9 +33,9 @@ pathspec==0.12.1
pathvalidate==3.2.3
pillow==11.1.0
pluggy==1.5.0
propcache==0.2.1
psycopg==3.2.3
psycopg-binary==3.2.4
propcache==0.3.0
psycopg==3.2.5
psycopg-binary==3.2.5
pycparser==2.22
pycryptodome==3.21.0
pydyf==0.10.0
Expand All @@ -49,7 +49,7 @@ rdflib==7.1.3
rdflib-jsonld==0.6.2
requests==2.32.3
s3transfer==0.11.2
sentry-sdk==2.20.0
sentry-sdk==2.22.0
setuptools==75.8.0
six==1.17.0
sniffio==1.3.1
Expand All @@ -63,6 +63,6 @@ watchfiles==1.0.4
weasyprint==60.2
webencodings==0.5.1
wheel==0.45.1
XlsxWriter==3.2.1
XlsxWriter==3.2.2
yarl==1.18.3
zopfli==0.2.3.post1
Loading