Skip to content

Commit 6c8a97b

Browse files
committed
deps: Update dependencies
1 parent 5bed436 commit 6c8a97b

File tree

13 files changed

+59
-59
lines changed

13 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.3
3-
psycopg-binary==3.2.3
2+
psycopg==3.2.4
3+
psycopg-binary==3.2.4
44
PyYAML==6.0.2
55
tenacity==9.0.0
66
typing_extensions==4.12.2
7-
tzdata==2024.2
7+
tzdata==2025.1

packages/dsw-config/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
certifi==2024.12.14
22
PyYAML==6.0.2
3-
sentry-sdk==2.19.2
3+
sentry-sdk==2.20.0
44
urllib3==2.3.0

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.14.0-basic AS builder
1+
FROM datastewardshipwizard/python-base:4.15.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.14.0-basic
18+
FROM datastewardshipwizard/python-base:4.15.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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ certifi==2024.12.14
44
cffi==1.17.1
55
click==8.1.8
66
func_timeout==4.3.5
7-
minio==7.2.13
8-
psycopg==3.2.3
9-
psycopg-binary==3.2.3
7+
minio==7.2.15
8+
psycopg==3.2.4
9+
psycopg-binary==3.2.4
1010
pycparser==2.22
1111
pycryptodome==3.21.0
1212
python-dateutil==2.9.0.post0
1313
PyYAML==6.0.2
14-
sentry-sdk==2.19.2
14+
sentry-sdk==2.20.0
1515
six==1.17.0
1616
tenacity==9.0.0
1717
typing_extensions==4.12.2
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
certifi==2024.12.14
2-
psycopg==3.2.3
3-
psycopg-binary==3.2.3
2+
psycopg==3.2.4
3+
psycopg-binary==3.2.4
44
PyYAML==6.0.2
5-
sentry-sdk==2.19.2
5+
sentry-sdk==2.20.0
66
tenacity==9.0.0
77
typing_extensions==4.12.2
88
urllib3==2.3.0

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

1616
ARG LAMBDA_TASK_ROOT
1717

packages/dsw-document-worker/requirements.txt

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,32 +6,32 @@ cffi==1.17.1
66
charset-normalizer==3.4.1
77
click==8.1.8
88
cssselect2==0.7.0
9-
fonttools==4.55.3
9+
fonttools==4.55.7
1010
func_timeout==4.3.5
1111
html5lib==1.1
1212
idna==3.10
1313
Jinja2==3.1.5
1414
Markdown==3.7
1515
MarkupSafe==3.0.2
16-
minio==7.2.13
16+
minio==7.2.15
1717
panflute==2.3.1
18-
pathvalidate==3.2.1
19-
pillow==11.0.0
18+
pathvalidate==3.2.3
19+
pillow==11.1.0
2020
pluggy==1.5.0
21-
psycopg==3.2.3
22-
psycopg-binary==3.2.3
21+
psycopg==3.2.4
22+
psycopg-binary==3.2.4
2323
pycparser==2.22
2424
pycryptodome==3.21.0
2525
pydyf==0.10.0
26-
pyparsing==3.2.0
27-
pyphen==0.17.0
26+
pyparsing==3.2.1
27+
pyphen==0.17.2
2828
python-dateutil==2.9.0.post0
2929
python-slugify==8.0.4
3030
PyYAML==6.0.2
31-
rdflib==7.1.1
31+
rdflib==7.1.3
3232
rdflib-jsonld==0.6.2
3333
requests==2.32.3
34-
sentry-sdk==2.19.2
34+
sentry-sdk==2.20.0
3535
six==1.17.0
3636
tenacity==9.0.0
3737
text-unidecode==1.3
@@ -40,5 +40,5 @@ typing_extensions==4.12.2
4040
urllib3==2.3.0
4141
weasyprint==60.2
4242
webencodings==0.5.1
43-
XlsxWriter==3.2.0
43+
XlsxWriter==3.2.1
4444
zopfli==0.2.3.post1

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.14.0-basic AS builder
1+
FROM datastewardshipwizard/python-base:4.15.0-basic AS builder
22

33
WORKDIR /app
44

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

13-
FROM datastewardshipwizard/python-base:4.14.0-basic
13+
FROM datastewardshipwizard/python-base:4.15.0-basic
1414

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

packages/dsw-mailer/requirements.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
boto3==1.35.87
2-
botocore==1.35.87
1+
boto3==1.36.7
2+
botocore==1.36.7
33
certifi==2024.12.14
44
click==8.1.8
55
dkimpy==1.1.8
@@ -9,13 +9,13 @@ Jinja2==3.1.5
99
jmespath==1.0.1
1010
Markdown==3.7
1111
MarkupSafe==3.0.2
12-
pathvalidate==3.2.1
13-
psycopg==3.2.3
14-
psycopg-binary==3.2.3
12+
pathvalidate==3.2.3
13+
psycopg==3.2.4
14+
psycopg-binary==3.2.4
1515
python-dateutil==2.9.0.post0
1616
PyYAML==6.0.2
17-
s3transfer==0.10.4
18-
sentry-sdk==2.19.2
17+
s3transfer==0.11.2
18+
sentry-sdk==2.20.0
1919
six==1.17.0
2020
tenacity==9.0.0
2121
typing_extensions==4.12.2

0 commit comments

Comments
 (0)