Skip to content

Commit 7aaa791

Browse files
Merge pull request #346 from microsoft/dependabotchanges
build: Dependabotchanges
2 parents 706dd31 + bf2dc5e commit 7aaa791

7 files changed

Lines changed: 923 additions & 874 deletions

File tree

.github/workflows/job-deploy-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
WEBAPP_URL: ${{ steps.get_output_windows.outputs.WEBAPP_URL }}
5353
steps:
5454
- name: Checkout Code
55-
uses: actions/checkout@v4
55+
uses: actions/checkout@v6
5656

5757
- name: Validate Workflow Input Parameters
5858
shell: bash

.github/workflows/job-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ jobs:
270270
echo "Final EXP status: $EXP_ENABLED"
271271
272272
- name: Checkout Code
273-
uses: actions/checkout@v4
273+
uses: actions/checkout@v6
274274

275275
- name: Login to Azure
276276
shell: bash

.github/workflows/job-docker-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
IMAGE_TAG: ${{ steps.generate_docker_tag.outputs.IMAGE_TAG }}
3131
steps:
3232
- name: Checkout Code
33-
uses: actions/checkout@v4
33+
uses: actions/checkout@v6
3434

3535
- name: Generate Unique Docker Image Tag
3636
id: generate_docker_tag

.github/workflows/test-automation-v2.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
TEST_REPORT_URL: ${{ steps.upload_report.outputs.artifact-url }}
3737
steps:
3838
- name: Checkout repository
39-
uses: actions/checkout@v5
39+
uses: actions/checkout@v6
4040

4141
- name: Set up Python
4242
uses: actions/setup-python@v6
@@ -136,7 +136,7 @@ jobs:
136136

137137
- name: Upload test report
138138
id: upload_report
139-
uses: actions/upload-artifact@v4
139+
uses: actions/upload-artifact@v6
140140
if: ${{ !cancelled() }}
141141
with:
142142
name: test-report

src/backend/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ structlog
3535
typing-extensions
3636
python-jose[cryptography]
3737
passlib[bcrypt]
38-
semantic-kernel[azure]==1.39.0
38+
semantic-kernel[azure]==1.39.2
3939
sqlparse
4040
sqlglot
4141
unittest2
@@ -49,5 +49,5 @@ opentelemetry-sdk==1.39.0
4949
opentelemetry-api==1.39.0
5050
opentelemetry-semantic-conventions==0.60b0
5151
opentelemetry-instrumentation==0.60b0
52-
azure-monitor-opentelemetry==1.8.3
52+
azure-monitor-opentelemetry==1.8.6
5353
azure-ai-projects==1.0.0

0 commit comments

Comments
 (0)