Skip to content

Commit afaabdc

Browse files
Roopan-Microsoftdependabot[bot]Pavan-Microsoft
authored
build: Dependabotchanges merge to Dev branch (#1602)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Pavan-Microsoft <[email protected]>
1 parent 56adb59 commit afaabdc

File tree

9 files changed

+4156
-1225
lines changed

9 files changed

+4156
-1225
lines changed

.github/workflows/sync-branches.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
steps:
1717
- name: Checkout repository
18-
uses: actions/checkout@v3
18+
uses: actions/checkout@v4
1919
with:
2020
fetch-depth: 0 # Fetch all history for accurate branch comparison
2121

code/frontend/package-lock.json

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

code/frontend/package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -10,35 +10,35 @@
1010
"test": "vitest run"
1111
},
1212
"dependencies": {
13-
"@babel/traverse": "^7.25.9",
14-
"@fluentui/react": "^8.121.8",
15-
"@fluentui/react-icons": "^2.0.265",
16-
"@fortawesome/fontawesome-svg-core": "^6.6.0",
17-
"@fortawesome/free-solid-svg-icons": "^6.6.0",
13+
"@babel/traverse": "^7.26.4",
14+
"@fluentui/react": "^8.122.2",
15+
"@fluentui/react-icons": "^2.0.270",
16+
"@fortawesome/fontawesome-svg-core": "^6.7.2",
17+
"@fortawesome/free-solid-svg-icons": "^6.7.2",
1818
"@fortawesome/react-fontawesome": "github:fortawesome/react-fontawesome",
1919
"lodash": "^4.17.21",
2020
"lodash-es": "^4.17.21",
21-
"microsoft-cognitiveservices-speech-sdk": "^1.41.0",
22-
"postcss": "^8.4.48",
21+
"microsoft-cognitiveservices-speech-sdk": "^1.42.0",
22+
"postcss": "^8.4.49",
2323
"react": "^18.2.0",
2424
"react-dom": "^18.3.1",
2525
"react-markdown": "^9.0.1",
26-
"react-router-dom": "^6.27.0",
26+
"react-router-dom": "^7.1.0",
2727
"rehype-raw": "^7.0.0",
2828
"remark-gfm": "^4.0.0",
2929
"remark-supersub": "^1.0.0",
30-
"uuid": "^11.0.2"
30+
"uuid": "^11.0.3"
3131
},
3232
"devDependencies": {
3333
"@types/lodash-es": "^4.17.12",
34-
"@types/node": "^22.5.5",
34+
"@types/node": "^22.10.2",
3535
"@types/react": "^18.3.12",
3636
"@types/react-dom": "^18.3.1",
3737
"@types/uuid": "^10.0.0",
38-
"@vitejs/plugin-react": "^4.3.3",
39-
"prettier": "^3.3.3",
40-
"typescript": "^5.6.2",
41-
"vite": "^5.4.10",
42-
"vitest": "^2.1.4"
38+
"@vitejs/plugin-react": "^4.3.4",
39+
"prettier": "^3.4.2",
40+
"typescript": "^5.7.2",
41+
"vite": "^6.0.5",
42+
"vitest": "^2.1.8"
4343
}
4444
}

extensions/teams/package-lock.json

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

extensions/teams/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"url": "https://github.com"
2424
},
2525
"dependencies": {
26-
"botbuilder": "^4.22.1",
26+
"botbuilder": "^4.23.0",
2727
"restify": "^10.0.0"
2828
},
2929
"devDependencies": {

poetry.lock

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

pyproject.toml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,49 +11,49 @@ packages = [
1111
[tool.poetry.dependencies]
1212
python = "^3.10"
1313
azure-functions = "1.21.0"
14-
streamlit = "1.39.0"
14+
streamlit = "1.41.1"
1515
python-dotenv = "1.0.1"
1616
azure-ai-formrecognizer = "3.3.3"
1717
azure-storage-blob = "12.20.0"
1818
azure-identity = "1.19.0"
1919
flask = {extras = ["async"], version = "^3.0.3"}
20-
openai = "1.48.0"
21-
langchain = "0.2.16"
22-
langchain-community = "0.2.17"
20+
openai = "1.58.1"
21+
langchain = "0.2.17"
22+
langchain-community = "0.2.19"
2323
langchain-openai = "0.1.25"
2424
requests = "2.32.3"
2525
tiktoken = "0.8.0"
2626
azure-storage-queue = "12.12.0"
2727
beautifulsoup4 = "4.12.3"
28-
fake-useragent = "1.5.1"
28+
fake-useragent = "2.0.3"
2929
chardet = "5.2.0"
3030
azure-search-documents = "11.6.0b1"
3131
azure-ai-contentsafety = "1.0.0"
3232
python-docx = "1.1.2"
3333
azure-keyvault-secrets = "4.9.0"
3434
pandas = "2.2.3"
35-
azure-monitor-opentelemetry = "^1.6.2"
36-
opentelemetry-instrumentation-httpx = "^0.48b0"
35+
azure-monitor-opentelemetry = "^1.6.4"
36+
opentelemetry-instrumentation-httpx = "^0.50b0"
3737
pillow = "10.4.0"
38-
azure-mgmt-cognitiveservices = "^13.5.0"
38+
azure-mgmt-cognitiveservices = "^13.6.0"
3939
jsonschema = "^4.23.0"
4040
semantic-kernel = {version = "1.3.0", python = "<3.13"}
41-
azure-ai-ml = "^1.21.1"
41+
azure-ai-ml = "^1.23.0"
4242
azure-cosmos = "^4.7.0"
4343
asyncpg = "^0.30.0"
4444
psycopg2-binary = "^2.9.10"
4545
pgvector = "^0.3.6"
4646

4747
[tool.poetry.group.dev.dependencies]
48-
pytest = "^8.3.3"
48+
pytest = "^8.3.4"
4949
pytest-cov = "6.0.0"
5050
flake8 = "7.1.1"
5151
black = "24.10.0"
5252
pre-commit = "4.0.1"
5353
pytest_httpserver = "1.1.0"
5454
trustme = "1.2.0"
5555
jupyter = "1.1.1"
56-
pytest-asyncio = "^0.24.0"
56+
pytest-asyncio = "^0.25.0"
5757

5858
[tool.poetry.group.prompt-flow]
5959
optional = true

tests/integration/ui/package-lock.json

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

tests/integration/ui/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"cypress:open": "cypress open"
88
},
99
"devDependencies": {
10-
"cypress": "^13.15.2",
11-
"typescript": "^5.5.4"
10+
"cypress": "^13.17.0",
11+
"typescript": "^5.7.2"
1212
}
1313
}

0 commit comments

Comments
 (0)