Skip to content

Commit 90307ed

Browse files
committed
deps: Update dependencies
1 parent 40ebf99 commit 90307ed

File tree

13 files changed

+50
-50
lines changed

13 files changed

+50
-50
lines changed

packages/dsw-command-queue/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
func_timeout==4.3.5
2-
psycopg==3.2.3
3-
psycopg-binary==3.2.3
2+
psycopg==3.2.5
3+
psycopg-binary==3.2.5
44
PyYAML==6.0.2
55
tenacity==9.0.0
66
typing_extensions==4.12.2
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
certifi==2024.12.14
1+
certifi==2025.1.31
22
PyYAML==6.0.2
3-
sentry-sdk==2.20.0
3+
sentry-sdk==2.22.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.15.0-basic AS builder
1+
FROM datastewardshipwizard/python-base:4.16.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.15.0-basic
18+
FROM datastewardshipwizard/python-base:4.16.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
@@ -1,17 +1,17 @@
11
argon2-cffi==23.1.0
22
argon2-cffi-bindings==21.2.0
3-
certifi==2024.12.14
3+
certifi==2025.1.31
44
cffi==1.17.1
55
click==8.1.8
66
func_timeout==4.3.5
77
minio==7.2.15
8-
psycopg==3.2.3
9-
psycopg-binary==3.2.3
8+
psycopg==3.2.5
9+
psycopg-binary==3.2.5
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.20.0
14+
sentry-sdk==2.22.0
1515
six==1.17.0
1616
tenacity==9.0.0
1717
typing_extensions==4.12.2
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
certifi==2024.12.14
2-
psycopg==3.2.3
3-
psycopg-binary==3.2.3
1+
certifi==2025.1.31
2+
psycopg==3.2.5
3+
psycopg-binary==3.2.5
44
PyYAML==6.0.2
5-
sentry-sdk==2.20.0
5+
sentry-sdk==2.22.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.15.0-docworker AS builder
1+
FROM datastewardshipwizard/python-base:4.16.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.15.0-docworker
20+
FROM datastewardshipwizard/python-base:4.16.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.15.0-docworker-lambda AS builder
1+
FROM datastewardshipwizard/python-base:4.16.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.15.0-docworker-lambda
14+
FROM datastewardshipwizard/python-base:4.16.0-docworker-lambda
1515

1616
ARG LAMBDA_TASK_ROOT
1717

packages/dsw-document-worker/requirements.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
argon2-cffi==23.1.0
22
argon2-cffi-bindings==21.2.0
33
Brotli==1.1.0
4-
certifi==2024.12.14
4+
certifi==2025.1.31
55
cffi==1.17.1
66
charset-normalizer==3.4.1
77
click==8.1.8
88
cssselect2==0.7.0
9-
fonttools==4.55.7
9+
fonttools==4.56.0
1010
func_timeout==4.3.5
1111
html5lib==1.1
1212
idna==3.10
@@ -18,8 +18,8 @@ panflute==2.3.1
1818
pathvalidate==3.2.3
1919
pillow==11.1.0
2020
pluggy==1.5.0
21-
psycopg==3.2.3
22-
psycopg-binary==3.2.3
21+
psycopg==3.2.5
22+
psycopg-binary==3.2.5
2323
pycparser==2.22
2424
pycryptodome==3.21.0
2525
pydyf==0.10.0
@@ -31,7 +31,7 @@ PyYAML==6.0.2
3131
rdflib==7.1.3
3232
rdflib-jsonld==0.6.2
3333
requests==2.32.3
34-
sentry-sdk==2.20.0
34+
sentry-sdk==2.22.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.1
43+
XlsxWriter==3.2.2
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.15.0-basic AS builder
1+
FROM datastewardshipwizard/python-base:4.16.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.15.0-basic
13+
FROM datastewardshipwizard/python-base:4.16.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: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
boto3==1.36.7
2-
botocore==1.36.7
3-
certifi==2024.12.14
1+
boto3==1.37.0
2+
botocore==1.37.0
3+
certifi==2025.1.31
44
click==8.1.8
55
dkimpy==1.1.8
66
dnspython==2.7.0
@@ -10,12 +10,12 @@ jmespath==1.0.1
1010
Markdown==3.7
1111
MarkupSafe==3.0.2
1212
pathvalidate==3.2.3
13-
psycopg==3.2.3
14-
psycopg-binary==3.2.3
13+
psycopg==3.2.5
14+
psycopg-binary==3.2.5
1515
python-dateutil==2.9.0.post0
1616
PyYAML==6.0.2
1717
s3transfer==0.11.2
18-
sentry-sdk==2.20.0
18+
sentry-sdk==2.22.0
1919
six==1.17.0
2020
tenacity==9.0.0
2121
typing_extensions==4.12.2

0 commit comments

Comments
 (0)