Skip to content

Commit ddd47ce

Browse files
committed
Consolidate Dependabot dependency updates
1 parent b31c898 commit ddd47ce

27 files changed

Lines changed: 1157 additions & 1059 deletions

File tree

.github/workflows/dotnet-build-and-test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
coreChanged: ${{ steps.filter.outputs.core }}
4343
steps:
4444
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
45-
- uses: dorny/paths-filter@d1c1ffe0248fe513906c8e24db8ea791d46f8590 # v3
45+
- uses: dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d # v4.0.1
4646
id: filter
4747
with:
4848
filters: |
@@ -610,12 +610,12 @@ jobs:
610610
python-version: "3.13"
611611
os: ${{ runner.os }}
612612
- name: Download all test results from current run
613-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
613+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
614614
with:
615615
pattern: dotnet-test-results-*
616616
path: dotnet-test-results/
617617
- name: Restore report history cache
618-
uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
618+
uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
619619
with:
620620
path: python/dotnet-integration-report-history.json
621621
key: dotnet-integration-report-history-${{ github.run_id }}
@@ -632,7 +632,7 @@ jobs:
632632
run: cat dotnet-integration-test-report.md >> $GITHUB_STEP_SUMMARY
633633
- name: Save report history cache
634634
if: always()
635-
uses: actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
635+
uses: actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
636636
with:
637637
path: python/dotnet-integration-report-history.json
638638
key: dotnet-integration-report-history-${{ github.run_id }}

.github/workflows/python-code-quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
with:
4747
path: ~/.cache/prek
4848
key: prek|${{ matrix.python-version }}|${{ hashFiles('python/.pre-commit-config.yaml') }}
49-
- uses: j178/prek-action@0bb87d7f00b0c99306c8bcb8b8beba1eb581c037 # v1
49+
- uses: j178/prek-action@bdca6f102f98e2b4c7029491a53dfd366469e33d # v2.0.4
5050
name: Run Pre-commit Hooks (excluding poe-check)
5151
env:
5252
SKIP: poe-check

.github/workflows/python-integration-tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ jobs:
177177
run: curl -fsSL https://ollama.com/install.sh | sh
178178
working-directory: .
179179
- name: Cache Ollama models
180-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
180+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
181181
with:
182182
path: ~/.ollama/models
183183
key: ollama-models-qwen2.5-1.5b-nomic-embed-text-v1
@@ -546,12 +546,12 @@ jobs:
546546
python-version: ${{ env.UV_PYTHON }}
547547
os: ${{ runner.os }}
548548
- name: Download all test results from current run
549-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
549+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
550550
with:
551551
pattern: test-results-*
552552
path: test-results/
553553
- name: Restore report history cache
554-
uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
554+
uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
555555
with:
556556
path: python/integration-report-history.json
557557
key: integration-report-history-integration-${{ github.run_id }}
@@ -568,7 +568,7 @@ jobs:
568568
run: cat integration-test-report.md >> $GITHUB_STEP_SUMMARY
569569
- name: Save report history cache
570570
if: always()
571-
uses: actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
571+
uses: actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
572572
with:
573573
path: python/integration-report-history.json
574574
key: integration-report-history-integration-${{ github.run_id }}

.github/workflows/python-lab-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
pythonChanges: ${{ steps.filter.outputs.python}}
2626
steps:
2727
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
28-
- uses: dorny/paths-filter@d1c1ffe0248fe513906c8e24db8ea791d46f8590 # v3
28+
- uses: dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d # v4.0.1
2929
id: filter
3030
with:
3131
filters: |

.github/workflows/python-merge-tests.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
githubCopilotChanged: ${{ steps.filter.outputs.github_copilot }}
4444
steps:
4545
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
46-
- uses: dorny/paths-filter@d1c1ffe0248fe513906c8e24db8ea791d46f8590 # v3
46+
- uses: dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d # v4.0.1
4747
id: filter
4848
with:
4949
filters: |
@@ -298,7 +298,7 @@ jobs:
298298
run: curl -fsSL https://ollama.com/install.sh | sh
299299
working-directory: .
300300
- name: Cache Ollama models
301-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
301+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
302302
with:
303303
path: ~/.ollama/models
304304
key: ollama-models-qwen2.5-1.5b-nomic-embed-text-v1
@@ -743,12 +743,12 @@ jobs:
743743
python-version: ${{ env.UV_PYTHON }}
744744
os: ${{ runner.os }}
745745
- name: Download all test results from current run
746-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
746+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
747747
with:
748748
pattern: test-results-*
749749
path: test-results/
750750
- name: Restore report history cache
751-
uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
751+
uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
752752
with:
753753
path: python/integration-report-history.json
754754
key: integration-report-history-merge-${{ github.run_id }}
@@ -765,7 +765,7 @@ jobs:
765765
run: cat integration-test-report.md >> $GITHUB_STEP_SUMMARY
766766
- name: Save report history cache
767767
if: always()
768-
uses: actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
768+
uses: actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
769769
with:
770770
path: python/integration-report-history.json
771771
key: integration-report-history-merge-${{ github.run_id }}

