Skip to content

Commit 534425a

Browse files
committed
deps: Update dependencies
1 parent 38c0f3d commit 534425a

File tree

15 files changed

+59
-59
lines changed

15 files changed

+59
-59
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
func_timeout==4.3.5
2-
psycopg==3.2.13
3-
psycopg-binary==3.2.13
2+
psycopg==3.3.2
3+
psycopg-binary==3.3.2
44
PyYAML==6.0.3
55
tenacity==9.1.2
66
typing_extensions==4.15.0
7-
tzdata==2025.2
7+
tzdata==2025.3
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
certifi==2025.11.12
22
PyYAML==6.0.3
3-
sentry-sdk==2.45.0
4-
urllib3==2.5.0
3+
sentry-sdk==2.48.0
4+
urllib3==2.6.2

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.25.0-basic AS builder
1+
FROM datastewardshipwizard/python-base:4.26.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.25.0-basic
18+
FROM datastewardshipwizard/python-base:4.26.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: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ certifi==2025.11.12
44
cffi==2.0.0
55
click==8.3.1
66
func_timeout==4.3.5
7-
minio==7.2.18
8-
psycopg==3.2.13
9-
psycopg-binary==3.2.13
7+
minio==7.2.20
8+
psycopg==3.3.2
9+
psycopg-binary==3.3.2
1010
pycparser==2.23
1111
pycryptodome==3.23.0
1212
python-dateutil==2.9.0.post0
1313
PyYAML==6.0.3
14-
sentry-sdk==2.45.0
14+
sentry-sdk==2.48.0
1515
six==1.17.0
1616
tenacity==9.1.2
1717
typing_extensions==4.15.0
18-
urllib3==2.5.0
18+
urllib3==2.6.2
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
certifi==2025.11.12
2-
psycopg==3.2.13
3-
psycopg-binary==3.2.13
2+
psycopg==3.3.2
3+
psycopg-binary==3.3.2
44
PyYAML==6.0.3
5-
sentry-sdk==2.45.0
5+
sentry-sdk==2.48.0
66
tenacity==9.1.2
77
typing_extensions==4.15.0
8-
urllib3==2.5.0
8+
urllib3==2.6.2

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.25.0-docworker AS builder
1+
FROM datastewardshipwizard/python-base:4.26.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.25.0-docworker
20+
FROM datastewardshipwizard/python-base:4.26.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.25.0-docworker-lambda AS builder
1+
FROM datastewardshipwizard/python-base:4.26.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.25.0-docworker-lambda
14+
FROM datastewardshipwizard/python-base:4.26.0-docworker-lambda
1515

1616
ARG LAMBDA_TASK_ROOT
1717

packages/dsw-document-worker/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dependencies = [
3636
'requests',
3737
'sentry-sdk',
3838
'tenacity',
39-
'weasyprint==66.0',
39+
'weasyprint==67.0',
4040
'XlsxWriter',
4141
# DSW
4242
"dsw-command-queue==4.25.1",

packages/dsw-document-worker/requirements.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,40 +6,40 @@ cffi==2.0.0
66
charset-normalizer==3.4.4
77
click==8.3.1
88
cssselect2==0.8.0
9-
fonttools==4.60.1
9+
fonttools==4.61.1
1010
func_timeout==4.3.5
1111
html5lib==1.1
1212
idna==3.11
1313
Jinja2==3.1.6
1414
Markdown==3.10
1515
MarkupSafe==3.0.3
16-
minio==7.2.18
16+
minio==7.2.20
1717
panflute==2.3.1
1818
pathvalidate==3.3.1
1919
pillow==12.0.0
2020
pluggy==1.6.0
21-
psycopg==3.2.13
22-
psycopg-binary==3.2.13
21+
psycopg==3.3.2
22+
psycopg-binary==3.3.2
2323
pycparser==2.23
2424
pycryptodome==3.23.0
25-
pydyf==0.11.0
25+
pydyf==0.12.1
2626
pyparsing==3.2.5
2727
pyphen==0.17.2
2828
python-dateutil==2.9.0.post0
2929
python-slugify==8.0.4
3030
PyYAML==6.0.3
31-
rdflib==7.4.0
31+
rdflib==7.5.0
3232
rdflib-jsonld==0.6.2
3333
requests==2.32.5
34-
sentry-sdk==2.45.0
34+
sentry-sdk==2.48.0
3535
six==1.17.0
3636
tenacity==9.1.2
3737
text-unidecode==1.3
3838
tinycss2==1.5.1
3939
tinyhtml5==2.0.0
4040
typing_extensions==4.15.0
41-
urllib3==2.5.0
42-
weasyprint==66.0
41+
urllib3==2.6.2
42+
weasyprint==67.0
4343
webencodings==0.5.1
4444
XlsxWriter==3.2.9
4545
zopfli==0.4.0b1

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.25.0-basic AS builder
1+
FROM datastewardshipwizard/python-base:4.26.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.25.0-basic
14+
FROM datastewardshipwizard/python-base:4.26.0-basic
1515

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

0 commit comments

Comments
 (0)