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

Bump the dotnet group in /docs/core/whats-new/snippets/dotnet-9/csharp with 5 updates #2119

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Nov 13, 2024

Bumps the dotnet group in /docs/core/whats-new/snippets/dotnet-9/csharp with 5 updates:

Package From To
Azure.Storage.Blobs 12.22.2 12.23.0
Microsoft.ML.Tokenizers 0.21.1 0.22.0
System.Memory 4.5.5 4.6.0
System.Net.ServerSentEvents 9.0.0-rc.2.24473.5 9.0.0
System.Numerics.Tensors 9.0.0-rc.2.24473.5 9.0.0

Updates Azure.Storage.Blobs from 12.22.2 to 12.23.0

Release notes

Sourced from Azure.Storage.Blobs's releases.

Azure.Storage.Blobs_12.23.0

12.23.0 (2024-11-12)

Features Added

  • Includes all features from 12.23.0-beta.1 and 12.23.0-beta.2

Bugs Fixed

  • Fixed bug where network download streams were not properly disposed.
  • Fixed bug where DownloadToAsync() did not dispose all its network streams on error in some cases.
Commits
  • 94018d3 Increment package version after release of Azure.ResourceManager.AppService (...
  • e8fb89f STG 96 GA release (#47126)
  • 4f49116 Update AutoRest C# version to 3.0.0-beta.20241112.1 (#47120)
  • 2a85f03 chore(playwrighttesting): populate NumberOfTestWorkers from runsettings and r...
  • e666aab Update AutoRest C# version to 3.0.0-beta.20241111.1 (#47074)
  • 118bceb [Service Bus] Changelog updates (#47009)
  • d566cc3 [CODEOWNERS] Remove invalid owner (#47067)
  • 797963b Rerecord Directory Copy Blob to Files vice versa tests (#47068)
  • 9eee27e Update docindex.yml to use Python 3.11 (#47051)
  • bdd48fd Increment package version after release of Azure.ResourceManager.DataFactory ...
  • Additional commits viewable in compare view

Updates Microsoft.ML.Tokenizers from 0.21.1 to 0.22.0

Commits

Updates System.Memory from 4.5.5 to 4.6.0

Commits

Updates System.Net.ServerSentEvents from 9.0.0-rc.2.24473.5 to 9.0.0

Release notes

Sourced from System.Net.ServerSentEvents's releases.

.NET 9.0.0

Release

What's Changed

... (truncated)

Commits

Updates System.Numerics.Tensors from 9.0.0-rc.2.24473.5 to 9.0.0

Release notes

Sourced from System.Numerics.Tensors's releases.

.NET 9.0.0

Release

What's Changed

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the dotnet group in /docs/core/whats-new/snippets/dotnet-9/csharp with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [Azure.Storage.Blobs](https://github.com/Azure/azure-sdk-for-net) | `12.22.2` | `12.23.0` |
| [Microsoft.ML.Tokenizers](https://github.com/dotnet/machinelearning) | `0.21.1` | `0.22.0` |
| [System.Memory](https://github.com/dotnet/maintenance-packages) | `4.5.5` | `4.6.0` |
| [System.Net.ServerSentEvents](https://github.com/dotnet/runtime) | `9.0.0-rc.2.24473.5` | `9.0.0` |
| [System.Numerics.Tensors](https://github.com/dotnet/runtime) | `9.0.0-rc.2.24473.5` | `9.0.0` |


Updates `Azure.Storage.Blobs` from 12.22.2 to 12.23.0
- [Release notes](https://github.com/Azure/azure-sdk-for-net/releases)
- [Commits](Azure/azure-sdk-for-net@Azure.Storage.Blobs_12.22.2...Azure.Storage.Blobs_12.23.0)

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

Updates `System.Memory` from 4.5.5 to 4.6.0
- [Commits](https://github.com/dotnet/maintenance-packages/commits)

Updates `System.Net.ServerSentEvents` from 9.0.0-rc.2.24473.5 to 9.0.0
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v9.0.0-rc.2.24473.5...v9.0.0)

Updates `System.Numerics.Tensors` from 9.0.0-rc.2.24473.5 to 9.0.0
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v9.0.0-rc.2.24473.5...v9.0.0)

---
updated-dependencies:
- dependency-name: Azure.Storage.Blobs
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet
- dependency-name: Microsoft.ML.Tokenizers
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet
- dependency-name: System.Memory
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet
- dependency-name: System.Net.ServerSentEvents
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
- dependency-name: System.Numerics.Tensors
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from gewarren as a code owner November 13, 2024 19:24
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Nov 13, 2024
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 .NET Pull requests that update .net code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants