Skip to content

Commit 201acae

Browse files
Merge pull request #536 from microsoft/feature/dependabot-security-fixes
chore: Fix Dependabot security alerts
2 parents 4d78576 + 5dfa297 commit 201acae

File tree

10 files changed

+1476
-1266
lines changed

10 files changed

+1476
-1266
lines changed

src/ContentProcessor/pyproject.toml

Lines changed: 28 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -5,36 +5,39 @@ description = "Content Process Gold Standard Solution Accelerator - Content Proc
55
readme = "README.md"
66
requires-python = ">=3.12"
77
dependencies = [
8-
"agent-framework>=1.0.0b260127",
9-
"azure-ai-inference>=1.0.0b9",
10-
"azure-appconfiguration>=1.7.2",
11-
"azure-identity>=1.25.1",
12-
"azure-storage-blob>=12.28.0",
13-
"azure-storage-queue>=12.15.0",
14-
"certifi>=2026.1.4",
15-
"charset-normalizer>=3.4.4",
16-
"opentelemetry-api>=1.39.1",
17-
"pandas>=2.3.3",
18-
"pdf2image>=1.17.0",
19-
"poppler-utils>=0.1.0",
20-
"pydantic>=2.12.5",
21-
"pydantic-settings>=2.12.0",
22-
"pymongo>=4.16.0",
23-
"python-dotenv>=1.2.1",
24-
"tiktoken>=0.12.0",
8+
"agent-framework==1.0.0b260127",
9+
"azure-ai-inference==1.0.0b9",
10+
"azure-appconfiguration==1.8.0",
11+
"azure-identity==1.26.0b1",
12+
"azure-storage-blob==12.29.0b1",
13+
"azure-storage-queue==12.16.0b1",
14+
"certifi==2026.1.4",
15+
"charset-normalizer==3.4.4",
16+
"opentelemetry-api==1.39.1",
17+
"pandas==3.0.0",
18+
"pdf2image==1.17.0",
19+
"poppler-utils==0.1.0",
20+
"pydantic==2.12.5",
21+
"pydantic-settings==2.12.0",
22+
"pymongo==4.16.0",
23+
"python-dotenv==1.2.1",
24+
"tiktoken==0.12.0",
25+
"protobuf==6.33.6",
26+
"pyjwt==2.12.1",
27+
"pyasn1==0.6.3",
2528
]
2629

2730

2831
[dependency-groups]
2932
dev = [
30-
"coverage>=7.13.1",
31-
"pydantic>=2.12.5",
32-
"pytest>=9.0.2",
33-
"pytest-asyncio>=1.3.0",
34-
"pytest-cov>=7.0.0",
35-
"pytest-mock>=3.15.1",
36-
"mongomock>=4.3.0",
37-
"ruff>=0.14.11",
33+
"coverage==7.13.2",
34+
"pydantic==2.12.5",
35+
"pytest==9.0.2",
36+
"pytest-asyncio==1.3.0",
37+
"pytest-cov==7.0.0",
38+
"pytest-mock==3.15.1",
39+
"mongomock==4.3.0",
40+
"ruff==0.14.14",
3841
]
3942

4043
[tool.pytest.ini_options]

src/ContentProcessor/requirements.txt

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
annotated-types==0.7.0
22
azure-ai-inference==1.0.0b9
3-
azure-appconfiguration==1.7.2
3+
azure-appconfiguration==1.8.0
44
azure-core==1.38.0
5-
azure-identity==1.25.1
6-
azure-storage-blob==12.28.0
7-
azure-storage-queue==12.15.0
5+
azure-identity==1.26.0b1
6+
azure-storage-blob==12.29.0b1
7+
azure-storage-queue==12.16.0b1
88
certifi==2026.1.4
99
cffi==2.0.0
1010
charset-normalizer==3.4.4
1111
click==8.3.1
1212
colorama==0.4.6
13-
coverage==7.13.1
14-
cryptography==46.0.5
13+
coverage==7.13.2
14+
cryptography==46.0.7
1515
dnspython==2.8.0
1616
idna==3.11
1717
iniconfig==2.3.0
@@ -21,7 +21,7 @@ msal==1.34.0
2121
msal-extensions==1.3.1
2222
numpy==2.4.1
2323
packaging==25.0
24-
pandas==2.3.3
24+
pandas==3.0.0
2525
pdf2image==1.17.0
2626
pillow==12.1.1
2727
pluggy==1.6.0
@@ -31,7 +31,7 @@ pydantic==2.12.5
3131
pydantic-core==2.41.5
3232
pydantic-settings==2.12.0
3333
pygments==2.19.2
34-
pyjwt==2.10.1
34+
pyjwt==2.12.1
3535
pymongo==4.16.0
3636
pytest==9.0.2
3737
pytest-asyncio==1.3.0
@@ -41,8 +41,8 @@ python-dateutil==2.9.0.post0
4141
python-dotenv==1.2.1
4242
pytz==2025.2
4343
regex==2025.11.3
44-
requests==2.32.5
45-
ruff==0.14.11
44+
requests==2.33.0
45+
ruff==0.14.14
4646
sentinels==1.1.1
4747
six==1.17.0
4848
tiktoken==0.12.0

