Skip to content

Commit 534ef74

Browse files
updated multiple packages for dependabot
1 parent 81ae477 commit 534ef74

10 files changed

Lines changed: 251 additions & 250 deletions

File tree

src/ContentProcessor/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dependencies = [
3232
dev = [
3333
"coverage==7.13.2",
3434
"pydantic==2.12.5",
35-
"pytest==9.0.2",
35+
"pytest==9.0.3",
3636
"pytest-asyncio==1.3.0",
3737
"pytest-cov==7.0.0",
3838
"pytest-mock==3.15.1",

src/ContentProcessor/requirements.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ numpy==2.4.4
2323
packaging==26.0
2424
pandas==3.0.2
2525
pdf2image==1.17.0
26-
pillow==12.1.1
27-
pillow==12.1.1
26+
pillow==12.2.0
2827
pluggy==1.6.0
2928
poppler-utils==0.1.0
3029
pycparser==3.0
@@ -34,7 +33,7 @@ pydantic-settings==2.13.1
3433
pygments==2.20.0
3534
pyjwt==2.12.1
3635
pymongo==4.16.0
37-
pytest==9.0.2
36+
pytest==9.0.3
3837
pytest-asyncio==1.3.0
3938
pytest-cov==7.1.0
4039
pytest-mock==3.15.1

src/ContentProcessor/uv.lock

Lines changed: 197 additions & 197 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/ContentProcessorAPI/pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,24 +14,24 @@ dependencies = [
1414
"poppler-utils==0.1.0",
1515
"pydantic==2.12.5",
1616
"pydantic-settings==2.12.0",
17-
"pygments==2.19.2",
17+
"pygments==2.20.0",
1818
"pymongo==4.16.0",
1919
"python-dotenv==1.2.1",
20-
"python-multipart==0.0.22",
20+
"python-multipart==0.0.26",
2121
"starlette==0.50.0",
2222
"uvicorn[standard]==0.40.0",
2323
"h11==0.16.0",
2424
"urllib3~=2.6.0",
2525
"opentelemetry-api==1.39.1",
2626
"sas-cosmosdb==0.1.4",
2727
"cryptography==46.0.7",
28-
"pyjwt==2.12.0",
28+
"pyjwt==2.12.1",
2929
]
3030

3131
[dependency-groups]
3232
dev = [
3333
"black==26.3.1",
34-
"pytest==9.0.2",
34+
"pytest==9.0.3",
3535
"pytest-asyncio==1.3.0",
3636
"pytest-cov==7.0.0",
3737
"pytest-mock==3.15.1",

src/ContentProcessorAPI/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ pygments==2.20.0
4040
pyjwt==2.12.1
4141
pymongo==4.16.0
4242
python-dotenv==1.2.2
43-
python-multipart==0.0.22
43+
python-multipart==0.0.26
4444
pyyaml==6.0.3
4545
requests==2.33.1
4646
rich==14.3.3

src/ContentProcessorAPI/uv.lock

Lines changed: 19 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/ContentProcessorWeb/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,8 @@
119119
"webpack-dev-server": "^5.2.1",
120120
"yaml": "^2.0.0",
121121
"svgo": "^2.8.1",
122-
"jsonpath": "^1.3.0"
122+
"jsonpath": "^1.3.0",
123+
"follow-redirects": "^1.16.0"
123124
},
124125
"onlyBuiltDependencies": [
125126
"@parcel/watcher",

src/ContentProcessorWeb/pnpm-lock.yaml

Lines changed: 6 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/ContentProcessorWorkflow/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencies = [
2828
"sas-cosmosdb==0.1.4",
2929
"sas-storage==1.0.0",
3030
"tenacity==9.1.2",
31-
"authlib==1.6.9",
31+
"authlib==1.6.11",
3232
"protobuf==6.33.6",
3333
"cryptography==46.0.7",
3434
"pyjwt==2.12.1",
@@ -39,7 +39,7 @@ dependencies = [
3939
dev = [
4040
"black==26.3.1",
4141
"pre-commit==4.5.1",
42-
"pytest==9.0.2",
42+
"pytest==9.0.3",
4343
"pytest-cov==7.0.0",
4444
]
4545

src/ContentProcessorWorkflow/uv.lock

Lines changed: 17 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)