Skip to content

Commit 59140c1

Browse files
updated multiple packages for dependabot
1 parent 201acae commit 59140c1

File tree

10 files changed

+325
-323
lines changed

10 files changed

+325
-323
lines changed

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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,17 @@ numpy==2.4.1
2323
packaging==25.0
2424
pandas==3.0.0
2525
pdf2image==1.17.0
26-
pillow==12.1.1
26+
pillow==12.2.0
2727
pluggy==1.6.0
2828
poppler-utils==0.1.0
2929
pycparser==2.23
3030
pydantic==2.12.5
3131
pydantic-core==2.41.5
3232
pydantic-settings==2.12.0
33-
pygments==2.19.2
33+
pygments==2.20.0
3434
pyjwt==2.12.1
3535
pymongo==4.16.0
36-
pytest==9.0.2
36+
pytest==9.0.3
3737
pytest-asyncio==1.3.0
3838
pytest-cov==7.0.0
3939
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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ pydantic==2.12.5
3636
pydantic-core==2.41.5
3737
pydantic-extra-types==2.11.0
3838
pydantic-settings==2.12.0
39-
pygments==2.19.2
40-
pyjwt==2.12.0
39+
pygments==2.20.0
40+
pyjwt==2.12.1
4141
pymongo==4.16.0
4242
python-dotenv==1.2.1
43-
python-multipart==0.0.22
43+
python-multipart==0.0.26
4444
pyyaml==6.0.3
4545
requests==2.33.0
4646
rich==14.2.0

src/ContentProcessorAPI/uv.lock

Lines changed: 90 additions & 90 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
@@ -118,7 +118,8 @@
118118
"webpack-dev-server": "^5.2.1",
119119
"yaml": "^2.0.0",
120120
"svgo": "^2.8.1",
121-
"jsonpath": "^1.3.0"
121+
"jsonpath": "^1.3.0",
122+
"follow-redirects": "^1.16.0"
122123
},
123124
"onlyBuiltDependencies": [
124125
"@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)