Skip to content

Commit 173e8a9

Browse files
committed
deps: Update dependencies
1 parent 3fbbfa9 commit 173e8a9

File tree

8 files changed

+34
-34
lines changed

8 files changed

+34
-34
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
certifi==2025.1.31
22
PyYAML==6.0.2
3-
sentry-sdk==2.22.0
3+
sentry-sdk==2.23.1
44
urllib3==2.3.0

packages/dsw-data-seeder/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ minio==7.2.15
88
psycopg==3.2.3
99
psycopg-binary==3.2.3
1010
pycparser==2.22
11-
pycryptodome==3.21.0
11+
pycryptodome==3.22.0
1212
python-dateutil==2.9.0.post0
1313
PyYAML==6.0.2
14-
sentry-sdk==2.22.0
14+
sentry-sdk==2.23.1
1515
six==1.17.0
1616
tenacity==9.0.0
1717
typing_extensions==4.12.2

packages/dsw-database/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ certifi==2025.1.31
22
psycopg==3.2.3
33
psycopg-binary==3.2.3
44
PyYAML==6.0.2
5-
sentry-sdk==2.22.0
5+
sentry-sdk==2.23.1
66
tenacity==9.0.0
77
typing_extensions==4.12.2
88
urllib3==2.3.0

packages/dsw-document-worker/requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ certifi==2025.1.31
55
cffi==1.17.1
66
charset-normalizer==3.4.1
77
click==8.1.8
8-
cssselect2==0.7.0
8+
cssselect2==0.8.0
99
fonttools==4.56.0
1010
func_timeout==4.3.5
1111
html5lib==1.1
1212
idna==3.10
13-
Jinja2==3.1.5
13+
Jinja2==3.1.6
1414
Markdown==3.7
1515
MarkupSafe==3.0.2
1616
minio==7.2.15
@@ -21,7 +21,7 @@ pluggy==1.5.0
2121
psycopg==3.2.3
2222
psycopg-binary==3.2.3
2323
pycparser==2.22
24-
pycryptodome==3.21.0
24+
pycryptodome==3.22.0
2525
pydyf==0.10.0
2626
pyparsing==3.2.1
2727
pyphen==0.17.2
@@ -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.22.0
34+
sentry-sdk==2.23.1
3535
six==1.17.0
3636
tenacity==9.0.0
3737
text-unidecode==1.3

packages/dsw-mailer/requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
boto3==1.37.0
2-
botocore==1.37.0
1+
boto3==1.37.16
2+
botocore==1.37.16
33
certifi==2025.1.31
44
click==8.1.8
55
dkimpy==1.1.8
66
dnspython==2.7.0
77
func_timeout==4.3.5
8-
Jinja2==3.1.5
8+
Jinja2==3.1.6
99
jmespath==1.0.1
1010
Markdown==3.7
1111
MarkupSafe==3.0.2
@@ -14,8 +14,8 @@ psycopg==3.2.3
1414
psycopg-binary==3.2.3
1515
python-dateutil==2.9.0.post0
1616
PyYAML==6.0.2
17-
s3transfer==0.11.2
18-
sentry-sdk==2.22.0
17+
s3transfer==0.11.4
18+
sentry-sdk==2.23.1
1919
six==1.17.0
2020
tenacity==9.0.0
2121
typing_extensions==4.12.2

packages/dsw-storage/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ certifi==2025.1.31
44
cffi==1.17.1
55
minio==7.2.15
66
pycparser==2.22
7-
pycryptodome==3.21.0
7+
pycryptodome==3.22.0
88
PyYAML==6.0.2
9-
sentry-sdk==2.22.0
9+
sentry-sdk==2.23.1
1010
tenacity==9.0.0
1111
typing_extensions==4.12.2
1212
urllib3==2.3.0

packages/dsw-tdk/requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
aiohappyeyeballs==2.4.6
2-
aiohttp==3.11.13
1+
aiohappyeyeballs==2.6.1
2+
aiohttp==3.11.14
33
aiosignal==1.3.2
44
anyio==4.6.2.post1
5-
attrs==25.1.0
5+
attrs==25.3.0
66
click==8.1.8
77
colorama==0.4.6
88
frozenlist==1.5.0
99
humanize==4.12.1
1010
idna==3.10
11-
Jinja2==3.1.5
11+
Jinja2==3.1.6
1212
MarkupSafe==3.0.2
13-
multidict==6.1.0
13+
multidict==6.2.0
1414
pathspec==0.12.1
1515
propcache==0.3.0
1616
python-dotenv==1.0.1

requirements.txt

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
aiohappyeyeballs==2.4.6
2-
aiohttp==3.11.13
1+
aiohappyeyeballs==2.6.1
2+
aiohttp==3.11.14
33
aiosignal==1.3.2
44
anyio==4.6.2.post1
55
argon2-cffi==23.1.0
66
argon2-cffi-bindings==21.2.0
7-
attrs==25.1.0
8-
boto3==1.37.0
9-
botocore==1.37.0
7+
attrs==25.3.0
8+
boto3==1.37.16
9+
botocore==1.37.16
1010
Brotli==1.1.0
1111
certifi==2025.1.31
1212
cffi==1.17.1
1313
charset-normalizer==3.4.1
1414
click==8.1.8
1515
colorama==0.4.6
16-
cssselect2==0.7.0
16+
cssselect2==0.8.0
1717
dkimpy==1.1.8
1818
dnspython==2.7.0
1919
fonttools==4.56.0
@@ -22,22 +22,22 @@ func_timeout==4.3.5
2222
html5lib==1.1
2323
humanize==4.12.1
2424
idna==3.10
25-
Jinja2==3.1.5
25+
Jinja2==3.1.6
2626
jmespath==1.0.1
2727
Markdown==3.7
2828
MarkupSafe==3.0.2
2929
minio==7.2.15
30-
multidict==6.1.0
30+
multidict==6.2.0
3131
panflute==2.3.1
3232
pathspec==0.12.1
3333
pathvalidate==3.2.3
3434
pillow==11.1.0
3535
pluggy==1.5.0
3636
propcache==0.3.0
37-
psycopg==3.2.5
38-
psycopg-binary==3.2.5
37+
psycopg==3.2.3
38+
psycopg-binary==3.2.3
3939
pycparser==2.22
40-
pycryptodome==3.21.0
40+
pycryptodome==3.22.0
4141
pydyf==0.10.0
4242
pyparsing==3.2.1
4343
pyphen==0.17.2
@@ -48,9 +48,9 @@ PyYAML==6.0.2
4848
rdflib==7.1.3
4949
rdflib-jsonld==0.6.2
5050
requests==2.32.3
51-
s3transfer==0.11.2
52-
sentry-sdk==2.22.0
53-
setuptools==75.8.0
51+
s3transfer==0.11.4
52+
sentry-sdk==2.23.1
53+
setuptools==77.0.1
5454
six==1.17.0
5555
sniffio==1.3.1
5656
tenacity==9.0.0

0 commit comments

Comments
 (0)