Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[C#] bump: (deps): Bump the production group across 1 directory with 14 updates #2280

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 27, 2025

Bumps the production group with 14 updates in the /dotnet/packages/Microsoft.TeamsAI directory:

Package From To
Azure.Identity 1.12.0 1.13.2
Microsoft.Bcl.AsyncInterfaces 8.0.0 6.0.0
Microsoft.Identity.Client 4.61.3 4.67.2
System.Text.Json 8.0.5 6.0.10
AdaptiveCards 3.1.0 3.1.0
Microsoft.Bcl.AsyncInterfaces 8.0.0 8.0.0
Microsoft.Bot.Builder 4.22.9 4.23.0
Microsoft.Identity.Client 4.61.3 4.66.1
Newtonsoft.Json 13.0.3 13.0.3
System.Text.Json 8.0.5 8.0.5
Microsoft.NET.Test.Sdk 17.10.0 17.12.0
Microsoft.Bcl.AsyncInterfaces 8.0.0 6.0.0
OpenAI 2.1.0-beta.1 2.1.0
System.Text.Json 8.0.5 6.0.10
xunit 2.9.0 2.9.3
AdaptiveCards 3.1.0 3.1.0
Microsoft.Bcl.AsyncInterfaces 8.0.0 8.0.0
Microsoft.Bot.Builder 4.22.9 4.23.0
Microsoft.Bot.Builder.Dialogs 4.22.9 4.23.0
Microsoft.Identity.Client 4.61.3 4.66.1
Newtonsoft.Json 13.0.3 13.0.3
System.Text.Json 8.0.5 8.0.5
AdaptiveCards 3.1.0 3.1.0
Microsoft.Bcl.AsyncInterfaces 8.0.0 8.0.0
Microsoft.Bot.Builder 4.22.9 4.23.0
Microsoft.Bot.Builder.Integration.AspNet.Core 4.22.9 4.23.0
Microsoft.Identity.Client 4.61.3 4.66.1
Newtonsoft.Json 13.0.3 13.0.3
System.Text.Json 8.0.5 8.0.5
Microsoft.Bcl.AsyncInterfaces 8.0.0 8.0.0
Microsoft.ML.Tokenizers.Data.Cl100kBase 1.0.0 1.0.1
System.Text.Json 8.0.5 8.0.5
Microsoft.Bcl.AsyncInterfaces 8.0.0 8.0.0
Microsoft.ML.Tokenizers.Data.O200kBase 1.0.0 1.0.1
System.Text.Json 8.0.5 8.0.5

Updates Azure.Identity from 1.12.0 to 1.13.2

Release notes

Sourced from Azure.Identity's releases.

Azure.Identity_1.13.2

1.13.2 (2025-01-14)

Bugs Fixed

  • Fixed an issue where setting DefaultAzureCredentialOptions.TenantId twice throws an InvalidOperationException (#47035)
  • Fixed an issue where ManagedIdentityCredential does not honor the CancellationToken passed to GetToken and GetTokenAsync. (#47156)
  • Fixed an issue where some credentials in DefaultAzureCredential would not fall through to the next credential in the chain under certain exception conditions.
  • Fixed a regression in ManagedIdentityCredential when used in a ChainedTokenCredential where the invalid json responses do not fall through to the next credential in the chain. (#47470)
Commits
  • a5c44c2 [Storage][DataMovement] More GA API feedback (renames/refactors) (#47796)
  • 23c0c85 Prepare Identity for release with bugfix (#47753)
  • fffdf45 datamovement migration guide skeleton (#47818)
  • 0bb67b8 Increment package version after release of Azure.Data.Tables (#47831)
  • e1a0163 Permissions docs (#47793)
  • 0d0752b [CODEOWNERS] Remove invalid owner (#47820)
  • 9de236f [Storage] [DataMovement] [Archboard feedback] Renamed *CheckpointData to *Che...
  • 9d19f27 Fix typo in CertificatePolicy.KeySize documentation (#47794)
  • 8992dc6 Generating confidentialledger SDK for API spec version 2024-01-26-pre… (#47340)
  • 21554c4 Add detection for empty string in the return value of createdByPrincipalTenan...
  • Additional commits viewable in compare view

Updates Microsoft.Bcl.AsyncInterfaces from 8.0.0 to 6.0.0

Commits
  • 4822e3c Update dependencies from https://github.com/dotnet/arcade build 20211022.3 (#...
  • bf20df1 [release/6.0] [wasm][debugger] Fix loading a non wasm page and then returning...
  • de75159 [release/6.0] Create a parent CMake project for building app bundles on CI (#...
  • 8da5835 [release/6.0] Update dependencies from dotnet/icu dotnet/emsdk (#60684)
  • 6f41165 [release/6.0] Tweak workload build to use _GenerateMsiVersionString target (#...
  • c86a857 [release/6.0] Update dependencies from dotnet/icu dotnet/emsdk dotnet/runtime...
  • 80ed1bd [release/6.0] Don't special case "Experimental" projects (#60643)
  • 263945a [release/6.0] Fix stable builds for some transport packages (#60635)
  • 034f191 Update mac installers location string (#60500)
  • 7907830 [release/6.0] Enforce scatter/gather file I/O Windows API requirements et. al...
  • Additional commits viewable in compare view

Updates Microsoft.Identity.Client from 4.61.3 to 4.67.2

Release notes

Sourced from Microsoft.Identity.Client's releases.

4.67.2

Bug Fixes

4.67.1

Bug Fixes

4.67.0

New Features

Bug Fixes

Deprecated

4.66.2

Bug Fixes

4.66.1

Bug Fixes

4.66.0

New Features

  • Enabled extended functionality in the MSAL authentication flow through the implementation of IAuthenticationOperation. This allows for custom extensions in the authentication flow by providing an authentication operation interface. See [Issue #4956](AzureAD/microsoft-authentication-library-for-dotnet#4956)
  • MSAL.NET will now opt-in to regional ESTS when the environment variable MSAL_FORCE_REGION is set (e.g., MSAL_FORCE_REGION=eastus). This automatically directs MSAL to use the specified region for token acquisition. If the region is explicitly set to "DisableMsalForceRegion", MSAL will not opt-in to regional ESTS. Use of the WithAzureRegion(xyz) API takes precedence over the environment variable. See [Issue #4930](AzureAD/microsoft-authentication-library-for-dotnet#4930)

4.65.2-Preview

  • Refactored CDT Prototype
  • Moved prototype to separate folder
  • Removed dependency on MSAL internals

4.65.0

New Features

... (truncated)

Changelog

Sourced from Microsoft.Identity.Client's changelog.

4.67.2

Bug Fixes

4.67.1

Bug Fixes

4.67.0

New Features

Bug Fixes

Deprecated

4.66.2

Bug Fixes

4.66.1

Bug Fixes

4.66.0

New Features

  • Enabled extended functionality in the MSAL authentication flow through the implementation of IAuthenticationOperation. This allows for custom extensions in the authentication flow by providing an authentication operation interface. See [Issue #4956](AzureAD/microsoft-authentication-library-for-dotnet#4956)
  • MSAL.NET will now opt-in to regional ESTS when the environment variable MSAL_FORCE_REGION is set (e.g., MSAL_FORCE_REGION=eastus). This automatically directs MSAL to use the specified region for token acquisition. If the region is explicitly set to "DisableMsalForceRegion", MSAL will not opt-in to regional ESTS. Use of the WithAzureRegion(xyz) API takes precedence over the environment variable. See [Issue #4930](AzureAD/microsoft-authentication-library-for-dotnet#4930)

4.65.0

New Features

... (truncated)

Commits

Updates System.Text.Json from 8.0.5 to 6.0.10

Commits

Updates AdaptiveCards from 3.1.0 to 3.1.0

Updates Microsoft.Bcl.AsyncInterfaces from 8.0.0 to 8.0.0

Commits
  • 4822e3c Update dependencies from https://github.com/dotnet/arcade build 20211022.3 (#...
  • bf20df1 [release/6.0] [wasm][debugger] Fix loading a non wasm page and then returning...
  • de75159 [release/6.0] Create a parent CMake project for building app bundles on CI (#...
  • 8da5835 [release/6.0] Update dependencies from dotnet/icu dotnet/emsdk (#60684)
  • 6f41165 [release/6.0] Tweak workload build to use _GenerateMsiVersionString target (#...
  • c86a857 [release/6.0] Update dependencies from dotnet/icu dotnet/emsdk dotnet/runtime...
  • 80ed1bd [release/6.0] Don't special case "Experimental" projects (#60643)
  • 263945a [release/6.0] Fix stable builds for some transport packages (#60635)
  • 034f191 Update mac installers location string (#60500)
  • 7907830 [release/6.0] Enforce scatter/gather file I/O Windows API requirements et. al...
  • Additional commits viewable in compare view

Updates Microsoft.Bot.Builder from 4.22.9 to 4.23.0

Commits
  • bc17a5d Fix create parity issue github action (#6881)
  • 271e901 Disable manual component injection since it is injected (#6880)
  • 5c443c4 fix: [#6861]TeamsSSOTokenExchangeMiddleware.DeduplicatedTokenExchangeIdAsync ...
  • e5a4582 Port PVA unit tests (#6868)
  • 8476cc0 add the support for every possible issuer in Single Tenant for emulator (#6879)
  • 242995d Revert "Updateed Microsoft.Identity.Web.Certificateless"
  • 51b2b96 Updateed Microsoft.Identity.Web.Certificateless
  • e449b3c Create deterministic GeHashCode method (#6860)
  • 913f7c3 Tag MsalServiceClientCredentialsFactory obsolete (#6866)
  • 0b16ac0 Bumped dependencies for System.Text.Json alert (#6864)
  • Additional commits viewable in compare view

Updates Microsoft.Identity.Client from 4.61.3 to 4.66.1

Release notes

Sourced from Microsoft.Identity.Client's releases.

4.67.2

Bug Fixes

4.67.1

Bug Fixes

4.67.0

New Features

Bug Fixes

Deprecated

4.66.2

Bug Fixes

4.66.1

Bug Fixes

4.66.0

New Features

  • Enabled extended functionality in the MSAL authentication flow through the implementation of IAuthenticationOperation. This allows for custom extensions in the authentication flow by providing an authentication operation interface. See [Issue #4956](AzureAD/microsoft-authentication-library-for-dotnet#4956)
  • MSAL.NET will now opt-in to regional ESTS when the environment variable MSAL_FORCE_REGION is set (e.g., MSAL_FORCE_REGION=eastus). This automatically directs MSAL to use the specified region for token acquisition. If the region is explicitly set to "DisableMsalForceRegion", MSAL will not opt-in to regional ESTS. Use of the WithAzureRegion(xyz) API takes precedence over the environment variable. See [Issue #4930](AzureAD/microsoft-authentication-library-for-dotnet#4930)

4.65.2-Preview

  • Refactored CDT Prototype
  • Moved prototype to separate folder
  • Removed dependency on MSAL internals

4.65.0

New Features

... (truncated)

Changelog

Sourced from Microsoft.Identity.Client's changelog.

4.67.2

Bug Fixes

4.67.1

Bug Fixes

4.67.0

New Features

Bug Fixes

Deprecated

4.66.2

Bug Fixes

4.66.1

Bug Fixes

4.66.0

New Features

  • Enabled extended functionality in the MSAL authentication flow through the implementation of IAuthenticationOperation. This allows for custom extensions in the authentication flow by providing an authentication operation interface. See [Issue #4956](AzureAD/microsoft-authentication-library-for-dotnet#4956)
  • MSAL.NET will now opt-in to regional ESTS when the environment variable MSAL_FORCE_REGION is set (e.g., MSAL_FORCE_REGION=eastus). This automatically directs MSAL to use the specified region for token acquisition. If the region is explicitly set to "DisableMsalForceRegion", MSAL will not opt-in to regional ESTS. Use of the WithAzureRegion(xyz) API takes precedence over the environment variable. See [Issue #4930](AzureAD/microsoft-authentication-library-for-dotnet#4930)

4.65.0

New Features

... (truncated)

Commits

Updates Newtonsoft.Json from 13.0.3 to 13.0.3

Commits

Updates System.Text.Json from 8.0.5 to 8.0.5

Commits

Updates Microsoft.NET.Test.Sdk from 17.10.0 to 17.12.0

Release notes

Sourced from Microsoft.NET.Test.Sdk's releases.

v17.12.0

What's Changed

Internal and infrastructure fixes:

…14 updates

Bumps the production group with 14 updates in the /dotnet/packages/Microsoft.TeamsAI directory:

| Package | From | To |
| --- | --- | --- |
| [Azure.Identity](https://github.com/Azure/azure-sdk-for-net) | `1.12.0` | `1.13.2` |
| [Microsoft.Bcl.AsyncInterfaces](https://github.com/dotnet/runtime) | `8.0.0` | `6.0.0` |
| [Microsoft.Identity.Client](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet) | `4.61.3` | `4.67.2` |
| [System.Text.Json](https://github.com/dotnet/runtime) | `8.0.5` | `6.0.10` |
| AdaptiveCards | `3.1.0` | `3.1.0` |
| [Microsoft.Bcl.AsyncInterfaces](https://github.com/dotnet/runtime) | `8.0.0` | `8.0.0` |
| [Microsoft.Bot.Builder](https://github.com/Microsoft/botbuilder-dotnet) | `4.22.9` | `4.23.0` |
| [Microsoft.Identity.Client](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet) | `4.61.3` | `4.66.1` |
| [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) | `13.0.3` | `13.0.3` |
| [System.Text.Json](https://github.com/dotnet/runtime) | `8.0.5` | `8.0.5` |
| [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) | `17.10.0` | `17.12.0` |
| [Microsoft.Bcl.AsyncInterfaces](https://github.com/dotnet/runtime) | `8.0.0` | `6.0.0` |
| [OpenAI](https://github.com/openai/openai-dotnet) | `2.1.0-beta.1` | `2.1.0` |
| [System.Text.Json](https://github.com/dotnet/runtime) | `8.0.5` | `6.0.10` |
| [xunit](https://github.com/xunit/xunit) | `2.9.0` | `2.9.3` |
| AdaptiveCards | `3.1.0` | `3.1.0` |
| [Microsoft.Bcl.AsyncInterfaces](https://github.com/dotnet/runtime) | `8.0.0` | `8.0.0` |
| [Microsoft.Bot.Builder](https://github.com/Microsoft/botbuilder-dotnet) | `4.22.9` | `4.23.0` |
| [Microsoft.Bot.Builder.Dialogs](https://github.com/Microsoft/botbuilder-dotnet) | `4.22.9` | `4.23.0` |
| [Microsoft.Identity.Client](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet) | `4.61.3` | `4.66.1` |
| [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) | `13.0.3` | `13.0.3` |
| [System.Text.Json](https://github.com/dotnet/runtime) | `8.0.5` | `8.0.5` |
| AdaptiveCards | `3.1.0` | `3.1.0` |
| [Microsoft.Bcl.AsyncInterfaces](https://github.com/dotnet/runtime) | `8.0.0` | `8.0.0` |
| [Microsoft.Bot.Builder](https://github.com/Microsoft/botbuilder-dotnet) | `4.22.9` | `4.23.0` |
| [Microsoft.Bot.Builder.Integration.AspNet.Core](https://github.com/Microsoft/botbuilder-dotnet) | `4.22.9` | `4.23.0` |
| [Microsoft.Identity.Client](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet) | `4.61.3` | `4.66.1` |
| [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) | `13.0.3` | `13.0.3` |
| [System.Text.Json](https://github.com/dotnet/runtime) | `8.0.5` | `8.0.5` |
| [Microsoft.Bcl.AsyncInterfaces](https://github.com/dotnet/runtime) | `8.0.0` | `8.0.0` |
| [Microsoft.ML.Tokenizers.Data.Cl100kBase](https://github.com/dotnet/machinelearning) | `1.0.0` | `1.0.1` |
| [System.Text.Json](https://github.com/dotnet/runtime) | `8.0.5` | `8.0.5` |
| [Microsoft.Bcl.AsyncInterfaces](https://github.com/dotnet/runtime) | `8.0.0` | `8.0.0` |
| [Microsoft.ML.Tokenizers.Data.O200kBase](https://github.com/dotnet/machinelearning) | `1.0.0` | `1.0.1` |
| [System.Text.Json](https://github.com/dotnet/runtime) | `8.0.5` | `8.0.5` |



Updates `Azure.Identity` from 1.12.0 to 1.13.2
- [Release notes](https://github.com/Azure/azure-sdk-for-net/releases)
- [Commits](Azure/azure-sdk-for-net@Azure.Identity_1.12.0...Azure.Identity_1.13.2)

Updates `Microsoft.Bcl.AsyncInterfaces` from 8.0.0 to 6.0.0
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v8.0.0...v6.0.0)

Updates `Microsoft.Identity.Client` from 4.61.3 to 4.67.2
- [Release notes](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/releases)
- [Changelog](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/blob/main/CHANGELOG.md)
- [Commits](AzureAD/microsoft-authentication-library-for-dotnet@4.61.3...4.67.2)

Updates `System.Text.Json` from 8.0.5 to 6.0.10
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v8.0.5...v6.0.10)

Updates `AdaptiveCards` from 3.1.0 to 3.1.0

Updates `Microsoft.Bcl.AsyncInterfaces` from 8.0.0 to 8.0.0
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v8.0.0...v6.0.0)

Updates `Microsoft.Bot.Builder` from 4.22.9 to 4.23.0
- [Release notes](https://github.com/Microsoft/botbuilder-dotnet/releases)
- [Changelog](https://github.com/microsoft/botbuilder-dotnet/blob/main/Changes.md)
- [Commits](microsoft/botbuilder-dotnet@4.22.9...4.23.0)

Updates `Microsoft.Identity.Client` from 4.61.3 to 4.66.1
- [Release notes](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/releases)
- [Changelog](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/blob/main/CHANGELOG.md)
- [Commits](AzureAD/microsoft-authentication-library-for-dotnet@4.61.3...4.67.2)

Updates `Newtonsoft.Json` from 13.0.3 to 13.0.3
- [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases)
- [Commits](JamesNK/Newtonsoft.Json@13.0.3...13.0.3)

Updates `System.Text.Json` from 8.0.5 to 8.0.5
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v8.0.5...v6.0.10)

Updates `Microsoft.NET.Test.Sdk` from 17.10.0 to 17.12.0
- [Release notes](https://github.com/microsoft/vstest/releases)
- [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md)
- [Commits](microsoft/vstest@v17.10.0...v17.12.0)

Updates `Microsoft.Bcl.AsyncInterfaces` from 8.0.0 to 6.0.0
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v8.0.0...v6.0.0)

Updates `OpenAI` from 2.1.0-beta.1 to 2.1.0
- [Release notes](https://github.com/openai/openai-dotnet/releases)
- [Changelog](https://github.com/openai/openai-dotnet/blob/main/CHANGELOG.md)
- [Commits](openai/openai-dotnet@OpenAI_2.1.0-beta.1...OpenAI_2.1.0)

Updates `System.Text.Json` from 8.0.5 to 6.0.10
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v8.0.5...v6.0.10)

Updates `xunit` from 2.9.0 to 2.9.3
- [Commits](xunit/xunit@v2-2.9.0...v2-2.9.3)

Updates `AdaptiveCards` from 3.1.0 to 3.1.0

Updates `Microsoft.Bcl.AsyncInterfaces` from 8.0.0 to 8.0.0
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v8.0.0...v6.0.0)

Updates `Microsoft.Bot.Builder` from 4.22.9 to 4.23.0
- [Release notes](https://github.com/Microsoft/botbuilder-dotnet/releases)
- [Changelog](https://github.com/microsoft/botbuilder-dotnet/blob/main/Changes.md)
- [Commits](microsoft/botbuilder-dotnet@4.22.9...4.23.0)

Updates `Microsoft.Bot.Builder.Dialogs` from 4.22.9 to 4.23.0
- [Release notes](https://github.com/Microsoft/botbuilder-dotnet/releases)
- [Changelog](https://github.com/microsoft/botbuilder-dotnet/blob/main/Changes.md)
- [Commits](microsoft/botbuilder-dotnet@4.22.9...4.23.0)

Updates `Microsoft.Identity.Client` from 4.61.3 to 4.66.1
- [Release notes](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/releases)
- [Changelog](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/blob/main/CHANGELOG.md)
- [Commits](AzureAD/microsoft-authentication-library-for-dotnet@4.61.3...4.67.2)

Updates `Newtonsoft.Json` from 13.0.3 to 13.0.3
- [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases)
- [Commits](JamesNK/Newtonsoft.Json@13.0.3...13.0.3)

Updates `System.Text.Json` from 8.0.5 to 8.0.5
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v8.0.5...v6.0.10)

Updates `AdaptiveCards` from 3.1.0 to 3.1.0

Updates `Microsoft.Bcl.AsyncInterfaces` from 8.0.0 to 8.0.0
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v8.0.0...v6.0.0)

Updates `Microsoft.Bot.Builder` from 4.22.9 to 4.23.0
- [Release notes](https://github.com/Microsoft/botbuilder-dotnet/releases)
- [Changelog](https://github.com/microsoft/botbuilder-dotnet/blob/main/Changes.md)
- [Commits](microsoft/botbuilder-dotnet@4.22.9...4.23.0)

Updates `Microsoft.Bot.Builder.Integration.AspNet.Core` from 4.22.9 to 4.23.0
- [Release notes](https://github.com/Microsoft/botbuilder-dotnet/releases)
- [Changelog](https://github.com/microsoft/botbuilder-dotnet/blob/main/Changes.md)
- [Commits](microsoft/botbuilder-dotnet@4.22.9...4.23.0)

Updates `Microsoft.Identity.Client` from 4.61.3 to 4.66.1
- [Release notes](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/releases)
- [Changelog](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/blob/main/CHANGELOG.md)
- [Commits](AzureAD/microsoft-authentication-library-for-dotnet@4.61.3...4.67.2)

Updates `Newtonsoft.Json` from 13.0.3 to 13.0.3
- [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases)
- [Commits](JamesNK/Newtonsoft.Json@13.0.3...13.0.3)

Updates `System.Text.Json` from 8.0.5 to 8.0.5
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v8.0.5...v6.0.10)

Updates `Microsoft.Bcl.AsyncInterfaces` from 8.0.0 to 8.0.0
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v8.0.0...v6.0.0)

Updates `Microsoft.ML.Tokenizers.Data.Cl100kBase` from 1.0.0 to 1.0.1
- [Release notes](https://github.com/dotnet/machinelearning/releases)
- [Commits](https://github.com/dotnet/machinelearning/commits)

Updates `System.Text.Json` from 8.0.5 to 8.0.5
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v8.0.5...v6.0.10)

Updates `Microsoft.Bcl.AsyncInterfaces` from 8.0.0 to 8.0.0
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v8.0.0...v6.0.0)

Updates `Microsoft.ML.Tokenizers.Data.O200kBase` from 1.0.0 to 1.0.1
- [Release notes](https://github.com/dotnet/machinelearning/releases)
- [Commits](https://github.com/dotnet/machinelearning/commits)

Updates `System.Text.Json` from 8.0.5 to 8.0.5
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v8.0.5...v6.0.10)

---
updated-dependencies:
- dependency-name: Azure.Identity
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production
- dependency-name: Microsoft.Bcl.AsyncInterfaces
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production
- dependency-name: Microsoft.Identity.Client
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production
- dependency-name: System.Text.Json
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production
- dependency-name: AdaptiveCards
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production
- dependency-name: Microsoft.Bcl.AsyncInterfaces
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production
- dependency-name: Microsoft.Bot.Builder
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production
- dependency-name: Microsoft.Identity.Client
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production
- dependency-name: Newtonsoft.Json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production
- dependency-name: System.Text.Json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production
- dependency-name: Microsoft.Bcl.AsyncInterfaces
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production
- dependency-name: OpenAI
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production
- dependency-name: System.Text.Json
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production
- dependency-name: xunit
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production
- dependency-name: AdaptiveCards
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production
- dependency-name: Microsoft.Bcl.AsyncInterfaces
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production
- dependency-name: Microsoft.Bot.Builder
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production
- dependency-name: Microsoft.Bot.Builder.Dialogs
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production
- dependency-name: Microsoft.Identity.Client
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production
- dependency-name: Newtonsoft.Json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production
- dependency-name: System.Text.Json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production
- dependency-name: AdaptiveCards
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production
- dependency-name: Microsoft.Bcl.AsyncInterfaces
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production
- dependency-name: Microsoft.Bot.Builder
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production
- dependency-name: Microsoft.Bot.Builder.Integration.AspNet.Core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production
- dependency-name: Microsoft.Identity.Client
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production
- dependency-name: Newtonsoft.Json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production
- dependency-name: System.Text.Json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production
- dependency-name: Microsoft.Bcl.AsyncInterfaces
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production
- dependency-name: Microsoft.ML.Tokenizers.Data.Cl100kBase
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production
- dependency-name: System.Text.Json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production
- dependency-name: Microsoft.Bcl.AsyncInterfaces
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production
- dependency-name: Microsoft.ML.Tokenizers.Data.O200kBase
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production
- dependency-name: System.Text.Json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from aacebo as a code owner January 27, 2025 19:11
@dependabot dependabot bot added dependencies Pull requests that update a dependency file dotnet Change/fix applies to dotnet. If all three, use the 'JS & dotnet & Python' label labels Jan 27, 2025
@dependabot dependabot bot requested a review from a team January 27, 2025 19:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file dotnet Change/fix applies to dotnet. If all three, use the 'JS & dotnet & Python' label
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants