From 549970ff00adf73568740009f53f810a894feddc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Such=C3=A1nek?= Date: Thu, 26 Dec 2024 14:17:48 +0100 Subject: [PATCH] deps: Update dependencies --- packages/dsw-config/requirements.txt | 6 ++-- packages/dsw-data-seeder/requirements.txt | 12 +++---- packages/dsw-database/requirements.txt | 6 ++-- packages/dsw-document-worker/requirements.txt | 18 +++++----- packages/dsw-mailer/requirements.txt | 16 ++++----- packages/dsw-storage/requirements.txt | 8 ++--- packages/dsw-tdk/requirements.txt | 18 +++++----- requirements.txt | 36 +++++++++---------- 8 files changed, 60 insertions(+), 60 deletions(-) diff --git a/packages/dsw-config/requirements.txt b/packages/dsw-config/requirements.txt index 5debef9..94d9cdf 100644 --- a/packages/dsw-config/requirements.txt +++ b/packages/dsw-config/requirements.txt @@ -1,4 +1,4 @@ -certifi==2024.8.30 +certifi==2024.12.14 PyYAML==6.0.2 -sentry-sdk==2.19.0 -urllib3==2.2.3 +sentry-sdk==2.19.2 +urllib3==2.3.0 diff --git a/packages/dsw-data-seeder/requirements.txt b/packages/dsw-data-seeder/requirements.txt index 9827ba9..488fefc 100644 --- a/packages/dsw-data-seeder/requirements.txt +++ b/packages/dsw-data-seeder/requirements.txt @@ -1,18 +1,18 @@ argon2-cffi==23.1.0 argon2-cffi-bindings==21.2.0 -certifi==2024.8.30 +certifi==2024.12.14 cffi==1.17.1 -click==8.1.7 +click==8.1.8 func_timeout==4.3.5 -minio==7.2.12 +minio==7.2.13 psycopg==3.2.3 psycopg-binary==3.2.3 pycparser==2.22 pycryptodome==3.21.0 python-dateutil==2.9.0.post0 PyYAML==6.0.2 -sentry-sdk==2.19.0 -six==1.16.0 +sentry-sdk==2.19.2 +six==1.17.0 tenacity==9.0.0 typing_extensions==4.12.2 -urllib3==2.2.3 +urllib3==2.3.0 diff --git a/packages/dsw-database/requirements.txt b/packages/dsw-database/requirements.txt index 711c6a9..48604ee 100644 --- a/packages/dsw-database/requirements.txt +++ b/packages/dsw-database/requirements.txt @@ -1,8 +1,8 @@ -certifi==2024.8.30 +certifi==2024.12.14 psycopg==3.2.3 psycopg-binary==3.2.3 PyYAML==6.0.2 -sentry-sdk==2.19.0 +sentry-sdk==2.19.2 tenacity==9.0.0 typing_extensions==4.12.2 -urllib3==2.2.3 +urllib3==2.3.0 diff --git a/packages/dsw-document-worker/requirements.txt b/packages/dsw-document-worker/requirements.txt index 6273e7b..caeb60f 100644 --- a/packages/dsw-document-worker/requirements.txt +++ b/packages/dsw-document-worker/requirements.txt @@ -1,19 +1,19 @@ argon2-cffi==23.1.0 argon2-cffi-bindings==21.2.0 Brotli==1.1.0 -certifi==2024.8.30 +certifi==2024.12.14 cffi==1.17.1 -charset-normalizer==3.4.0 -click==8.1.7 +charset-normalizer==3.4.1 +click==8.1.8 cssselect2==0.7.0 -fonttools==4.55.0 +fonttools==4.55.3 func_timeout==4.3.5 html5lib==1.1 idna==3.10 -Jinja2==3.1.4 +Jinja2==3.1.5 Markdown==3.7 MarkupSafe==3.0.2 -minio==7.2.12 +minio==7.2.13 panflute==2.3.1 pathvalidate==3.2.1 pillow==11.0.0 @@ -30,13 +30,13 @@ PyYAML==6.0.2 rdflib==7.1.1 rdflib-jsonld==0.6.2 requests==2.32.3 -sentry-sdk==2.19.0 -six==1.16.0 +sentry-sdk==2.19.2 +six==1.17.0 tenacity==9.0.0 text-unidecode==1.3 tinycss2==1.4.0 typing_extensions==4.12.2 -urllib3==2.2.3 +urllib3==2.3.0 weasyprint==60.2 webencodings==0.5.1 XlsxWriter==3.2.0 diff --git a/packages/dsw-mailer/requirements.txt b/packages/dsw-mailer/requirements.txt index 290d034..0f6b072 100644 --- a/packages/dsw-mailer/requirements.txt +++ b/packages/dsw-mailer/requirements.txt @@ -1,11 +1,11 @@ -boto3==1.35.69 -botocore==1.35.69 -certifi==2024.8.30 -click==8.1.7 +boto3==1.35.87 +botocore==1.35.87 +certifi==2024.12.14 +click==8.1.8 dkimpy==1.1.8 dnspython==2.7.0 func_timeout==4.3.5 -Jinja2==3.1.4 +Jinja2==3.1.5 jmespath==1.0.1 Markdown==3.7 MarkupSafe==3.0.2 @@ -15,8 +15,8 @@ psycopg-binary==3.2.3 python-dateutil==2.9.0.post0 PyYAML==6.0.2 s3transfer==0.10.4 -sentry-sdk==2.19.0 -six==1.16.0 +sentry-sdk==2.19.2 +six==1.17.0 tenacity==9.0.0 typing_extensions==4.12.2 -urllib3==2.2.3 +urllib3==2.3.0 diff --git a/packages/dsw-storage/requirements.txt b/packages/dsw-storage/requirements.txt index b3f3a76..c041d32 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.8.30 +certifi==2024.12.14 cffi==1.17.1 -minio==7.2.12 +minio==7.2.13 pycparser==2.22 pycryptodome==3.21.0 PyYAML==6.0.2 -sentry-sdk==2.19.0 +sentry-sdk==2.19.2 tenacity==9.0.0 typing_extensions==4.12.2 -urllib3==2.2.3 +urllib3==2.3.0 diff --git a/packages/dsw-tdk/requirements.txt b/packages/dsw-tdk/requirements.txt index ad5eddf..f0ea88d 100644 --- a/packages/dsw-tdk/requirements.txt +++ b/packages/dsw-tdk/requirements.txt @@ -1,21 +1,21 @@ -aiohappyeyeballs==2.4.3 -aiohttp==3.11.7 -aiosignal==1.3.1 +aiohappyeyeballs==2.4.4 +aiohttp==3.11.11 +aiosignal==1.3.2 anyio==4.6.2.post1 -attrs==24.2.0 -click==8.1.7 +attrs==24.3.0 +click==8.1.8 colorama==0.4.6 frozenlist==1.5.0 humanize==4.11.0 idna==3.10 -Jinja2==3.1.4 +Jinja2==3.1.5 MarkupSafe==3.0.2 multidict==6.1.0 pathspec==0.12.1 -propcache==0.2.0 +propcache==0.2.1 python-dotenv==1.0.1 python-slugify==8.0.4 sniffio==1.3.1 text-unidecode==1.3 -watchfiles==1.0.0 -yarl==1.18.0 +watchfiles==1.0.3 +yarl==1.18.3 diff --git a/requirements.txt b/requirements.txt index f848264..f2c1527 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,38 +1,38 @@ -aiohappyeyeballs==2.4.3 -aiohttp==3.11.7 -aiosignal==1.3.1 +aiohappyeyeballs==2.4.4 +aiohttp==3.11.11 +aiosignal==1.3.2 anyio==4.6.2.post1 argon2-cffi==23.1.0 argon2-cffi-bindings==21.2.0 -attrs==24.2.0 -boto3==1.35.69 -botocore==1.35.69 +attrs==24.3.0 +boto3==1.35.87 +botocore==1.35.87 Brotli==1.1.0 -certifi==2024.8.30 +certifi==2024.12.14 cffi==1.17.1 -charset-normalizer==3.4.0 -click==8.1.7 +charset-normalizer==3.4.1 +click==8.1.8 colorama==0.4.6 cssselect2==0.7.0 dkimpy==1.1.8 dnspython==2.7.0 -fonttools==4.55.0 +fonttools==4.55.3 frozenlist==1.5.0 func_timeout==4.3.5 html5lib==1.1 humanize==4.11.0 idna==3.10 -Jinja2==3.1.4 +Jinja2==3.1.5 jmespath==1.0.1 Markdown==3.7 MarkupSafe==3.0.2 -minio==7.2.12 +minio==7.2.13 multidict==6.1.0 panflute==2.3.1 pathspec==0.12.1 pathvalidate==3.2.1 pillow==11.0.0 -propcache==0.2.0 +propcache==0.2.1 psycopg==3.2.3 psycopg-binary==3.2.3 pycparser==2.22 @@ -48,20 +48,20 @@ rdflib==7.1.1 rdflib-jsonld==0.6.2 requests==2.32.3 s3transfer==0.10.4 -sentry-sdk==2.19.0 +sentry-sdk==2.19.2 setuptools==75.6.0 -six==1.16.0 +six==1.17.0 sniffio==1.3.1 tenacity==9.0.0 text-unidecode==1.3 tinycss2==1.4.0 typing_extensions==4.12.2 tzdata==2024.2 -urllib3==2.2.3 -watchfiles==1.0.0 +urllib3==2.3.0 +watchfiles==1.0.3 weasyprint==60.2 webencodings==0.5.1 wheel==0.45.1 XlsxWriter==3.2.0 -yarl==1.18.0 +yarl==1.18.3 zopfli==0.2.3.post1