src/ContentProcessor/uv.lock

Lines changed: 49 additions & 45 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: 28 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -5,35 +5,39 @@ description = "Add your description here"
55
readme = "README.md"
66
requires-python = ">=3.12"
77
dependencies = [
8-
"azure-appconfiguration>=1.7.2",
9-
"azure-identity>=1.25.1",
10-
"azure-storage-blob>=12.28.0",
11-
"azure-storage-queue>=12.15.0",
12-
"certifi>=2026.1.4",
13-
"fastapi[standard]>=0.128.0",
14-
"poppler-utils>=0.1.0",
15-
"pydantic>=2.12.5",
16-
"pydantic-settings>=2.12.0",
17-
"pygments>=2.19.2",
18-
"pymongo>=4.16.0",
19-
"python-dotenv>=1.0.1",
20-
"starlette>=0.49.1",
21-
"uvicorn[standard]>=0.34.0",
22-
"h11>=0.16.0",
8+
"azure-appconfiguration==1.7.2",
9+
"azure-identity==1.25.1",
10+
"azure-storage-blob==12.28.0",
11+
"azure-storage-queue==12.15.0",
12+
"certifi==2026.1.4",
13+
"fastapi[standard]==0.128.0",
14+
"poppler-utils==0.1.0",
15+
"pydantic==2.12.5",
16+
"pydantic-settings==2.12.0",
17+
"pygments==2.19.2",
18+
"pymongo==4.16.0",
19+
"python-dotenv==1.2.1",
20+
"python-multipart==0.0.22",
21+
"starlette==0.50.0",
22+
"uvicorn[standard]==0.40.0",
23+
"h11==0.16.0",
2324
"urllib3~=2.6.0",
24-
"opentelemetry-api>=1.39.1",
25-
"sas-cosmosdb>=0.1.4",
25+
"opentelemetry-api==1.39.1",
26+
"sas-cosmosdb==0.1.4",
27+
"cryptography==46.0.7",
28+
"pyjwt==2.12.0",
2629
]
2730

2831
[dependency-groups]
2932
dev = [
30-
"pytest>=9.0.2",
31-
"pytest-asyncio>=0.25.0",
32-
"pytest-cov>=7.0.0",
33-
"pytest-mock>=3.15.1",
34-
"coverage>=7.13.1",
35-
"pre-commit>=4.5.1",
36-
"ruff>=0.14.11",
33+
"black==26.3.1",
34+
"pytest==9.0.2",
35+
"pytest-asyncio==1.3.0",
36+
"pytest-cov==7.0.0",
37+
"pytest-mock==3.15.1",
38+
"coverage==7.13.1",
39+
"pre-commit==4.5.1",
40+
"ruff==0.14.11",
3741
]
3842

3943
[tool.ruff.format]

src/ContentProcessorAPI/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ cffi==2.0.0
1111
charset-normalizer==3.4.4
1212
click==8.3.1
1313
colorama==0.4.6
14-
cryptography==46.0.3
14+
cryptography==46.0.7
1515
dnspython==2.8.0
1616
email-validator==2.3.0
1717
fastapi==0.128.0
@@ -37,12 +37,12 @@ pydantic-core==2.41.5
3737
pydantic-extra-types==2.11.0
3838
pydantic-settings==2.12.0
3939
pygments==2.19.2
40-
pyjwt==2.10.1
40+
pyjwt==2.12.0
4141
pymongo==4.16.0
4242
python-dotenv==1.2.1
4343
python-multipart==0.0.22
4444
pyyaml==6.0.3
45-
requests==2.32.5
45+
requests==2.33.0
4646
rich==14.2.0
4747
rich-toolkit==0.17.1
4848
rignore==0.7.6

0 commit comments

Comments
 (0)