diff --git a/packages/dsw-config/requirements.txt b/packages/dsw-config/requirements.txt index 2ef7c469..33cac2eb 100644 --- a/packages/dsw-config/requirements.txt +++ b/packages/dsw-config/requirements.txt @@ -1,4 +1,4 @@ -certifi==2024.12.14 +certifi==2025.1.31 PyYAML==6.0.2 -sentry-sdk==2.20.0 +sentry-sdk==2.22.0 urllib3==2.3.0 diff --git a/packages/dsw-data-seeder/Dockerfile b/packages/dsw-data-seeder/Dockerfile index abe9e5e4..26d60775 100644 --- a/packages/dsw-data-seeder/Dockerfile +++ b/packages/dsw-data-seeder/Dockerfile @@ -1,4 +1,4 @@ -FROM datastewardshipwizard/python-base:4.15.0-basic AS builder +FROM datastewardshipwizard/python-base:4.16.0-basic AS builder WORKDIR /app @@ -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.15.0-basic +FROM datastewardshipwizard/python-base:4.16.0-basic ENV APPLICATION_CONFIG_PATH=/app/config/application.yml \ WORKDIR_PATH=/home/user/data \ diff --git a/packages/dsw-data-seeder/requirements.txt b/packages/dsw-data-seeder/requirements.txt index cc2bfa4d..837563f9 100644 --- a/packages/dsw-data-seeder/requirements.txt +++ b/packages/dsw-data-seeder/requirements.txt @@ -1,6 +1,6 @@ argon2-cffi==23.1.0 argon2-cffi-bindings==21.2.0 -certifi==2024.12.14 +certifi==2025.1.31 cffi==1.17.1 click==8.1.8 func_timeout==4.3.5 @@ -11,7 +11,7 @@ pycparser==2.22 pycryptodome==3.21.0 python-dateutil==2.9.0.post0 PyYAML==6.0.2 -sentry-sdk==2.20.0 +sentry-sdk==2.22.0 six==1.17.0 tenacity==9.0.0 typing_extensions==4.12.2 diff --git a/packages/dsw-database/requirements.txt b/packages/dsw-database/requirements.txt index 1c123591..6fb278fa 100644 --- a/packages/dsw-database/requirements.txt +++ b/packages/dsw-database/requirements.txt @@ -1,8 +1,8 @@ -certifi==2024.12.14 +certifi==2025.1.31 psycopg==3.2.3 psycopg-binary==3.2.3 PyYAML==6.0.2 -sentry-sdk==2.20.0 +sentry-sdk==2.22.0 tenacity==9.0.0 typing_extensions==4.12.2 urllib3==2.3.0 diff --git a/packages/dsw-document-worker/Dockerfile b/packages/dsw-document-worker/Dockerfile index 48614fac..d26d5036 100644 --- a/packages/dsw-document-worker/Dockerfile +++ b/packages/dsw-document-worker/Dockerfile @@ -1,4 +1,4 @@ -FROM datastewardshipwizard/python-base:4.15.0-docworker AS builder +FROM datastewardshipwizard/python-base:4.16.0-docworker AS builder ARG TARGETARCH @@ -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.15.0-docworker +FROM datastewardshipwizard/python-base:4.16.0-docworker ENV APPLICATION_CONFIG_PATH=/app/config/application.yml \ WORKDIR_PATH=/tmp/docworker \ diff --git a/packages/dsw-document-worker/lambda.Dockerfile b/packages/dsw-document-worker/lambda.Dockerfile index 5578cef0..ace7f921 100644 --- a/packages/dsw-document-worker/lambda.Dockerfile +++ b/packages/dsw-document-worker/lambda.Dockerfile @@ -1,4 +1,4 @@ -FROM datastewardshipwizard/python-base:4.15.0-docworker-lambda AS builder +FROM datastewardshipwizard/python-base:4.16.0-docworker-lambda AS builder COPY . /app @@ -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.15.0-docworker-lambda +FROM datastewardshipwizard/python-base:4.16.0-docworker-lambda ARG LAMBDA_TASK_ROOT diff --git a/packages/dsw-document-worker/requirements.txt b/packages/dsw-document-worker/requirements.txt index 6d7d3b3e..5122b89b 100644 --- a/packages/dsw-document-worker/requirements.txt +++ b/packages/dsw-document-worker/requirements.txt @@ -1,12 +1,12 @@ argon2-cffi==23.1.0 argon2-cffi-bindings==21.2.0 Brotli==1.1.0 -certifi==2024.12.14 +certifi==2025.1.31 cffi==1.17.1 charset-normalizer==3.4.1 click==8.1.8 cssselect2==0.7.0 -fonttools==4.55.7 +fonttools==4.56.0 func_timeout==4.3.5 html5lib==1.1 idna==3.10 @@ -31,7 +31,7 @@ PyYAML==6.0.2 rdflib==7.1.3 rdflib-jsonld==0.6.2 requests==2.32.3 -sentry-sdk==2.20.0 +sentry-sdk==2.22.0 six==1.17.0 tenacity==9.0.0 text-unidecode==1.3 @@ -40,5 +40,5 @@ typing_extensions==4.12.2 urllib3==2.3.0 weasyprint==60.2 webencodings==0.5.1 -XlsxWriter==3.2.1 +XlsxWriter==3.2.2 zopfli==0.2.3.post1 diff --git a/packages/dsw-mailer/Dockerfile b/packages/dsw-mailer/Dockerfile index 340e0e30..e3a284fb 100644 --- a/packages/dsw-mailer/Dockerfile +++ b/packages/dsw-mailer/Dockerfile @@ -1,4 +1,4 @@ -FROM datastewardshipwizard/python-base:4.15.0-basic AS builder +FROM datastewardshipwizard/python-base:4.16.0-basic AS builder WORKDIR /app @@ -10,7 +10,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-database \ && python -m pip wheel --no-cache-dir --no-deps --wheel-dir=/app/wheels /app/packages/dsw-mailer -FROM datastewardshipwizard/python-base:4.15.0-basic +FROM datastewardshipwizard/python-base:4.16.0-basic ENV APPLICATION_CONFIG_PATH=/app/config/application.yml \ WORKDIR_PATH=/home/user/templates \ diff --git a/packages/dsw-mailer/requirements.txt b/packages/dsw-mailer/requirements.txt index c4692c08..d78423de 100644 --- a/packages/dsw-mailer/requirements.txt +++ b/packages/dsw-mailer/requirements.txt @@ -1,6 +1,6 @@ -boto3==1.36.7 -botocore==1.36.7 -certifi==2024.12.14 +boto3==1.37.0 +botocore==1.37.0 +certifi==2025.1.31 click==8.1.8 dkimpy==1.1.8 dnspython==2.7.0 @@ -15,7 +15,7 @@ psycopg-binary==3.2.3 python-dateutil==2.9.0.post0 PyYAML==6.0.2 s3transfer==0.11.2 -sentry-sdk==2.20.0 +sentry-sdk==2.22.0 six==1.17.0 tenacity==9.0.0 typing_extensions==4.12.2 diff --git a/packages/dsw-storage/requirements.txt b/packages/dsw-storage/requirements.txt index fde1d5fe..522e5005 100644 --- a/packages/dsw-storage/requirements.txt +++ b/packages/dsw-storage/requirements.txt @@ -1,12 +1,12 @@ argon2-cffi==23.1.0 argon2-cffi-bindings==21.2.0 -certifi==2024.12.14 +certifi==2025.1.31 cffi==1.17.1 minio==7.2.15 pycparser==2.22 pycryptodome==3.21.0 PyYAML==6.0.2 -sentry-sdk==2.20.0 +sentry-sdk==2.22.0 tenacity==9.0.0 typing_extensions==4.12.2 urllib3==2.3.0 diff --git a/packages/dsw-tdk/requirements.txt b/packages/dsw-tdk/requirements.txt index b46378a6..2b7a9c80 100644 --- a/packages/dsw-tdk/requirements.txt +++ b/packages/dsw-tdk/requirements.txt @@ -1,18 +1,18 @@ -aiohappyeyeballs==2.4.4 -aiohttp==3.11.11 +aiohappyeyeballs==2.4.6 +aiohttp==3.11.13 aiosignal==1.3.2 anyio==4.6.2.post1 attrs==25.1.0 click==8.1.8 colorama==0.4.6 frozenlist==1.5.0 -humanize==4.11.0 +humanize==4.12.1 idna==3.10 Jinja2==3.1.5 MarkupSafe==3.0.2 multidict==6.1.0 pathspec==0.12.1 -propcache==0.2.1 +propcache==0.3.0 python-dotenv==1.0.1 python-slugify==8.0.4 sniffio==1.3.1 diff --git a/requirements.txt b/requirements.txt index a3838954..0ead5d1a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,14 +1,14 @@ -aiohappyeyeballs==2.4.4 -aiohttp==3.11.11 +aiohappyeyeballs==2.4.6 +aiohttp==3.11.13 aiosignal==1.3.2 anyio==4.6.2.post1 argon2-cffi==23.1.0 argon2-cffi-bindings==21.2.0 attrs==25.1.0 -boto3==1.36.7 -botocore==1.36.7 +boto3==1.37.0 +botocore==1.37.0 Brotli==1.1.0 -certifi==2024.12.14 +certifi==2025.1.31 cffi==1.17.1 charset-normalizer==3.4.1 click==8.1.8 @@ -16,11 +16,11 @@ colorama==0.4.6 cssselect2==0.7.0 dkimpy==1.1.8 dnspython==2.7.0 -fonttools==4.55.7 +fonttools==4.56.0 frozenlist==1.5.0 func_timeout==4.3.5 html5lib==1.1 -humanize==4.11.0 +humanize==4.12.1 idna==3.10 Jinja2==3.1.5 jmespath==1.0.1 @@ -33,9 +33,9 @@ pathspec==0.12.1 pathvalidate==3.2.3 pillow==11.1.0 pluggy==1.5.0 -propcache==0.2.1 -psycopg==3.2.3 -psycopg-binary==3.2.4 +propcache==0.3.0 +psycopg==3.2.5 +psycopg-binary==3.2.5 pycparser==2.22 pycryptodome==3.21.0 pydyf==0.10.0 @@ -49,7 +49,7 @@ rdflib==7.1.3 rdflib-jsonld==0.6.2 requests==2.32.3 s3transfer==0.11.2 -sentry-sdk==2.20.0 +sentry-sdk==2.22.0 setuptools==75.8.0 six==1.17.0 sniffio==1.3.1 @@ -63,6 +63,6 @@ watchfiles==1.0.4 weasyprint==60.2 webencodings==0.5.1 wheel==0.45.1 -XlsxWriter==3.2.1 +XlsxWriter==3.2.2 yarl==1.18.3 zopfli==0.2.3.post1