Skip to content

Commit

Permalink
deps: Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
MarekSuchanek committed Sep 22, 2024
1 parent 3a95f24 commit c852790
Show file tree
Hide file tree
Showing 9 changed files with 41 additions and 41 deletions.
4 changes: 2 additions & 2 deletions packages/dsw-command-queue/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
func_timeout==4.3.5
psycopg==3.2.1
psycopg-binary==3.2.1
psycopg==3.2.2
psycopg-binary==3.2.2
PyYAML==6.0.2
tenacity==9.0.0
typing_extensions==4.12.2
Expand Down
6 changes: 3 additions & 3 deletions packages/dsw-config/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
certifi==2024.7.4
certifi==2024.8.30
PyYAML==6.0.2
sentry-sdk==2.13.0
urllib3==2.2.2
sentry-sdk==2.14.0
urllib3==2.2.3
10 changes: 5 additions & 5 deletions packages/dsw-data-seeder/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
certifi==2024.7.4
certifi==2024.8.30
click==8.1.7
func_timeout==4.3.5
minio==7.2.8
psycopg==3.2.1
psycopg-binary==3.2.1
psycopg==3.2.2
psycopg-binary==3.2.2
python-dateutil==2.9.0
PyYAML==6.0.2
sentry-sdk==2.13.0
sentry-sdk==2.14.0
six==1.16.0
tenacity==9.0.0
typing_extensions==4.12.2
urllib3==2.2.2
urllib3==2.2.3
4 changes: 2 additions & 2 deletions packages/dsw-database/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
psycopg==3.2.1
psycopg-binary==3.2.1
psycopg==3.2.2
psycopg-binary==3.2.2
PyYAML==6.0.2
tenacity==9.0.0
typing_extensions==4.12.2
Expand Down
14 changes: 7 additions & 7 deletions packages/dsw-document-worker/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Brotli==1.1.0
certifi==2024.7.4
cffi==1.17.0
certifi==2024.8.30
cffi==1.17.1
charset-normalizer==3.3.2
click==8.1.7
cssselect2==0.7.0
fonttools==4.53.1
func_timeout==4.3.5
html5lib==1.1
idna==3.8
idna==3.10
isodate==0.6.1
Jinja2==3.1.4
Markdown==3.7
Expand All @@ -16,8 +16,8 @@ minio==7.2.8
panflute==2.3.1
pathvalidate==3.2.1
Pillow==10.4.0
psycopg==3.2.1
psycopg-binary==3.2.1
psycopg==3.2.2
psycopg-binary==3.2.2
pycparser==2.22
pydyf==0.10.0
pyparsing==3.1.4
Expand All @@ -28,13 +28,13 @@ PyYAML==6.0.2
rdflib==7.0.0
rdflib-jsonld==0.6.2
requests==2.32.3
sentry-sdk==2.13.0
sentry-sdk==2.14.0
six==1.16.0
tenacity==9.0.0
text-unidecode==1.3
tinycss2==1.3.0
typing_extensions==4.12.2
urllib3==2.2.2
urllib3==2.2.3
weasyprint==60.2
webencodings==0.5.1
XlsxWriter==3.2.0
Expand Down
10 changes: 5 additions & 5 deletions packages/dsw-mailer/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
boto3==1.34.139
botocore==1.34.139
certifi==2024.7.4
certifi==2024.8.30
click==8.1.7
dkimpy==1.1.8
dnspython==2.6.1
Expand All @@ -10,14 +10,14 @@ Markdown==3.7
jmespath==1.0.1
MarkupSafe==2.1.5
pathvalidate==3.2.1
psycopg==3.2.1
psycopg-binary==3.2.1
psycopg==3.2.2
psycopg-binary==3.2.2
python-dateutil==2.9.0
PyYAML==6.0.2
s3transfer==0.10.2
sentry-sdk==2.13.0
sentry-sdk==2.14.0
six==1.16.0
tenacity==9.0.0
typing_extensions==4.12.2
tzdata==2024.1
urllib3==2.2.2
urllib3==2.2.3
6 changes: 3 additions & 3 deletions packages/dsw-storage/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
certifi==2024.7.4
certifi==2024.8.30
minio==7.2.8
PyYAML==6.0.2
sentry-sdk==2.13.0
sentry-sdk==2.14.0
tenacity==9.0.0
urllib3==2.2.2
urllib3==2.2.3
8 changes: 4 additions & 4 deletions packages/dsw-tdk/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
aiohttp==3.10.5
aiosignal==1.3.1
anyio==4.4.0
anyio==4.6.0
async-timeout==4.0.3
attrs==24.2.0
charset-normalizer==3.3.2
click==8.1.7
colorama==0.4.6
frozenlist==1.4.1
humanize==4.10.0
idna==3.8
idna==3.10
Jinja2==3.1.4
MarkupSafe==2.1.5
multidict==6.0.5
multidict==6.1.0
pathspec==0.12.1
python-dotenv==1.0.1
python-slugify==8.0.4
sniffio==1.3.1
text-unidecode==1.3
watchfiles==0.21.0
yarl==1.9.4
yarl==1.11.1
20 changes: 10 additions & 10 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
aiohttp==3.10.5
aiosignal==1.3.1
anyio==4.4.0
anyio==4.6.0
async-timeout==4.0.3
attrs==24.2.0
Brotli==1.1.0
certifi==2024.7.4
cffi==1.17.0
certifi==2024.8.30
cffi==1.17.1
charset-normalizer==3.3.2
click==8.1.7
colorama==0.4.6
Expand All @@ -16,19 +16,19 @@ fonttools==4.53.1
frozenlist==1.4.1
html5lib==1.1
humanize==4.10.0
idna==3.8
idna==3.10
isodate==0.6.1
Jinja2==3.1.4
Markdown==3.7
MarkupSafe==2.1.5
mdx-breakless-lists==1.0.1
minio==7.2.8
multidict==6.0.5
multidict==6.1.0
pathspec==0.12.1
pathvalidate==3.2.1
Pillow==10.4.0
psycopg==3.2.1
psycopg-binary==3.2.1
psycopg==3.2.2
psycopg-binary==3.2.2
pycparser==2.22
pydyf==0.10.0
pyparsing==3.1.4
Expand All @@ -40,17 +40,17 @@ PyYAML==6.0.2
rdflib==7.0.0
rdflib-jsonld==0.6.2
requests==2.32.3
sentry-sdk==2.13.0
sentry-sdk==2.14.0
six==1.16.0
sniffio==1.3.1
tenacity==9.0.0
text-unidecode==1.3
tinycss2==1.3.0
typing_extensions==4.12.2
tzdata==2024.1
urllib3==2.2.2
urllib3==2.2.3
weasyprint==60.2
webencodings==0.5.1
XlsxWriter==3.2.0
yarl==1.9.4
yarl==1.11.1
zopfli==0.2.3

0 comments on commit c852790

Please sign in to comment.