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
1 change: 1 addition & 0 deletions packages/dsw-command-queue/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ classifiers = [
requires-python = ">=3.12, <4"
dependencies = [
"func-timeout",
"tenacity",
# DSW
"dsw-database==4.27.0",
]
Expand Down
4 changes: 2 additions & 2 deletions packages/dsw-command-queue/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
func_timeout==4.3.5
psycopg==3.3.2
psycopg-binary==3.3.2
psycopg==3.3.3
psycopg-binary==3.3.3
PyYAML==6.0.3
tenacity==9.1.2
typing_extensions==4.15.0
Expand Down
2 changes: 1 addition & 1 deletion packages/dsw-config/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
certifi==2026.1.4
PyYAML==6.0.3
sentry-sdk==2.50.0
sentry-sdk==2.53.0
urllib3==2.6.3
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.27.0-basic AS builder
FROM datastewardshipwizard/python-base:4.28.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.27.0-basic
FROM datastewardshipwizard/python-base:4.28.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
Expand Up @@ -5,13 +5,13 @@ cffi==2.0.0
click==8.3.1
func_timeout==4.3.5
minio==7.2.20
psycopg==3.3.2
psycopg-binary==3.3.2
psycopg==3.3.3
psycopg-binary==3.3.3
pycparser==3.0
pycryptodome==3.23.0
python-dateutil==2.9.0.post0
PyYAML==6.0.3
sentry-sdk==2.50.0
sentry-sdk==2.53.0
six==1.17.0
tenacity==9.1.2
typing_extensions==4.15.0
Expand Down
6 changes: 3 additions & 3 deletions packages/dsw-database/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
certifi==2026.1.4
psycopg==3.3.2
psycopg-binary==3.3.2
psycopg==3.3.3
psycopg-binary==3.3.3
PyYAML==6.0.3
sentry-sdk==2.50.0
sentry-sdk==2.53.0
tenacity==9.1.2
typing_extensions==4.15.0
urllib3==2.6.3
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.27.0-docworker AS builder
FROM datastewardshipwizard/python-base:4.28.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.27.0-docworker
FROM datastewardshipwizard/python-base:4.28.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.27.0-docworker-lambda AS builder
FROM datastewardshipwizard/python-base:4.28.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.27.0-docworker-lambda
FROM datastewardshipwizard/python-base:4.28.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
Expand Up @@ -5,21 +5,21 @@ certifi==2026.1.4
cffi==2.0.0
charset-normalizer==3.4.4
click==8.3.1
cssselect2==0.8.0
cssselect2==0.9.0
fonttools==4.61.1
func_timeout==4.3.5
html5lib==1.1
idna==3.11
Jinja2==3.1.6
Markdown==3.10.1
Markdown==3.10.2
MarkupSafe==3.0.3
minio==7.2.20
panflute==2.3.1
pathvalidate==3.3.1
pillow==12.1.0
pillow==12.1.1
pluggy==1.6.0
psycopg==3.3.2
psycopg-binary==3.3.2
psycopg==3.3.3
psycopg-binary==3.3.3
pycparser==3.0
pycryptodome==3.23.0
pydyf==0.12.1
Expand All @@ -28,18 +28,18 @@ pyphen==0.17.2
python-dateutil==2.9.0.post0
python-slugify==8.0.4
PyYAML==6.0.3
rdflib==7.5.0
rdflib==7.6.0
rdflib-jsonld==0.6.2
requests==2.32.5
sentry-sdk==2.50.0
sentry-sdk==2.53.0
six==1.17.0
tenacity==9.1.2
text-unidecode==1.3
tinycss2==1.5.1
tinyhtml5==2.0.0
typing_extensions==4.15.0
urllib3==2.6.3
weasyprint==68.0
weasyprint==68.1
webencodings==0.5.1
XlsxWriter==3.2.9
zopfli==0.4.0b1
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.27.0-basic AS builder
FROM datastewardshipwizard/python-base:4.28.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.27.0-basic
FROM datastewardshipwizard/python-base:4.28.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,7 +1,7 @@
argon2-cffi==25.1.0
argon2-cffi-bindings==25.1.0
boto3==1.42.33
botocore==1.42.33
boto3==1.42.54
botocore==1.42.54
certifi==2026.1.4
cffi==2.0.0
click==8.3.1
Expand All @@ -10,19 +10,19 @@ dnspython==2.8.0
func_timeout==4.3.5
Jinja2==3.1.6
jmespath==1.1.0
Markdown==3.10.1
Markdown==3.10.2
MarkupSafe==3.0.3
minio==7.2.20
pathvalidate==3.3.1
polib==1.2.0
psycopg==3.3.2
psycopg-binary==3.3.2
psycopg==3.3.3
psycopg-binary==3.3.3
pycparser==3.0
pycryptodome==3.23.0
python-dateutil==2.9.0.post0
PyYAML==6.0.3
s3transfer==0.16.0
sentry-sdk==2.50.0
sentry-sdk==2.53.0
six==1.17.0
tenacity==9.1.2
typing_extensions==4.15.0
Expand Down
2 changes: 1 addition & 1 deletion packages/dsw-storage/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ minio==7.2.20
pycparser==3.0
pycryptodome==3.23.0
PyYAML==6.0.3
sentry-sdk==2.50.0
sentry-sdk==2.53.0
tenacity==9.1.2
typing_extensions==4.15.0
urllib3==2.6.3
4 changes: 2 additions & 2 deletions packages/dsw-tdk/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM datastewardshipwizard/python-base:4.27.0-basic AS builder
FROM datastewardshipwizard/python-base:4.28.0-basic AS builder

WORKDIR /app

Expand All @@ -8,7 +8,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-tdk


FROM datastewardshipwizard/python-base:4.27.0-basic
FROM datastewardshipwizard/python-base:4.28.0-basic

ENV PATH="/home/user/.local/bin:$PATH"

Expand Down
4 changes: 2 additions & 2 deletions packages/dsw-tdk/requirements.test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ idna==3.11
iniconfig==2.1.0
Jinja2==3.1.6
MarkupSafe==3.0.3
multidict==6.7.0
multidict==6.7.1
packaging==25.0
pathspec==1.0.3
pathspec==1.0.4
pluggy==1.6.0
propcache==0.4.1
pytest==8.4.1
Expand Down
4 changes: 2 additions & 2 deletions packages/dsw-tdk/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ humanize==4.15.0
idna==3.11
Jinja2==3.1.6
MarkupSafe==3.0.3
multidict==6.7.0
pathspec==1.0.3
multidict==6.7.1
pathspec==1.0.4
propcache==0.4.1
python-dotenv==1.2.1
python-slugify==8.0.4
Expand Down
24 changes: 12 additions & 12 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ anyio==4.6.2.post1
argon2-cffi==25.1.0
argon2-cffi-bindings==25.1.0
attrs==25.4.0
boto3==1.42.33
botocore==1.42.33
boto3==1.42.54
botocore==1.42.54
Brotli==1.2.0
certifi==2026.1.4
cffi==2.0.0
charset-normalizer==3.4.4
click==8.3.1
colorama==0.4.6
cssselect2==0.8.0
cssselect2==0.9.0
dkimpy==1.1.8
dnspython==2.8.0
fonttools==4.61.1
Expand All @@ -25,18 +25,18 @@ humanize==4.15.0
idna==3.11
Jinja2==3.1.6
jmespath==1.1.0
Markdown==3.10.1
Markdown==3.10.2
MarkupSafe==3.0.3
minio==7.2.20
multidict==6.7.0
multidict==6.7.1
panflute==2.3.1
pathspec==1.0.3
pathspec==1.0.4
pathvalidate==3.3.1
pillow==12.1.0
pillow==12.1.1
pluggy==1.6.0
propcache==0.4.1
psycopg==3.3.2
psycopg-binary==3.3.2
psycopg==3.3.3
psycopg-binary==3.3.3
pycparser==3.0
pycryptodome==3.23.0
pydantic==2.12.5
Expand All @@ -48,11 +48,11 @@ python-dateutil==2.9.0.post0
python-dotenv==1.2.1
python-slugify==8.0.4
PyYAML==6.0.3
rdflib==7.5.0
rdflib==7.6.0
rdflib-jsonld==0.6.2
requests==2.32.5
s3transfer==0.16.0
sentry-sdk==2.50.0
sentry-sdk==2.53.0
six==1.17.0
sniffio==1.3.1
tenacity==9.1.2
Expand All @@ -64,7 +64,7 @@ typing_extensions==4.15.0
tzdata==2025.3
urllib3==2.6.3
watchfiles==1.1.1
weasyprint==68.0
weasyprint==68.1
webencodings==0.5.1
XlsxWriter==3.2.9
yarl==1.22.0
Expand Down
4 changes: 2 additions & 2 deletions scripts/update-deps.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ def _update_root_requirements(root_dir: pathlib.Path):
with_pip=True,
)
p = subprocess.Popen(
args=[pip, 'install', '-U', 'setuptools'],
args=[pip, 'install', '-U', 'setuptools<81.0', 'pip', 'wheel', 'pip-upgrader'],
)
p.wait()
p = subprocess.Popen(
args=[pip, 'install', 'pip-upgrader'],
args=[pip, 'freeze'],
)
p.wait()
p = subprocess.Popen(
Expand Down
Loading
Loading