.github/workflows/python-sample-validation.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -693,15 +693,15 @@ jobs:
693693
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
694694

695695
- name: Download all validation reports
696-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7
696+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
697697
with:
698698
pattern: validation-report-*
699699
path: reports/
700700
merge-multiple: true
701701

702702
- name: Restore validation history
703703
id: cache-restore
704-
uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
704+
uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
705705
with:
706706
path: validation-history/
707707
key: validation-history-${{ github.run_id }}
@@ -719,7 +719,7 @@ jobs:
719719
run: cat trend-report.md >> "$GITHUB_STEP_SUMMARY"
720720

721721
- name: Save validation history
722-
uses: actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
722+
uses: actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
723723
with:
724724
path: validation-history/
725725
key: validation-history-${{ github.run_id }}

.github/workflows/python-test-coverage-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
echo "PR_NUMBER=$ARTIFACT_PR_NUMBER" >> "$GITHUB_ENV"
5858
- name: Pytest coverage comment
5959
id: coverageComment
60-
uses: MishaKav/pytest-coverage-comment@26f986d2599c288bb62f623d29c2da98609e9cd4 # v1.6.0
60+
uses: MishaKav/pytest-coverage-comment@dd5b80bde6d16941f336518e92929e89069d8451 # v1.7.2
6161
with:
6262
github-token: ${{ github.token }}
6363
issue-number: ${{ env.PR_NUMBER }}

dotnet/Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</PropertyGroup>
1212
<ItemGroup>
1313
<!-- Aspire.* -->
14-
<PackageVersion Include="Anthropic" Version="12.20.0" />
14+
<PackageVersion Include="Anthropic" Version="12.31.0" />
1515
<PackageVersion Include="Anthropic.Foundry" Version="0.6.0" />
1616
<PackageVersion Include="Aspire.Hosting" Version="$(AspireAppHostSdkVersion)" />
1717
<PackageVersion Include="Aspire.Azure.AI.OpenAI" Version="13.0.0-preview.1.25560.3" />

dotnet/tests/Microsoft.Agents.AI.Anthropic.UnitTests/Extensions/AnthropicBetaServiceExtensionsTests.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -443,6 +443,7 @@ public TestAnthropicChatClient()
443443
public string? ApiKey { get => throw new NotImplementedException(); init => throw new NotImplementedException(); }
444444
public string? AuthToken { get => throw new NotImplementedException(); init => throw new NotImplementedException(); }
445445
public string? WebhookKey { get => throw new NotImplementedException(); init => throw new NotImplementedException(); }
446+
public IReadOnlyList<DelegatingHandler> Handlers { get => throw new NotImplementedException(); init => throw new NotImplementedException(); }
446447

447448
public IAnthropicClientWithRawResponse WithRawResponse => throw new NotImplementedException();
448449

@@ -490,6 +491,10 @@ public TestBetaService(IAnthropicClient client)
490491

491492
public global::Anthropic.Services.Beta.ISessionService Sessions => throw new NotImplementedException();
492493

494+
public global::Anthropic.Services.Beta.IDeploymentService Deployments => throw new NotImplementedException();
495+
496+
public global::Anthropic.Services.Beta.IDeploymentRunService DeploymentRuns => throw new NotImplementedException();
497+
493498
public global::Anthropic.Services.Beta.IVaultService Vaults => throw new NotImplementedException();
494499

495500
public global::Anthropic.Services.Beta.IMemoryStoreService MemoryStores => throw new NotImplementedException();

dotnet/tests/Microsoft.Agents.AI.Anthropic.UnitTests/Extensions/AnthropicClientExtensionsTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ public TestAnthropicChatClient()
7373
public string? ApiKey { get => throw new NotImplementedException(); init => throw new NotImplementedException(); }
7474
public string? AuthToken { get => throw new NotImplementedException(); init => throw new NotImplementedException(); }
7575
public string? WebhookKey { get => throw new NotImplementedException(); init => throw new NotImplementedException(); }
76+
public IReadOnlyList<DelegatingHandler> Handlers { get => throw new NotImplementedException(); init => throw new NotImplementedException(); }
7677

7778
public IAnthropicClientWithRawResponse WithRawResponse => throw new NotImplementedException();
7879

0 commit comments

Comments
 (0)