Skip to content

Commit b3bf828

Browse files
updated multiple packages
1 parent 67e7204 commit b3bf828

10 files changed

Lines changed: 312 additions & 292 deletions

File tree

infra/scripts/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
azure-search-documents==11.5.3
22
azure-identity==1.24.0
33
azure-storage-blob==12.26.0
4-
requests==2.32.5
4+
requests==2.33.0
55
azure-core
66
PyPDF2
77
python-docx

pytest.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
[pytest]
22
addopts = -p pytest_asyncio
3+
asyncio_mode = auto

src/App/package-lock.json

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

src/App/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,12 @@
6868
"jsdom": "^26.1.0",
6969
"rollup": "^4.59.0",
7070
"typescript": "^5.8.3",
71-
"vite": "7.1.11",
71+
"vite": "7.3.2",
7272
"vitest": "^3.2.4"
7373
},
7474
"overrides": {
7575
"minimatch": "3.1.3",
76-
"vite": "7.1.11",
76+
"vite": "7.3.2",
7777
"mdast-util-to-hast": "13.2.1",
7878
"picomatch": "4.0.4",
7979
"js-yaml": "4.1.1"

src/App/uv.lock

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

src/backend/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ dependencies = [
2121
"opentelemetry-instrumentation-fastapi==0.60b0",
2222
"opentelemetry-instrumentation-openai==0.46.2",
2323
"opentelemetry-sdk==1.39.0",
24-
"pytest==8.4.1",
25-
"pytest-asyncio==0.24.0",
24+
"pytest==9.0.3",
25+
"pytest-asyncio==1.3.0",
2626
"pytest-cov==5.0.0",
2727
"python-dotenv==1.1.1",
2828
"python-multipart==0.0.22",
@@ -37,7 +37,7 @@ dependencies = [
3737
"agent-framework-orchestrations==1.0.0b260311",
3838
"urllib3==2.6.3",
3939
"protobuf==5.29.6",
40-
"cryptography==46.0.6",
40+
"cryptography==46.0.7",
4141
"aiohttp==3.13.4",
4242
"pyasn1==0.6.3",
4343
"nltk==3.9.4",

src/backend/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ pylint-pydantic==0.3.5
3030
pexpect==4.9.0
3131
urllib3==2.6.3
3232
protobuf==5.29.6
33-
cryptography==46.0.6
33+
cryptography==46.0.7
3434
aiohttp==3.13.4
3535
pyasn1==0.6.3
3636
nltk==3.9.4
3737

3838
# Testing tools
39-
pytest==8.4.1
40-
pytest-asyncio==0.24.0
39+
pytest==9.0.3
40+
pytest-asyncio==1.3.0
4141
pytest-cov==5.0.0
4242

src/backend/uv.lock

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

src/mcp_server/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ dependencies = [
2626
"werkzeug==3.1.6",
2727
"urllib3==2.6.3",
2828
"azure-core==1.38.0",
29-
"cryptography==46.0.6",
29+
"cryptography==46.0.7",
3030
]
3131

3232
[project.optional-dependencies]
3333
dev = [
34-
"pytest==8.3.4",
35-
"pytest-asyncio==0.24.0",
34+
"pytest==9.0.3",
35+
"pytest-asyncio==1.3.0",
3636
]
3737

3838
[project.urls]

src/mcp_server/uv.lock

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

0 commit comments

Comments
 (0)