Skip to content

Commit dd71d6a

Browse files
committed
deps: Update dependencies
1 parent 592076f commit dd71d6a

16 files changed

Lines changed: 410 additions & 374 deletions

File tree

packages/dsw-command-queue/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ psycopg-binary==3.3.3
44
PyYAML==6.0.3
55
tenacity==9.1.2
66
typing_extensions==4.15.0
7-
tzdata==2025.3
7+
tzdata==2026.2
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
certifi==2026.2.25
1+
certifi==2026.4.22
22
PyYAML==6.0.3
3-
sentry-sdk==2.55.0
3+
sentry-sdk==2.58.0
44
urllib3==2.6.3

packages/dsw-data-seeder/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM datastewardshipwizard/python-base:4.29.0-basic AS builder
1+
FROM datastewardshipwizard/python-base:4.30.0-basic AS builder
22

33
WORKDIR /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.29.0-basic
18+
FROM datastewardshipwizard/python-base:4.30.0-basic
1919

2020
ENV APPLICATION_CONFIG_PATH=/app/config/application.yml \
2121
WORKDIR_PATH=/home/user/data \

packages/dsw-data-seeder/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
argon2-cffi==25.1.0
22
argon2-cffi-bindings==25.1.0
3-
certifi==2026.2.25
3+
certifi==2026.4.22
44
cffi==2.0.0
5-
click==8.3.1
5+
click==8.3.3
66
func_timeout==4.3.5
77
minio==7.2.20
88
psycopg==3.3.3
@@ -11,7 +11,7 @@ pycparser==3.0
1111
pycryptodome==3.23.0
1212
python-dateutil==2.9.0.post0
1313
PyYAML==6.0.3
14-
sentry-sdk==2.55.0
14+
sentry-sdk==2.58.0
1515
six==1.17.0
1616
tenacity==9.1.2
1717
typing_extensions==4.15.0
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
certifi==2026.2.25
1+
certifi==2026.4.22
22
psycopg==3.3.3
33
psycopg-binary==3.3.3
44
PyYAML==6.0.3
5-
sentry-sdk==2.55.0
5+
sentry-sdk==2.58.0
66
tenacity==9.1.2
77
typing_extensions==4.15.0
88
urllib3==2.6.3

packages/dsw-document-worker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM datastewardshipwizard/python-base:4.29.0-docworker AS builder
1+
FROM datastewardshipwizard/python-base:4.30.0-docworker AS builder
22

33
ARG 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.29.0-docworker
20+
FROM datastewardshipwizard/python-base:4.30.0-docworker
2121

2222
ENV APPLICATION_CONFIG_PATH=/app/config/application.yml \
2323
WORKDIR_PATH=/tmp/docworker \

packages/dsw-document-worker/lambda.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM datastewardshipwizard/python-base:4.29.0-docworker-lambda AS builder
1+
FROM datastewardshipwizard/python-base:4.30.0-docworker-lambda AS builder
22

33
COPY . /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.29.0-docworker-lambda
14+
FROM datastewardshipwizard/python-base:4.30.0-docworker-lambda
1515

1616
ARG LAMBDA_TASK_ROOT
1717

packages/dsw-document-worker/requirements.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
argon2-cffi==25.1.0
22
argon2-cffi-bindings==25.1.0
33
Brotli==1.2.0
4-
certifi==2026.2.25
4+
certifi==2026.4.22
55
cffi==2.0.0
6-
charset-normalizer==3.4.6
7-
click==8.3.1
6+
charset-normalizer==3.4.7
7+
click==8.3.3
88
cssselect2==0.9.0
99
fonttools==4.62.1
1010
func_timeout==4.3.5
1111
html5lib==1.1
12-
idna==3.11
12+
idna==3.13
1313
Jinja2==3.1.6
1414
Markdown==3.10.2
1515
MarkupSafe==3.0.3
1616
minio==7.2.20
1717
panflute==2.3.1
1818
pathvalidate==3.3.1
19-
pillow==12.1.1
19+
pillow==12.2.0
2020
pluggy==1.6.0
2121
psycopg==3.3.3
2222
psycopg-binary==3.3.3
@@ -30,8 +30,8 @@ python-slugify==8.0.4
3030
PyYAML==6.0.3
3131
rdflib==7.6.0
3232
rdflib-jsonld==0.6.2
33-
requests==2.33.0
34-
sentry-sdk==2.55.0
33+
requests==2.33.1
34+
sentry-sdk==2.58.0
3535
six==1.17.0
3636
tenacity==9.1.2
3737
text-unidecode==1.3

packages/dsw-mailer/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM datastewardshipwizard/python-base:4.29.0-basic AS builder
1+
FROM datastewardshipwizard/python-base:4.30.0-basic AS builder
22

33
WORKDIR /app
44

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

14-
FROM datastewardshipwizard/python-base:4.29.0-basic
14+
FROM datastewardshipwizard/python-base:4.30.0-basic
1515

1616
ENV APPLICATION_CONFIG_PATH=/app/config/application.yml \
1717
WORKDIR_PATH=/home/user/templates \

packages/dsw-mailer/requirements.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
argon2-cffi==25.1.0
22
argon2-cffi-bindings==25.1.0
3-
boto3==1.42.73
4-
botocore==1.42.73
5-
certifi==2026.2.25
3+
boto3==1.42.95
4+
botocore==1.42.95
5+
certifi==2026.4.22
66
cffi==2.0.0
7-
click==8.3.1
7+
click==8.3.3
88
dkimpy==1.1.8
99
dnspython==2.8.0
1010
func_timeout==4.3.5
@@ -21,8 +21,8 @@ pycparser==3.0
2121
pycryptodome==3.23.0
2222
python-dateutil==2.9.0.post0
2323
PyYAML==6.0.3
24-
s3transfer==0.16.0
25-
sentry-sdk==2.55.0
24+
s3transfer==0.16.1
25+
sentry-sdk==2.58.0
2626
six==1.17.0
2727
tenacity==9.1.2
2828
typing_extensions==4.15.0

0 commit comments

Comments
 (0)