Skip to content

Commit b40f756

Browse files
Update dependencies in pyproject.toml and uv.lock
- Bump azure-appconfiguration from 1.7.2 to 1.8.0 - Bump azure-storage-blob from 12.28.0 to 12.29.0b1 - Bump azure-storage-queue from 12.15.0 to 12.16.0b1 - Bump authlib from 1.6.9 to 1.6.11 - Update pytest from 9.0.2 to 9.0.3 - Update pytest-cov from 7.0.0 to 7.1.0
1 parent 999f59c commit b40f756

6 files changed

Lines changed: 602 additions & 559 deletions

File tree

src/ContentProcessor/pyproject.toml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@ dependencies = [
1111
"azure-identity==1.26.0b1",
1212
"azure-storage-blob==12.29.0b1",
1313
"azure-storage-queue==12.16.0b1",
14-
"certifi==2026.1.4",
15-
"charset-normalizer==3.4.4",
14+
"certifi==2026.2.25",
15+
"charset-normalizer==3.4.6",
1616
"opentelemetry-api==1.39.1",
17-
"pandas==3.0.0",
17+
"pandas==3.0.2",
1818
"pdf2image==1.17.0",
1919
"poppler-utils==0.1.0",
20-
"pydantic==2.12.5",
21-
"pydantic-settings==2.12.0",
20+
"pydantic==2.13.1",
21+
"pydantic-settings==2.13.1",
2222
"pymongo==4.16.0",
23-
"python-dotenv==1.2.1",
23+
"python-dotenv==1.2.2",
2424
"tiktoken==0.12.0",
2525
"protobuf==6.33.6",
2626
"pyjwt==2.12.1",
@@ -30,14 +30,14 @@ dependencies = [
3030

3131
[dependency-groups]
3232
dev = [
33-
"coverage==7.13.2",
34-
"pydantic==2.12.5",
35-
"pytest==9.0.2",
33+
"coverage==7.13.5",
34+
"pydantic==2.13.1",
35+
"pytest==9.0.3",
3636
"pytest-asyncio==1.3.0",
37-
"pytest-cov==7.0.0",
37+
"pytest-cov==7.1.0",
3838
"pytest-mock==3.15.1",
3939
"mongomock==4.3.0",
40-
"ruff==0.14.14",
40+
"ruff==0.15.8",
4141
]
4242

4343
[tool.pytest.ini_options]

0 commit comments

Comments
 (0)