Skip to content

Commit 44e0714

Browse files
Merge pull request #554 from microsoft/feature/dependabot-package-upgrades
fix: dependabot package upgrades
2 parents 3e6559e + 9e3a8fe commit 44e0714

8 files changed

Lines changed: 3592 additions & 3581 deletions

File tree

src/ContentProcessor/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dependencies = [
1818
"pandas==3.0.2",
1919
"pdf2image==1.17.0",
2020
"poppler-utils==0.1.0",
21-
"pydantic==2.13.1",
21+
"pydantic==2.13.3",
2222
"pydantic-settings==2.13.1",
2323
"pymongo==4.16.0",
2424
"python-dotenv==1.2.2",
@@ -32,7 +32,7 @@ dependencies = [
3232
[dependency-groups]
3333
dev = [
3434
"coverage==7.13.5",
35-
"pydantic==2.13.1",
35+
"pydantic==2.13.3",
3636
"pytest==9.0.3",
3737
"pytest-asyncio==1.3.0",
3838
"pytest-cov==7.1.0",

src/ContentProcessor/requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,17 @@ numpy==2.4.4
2525
packaging==26.0
2626
pandas==3.0.2
2727
pdf2image==1.17.0
28-
pillow==12.1.1
28+
pillow==12.2.0
2929
pluggy==1.6.0
3030
poppler-utils==0.1.0
3131
pycparser==3.0
32-
pydantic==2.13.1
33-
pydantic-core==2.46.1
32+
pydantic==2.13.3
33+
pydantic-core==2.46.3
3434
pydantic-settings==2.13.1
3535
pygments==2.20.0
3636
pyjwt==2.12.1
3737
pymongo==4.16.0
38-
pytest==9.0.2
38+
pytest==9.0.3
3939
pytest-asyncio==1.3.0
4040
pytest-cov==7.1.0
4141
pytest-mock==3.15.1

src/ContentProcessor/uv.lock

Lines changed: 1984 additions & 1979 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies = [
1212
"certifi==2026.2.25",
1313
"fastapi[standard]==0.135.2",
1414
"poppler-utils==0.1.0",
15-
"pydantic==2.13.1",
15+
"pydantic==2.13.3",
1616
"pydantic-settings==2.13.1",
1717
"pygments==2.20.0",
1818
"pymongo==4.16.0",

src/ContentProcessorAPI/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@ msal==1.35.1
3232
msal-extensions==1.3.1
3333
poppler-utils==0.1.0
3434
pycparser==3.0
35-
pydantic==2.13.1
36-
pydantic-core==2.46.1
35+
pydantic==2.13.3
36+
pydantic-core==2.46.3
3737
pydantic-extra-types==2.11.1
3838
pydantic-settings==2.13.1
3939
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: 1511 additions & 1507 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
@@ -117,7 +117,8 @@
117117
"webpack-dev-server": "^5.2.1",
118118
"yaml": "^2.0.0",
119119
"svgo": "^2.8.1",
120-
"jsonpath": "^1.3.0"
120+
"jsonpath": "^1.3.0",
121+
"follow-redirects": "^1.16.0"
121122
},
122123
"onlyBuiltDependencies": [
123124
"@parcel/watcher",

0 commit comments

Comments
 (0)