Skip to content

Bump the dotnet-dependencies group with 6 updates#88

Open
dependabot[bot] wants to merge 1 commit into
nextfrom
dependabot/nuget/dotnet-dependencies-337c7eeee3
Open

Bump the dotnet-dependencies group with 6 updates#88
dependabot[bot] wants to merge 1 commit into
nextfrom
dependabot/nuget/dotnet-dependencies-337c7eeee3

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jun 1, 2026

Updated Microsoft.Agents.AI from 1.6.2 to 1.8.0.

Release notes

Sourced from Microsoft.Agents.AI's releases.

1.7.0

[1.7.0] - 2026-05-28

Added

  • agent-framework-core: Add HarnessAgent and background-agents harness provider (#​6041, #​6069)
  • agent-framework-core, agent-framework-a2a: Add A2AAgentSession with referenced task IDs and input-required support (#​5980)
  • agent-framework-foundry: Add experimental prompt-agent conversion and deployment APIs (#​5959)
  • agent-framework-declarative: Add Foundry Toolbox MCP invocation support and sample (#​5933)
  • samples: Add hosting samples overview README (#​5407)

Changed

  • agent-framework-core: Align TodoProvider tool names with the C# implementation (#​6107)
  • agent-framework-core: Align ModeProvider tool names and instructions (#​6071)
  • agent-framework-chatkit: Raise the openai-chatkit dependency floor to >=1.6.4 to match the current typed API usage.
  • agent-framework-declarative: [BREAKING] Remove Python-only declarative actions and rename alias kinds to C# canonical names (#​6126)
  • tests: Replace deprecated asyncio.iscoroutinefunction usage in DevUI cleanup-hook tests (#​4563)

Fixed

  • agent-framework-core: Point @​experimental warnings at user code (#​5996)
  • agent-framework-declarative: Fix Foreach body exit wiring (#​6050)
  • agent-framework-devui: Fix streaming memory growth regression (#​6038)
  • agent-framework-foundry: Pass default headers to Foundry agents (#​6040)
  • agent-framework-foundry-hosting: Fix hosted handoff argument serialization (#​5861)
  • agent-framework-foundry-hosting: Allow hosted checkpoints to restore MessageRole values (#​6049)
  • agent-framework-openai: Preserve citation get_url metadata (#​6037)
  • agent-framework-openai: Guard Chat Completions streaming against null deltas (#​5734)
  • agent-framework-openai: Read response headers defensively for stream wrappers without .headers (#​6028, #​6029)
  • samples: Fix sequential workflow sample output handling (#​5976)

Full Changelog: microsoft/agent-framework@python-1.6.0...python-1.7.0

Commits viewable in compare view.

Updated Microsoft.Agents.AI.OpenAI from 1.6.2 to 1.8.0.

Release notes

Sourced from Microsoft.Agents.AI.OpenAI's releases.

1.7.0

[1.7.0] - 2026-05-28

Added

  • agent-framework-core: Add HarnessAgent and background-agents harness provider (#​6041, #​6069)
  • agent-framework-core, agent-framework-a2a: Add A2AAgentSession with referenced task IDs and input-required support (#​5980)
  • agent-framework-foundry: Add experimental prompt-agent conversion and deployment APIs (#​5959)
  • agent-framework-declarative: Add Foundry Toolbox MCP invocation support and sample (#​5933)
  • samples: Add hosting samples overview README (#​5407)

Changed

  • agent-framework-core: Align TodoProvider tool names with the C# implementation (#​6107)
  • agent-framework-core: Align ModeProvider tool names and instructions (#​6071)
  • agent-framework-chatkit: Raise the openai-chatkit dependency floor to >=1.6.4 to match the current typed API usage.
  • agent-framework-declarative: [BREAKING] Remove Python-only declarative actions and rename alias kinds to C# canonical names (#​6126)
  • tests: Replace deprecated asyncio.iscoroutinefunction usage in DevUI cleanup-hook tests (#​4563)

Fixed

  • agent-framework-core: Point @​experimental warnings at user code (#​5996)
  • agent-framework-declarative: Fix Foreach body exit wiring (#​6050)
  • agent-framework-devui: Fix streaming memory growth regression (#​6038)
  • agent-framework-foundry: Pass default headers to Foundry agents (#​6040)
  • agent-framework-foundry-hosting: Fix hosted handoff argument serialization (#​5861)
  • agent-framework-foundry-hosting: Allow hosted checkpoints to restore MessageRole values (#​6049)
  • agent-framework-openai: Preserve citation get_url metadata (#​6037)
  • agent-framework-openai: Guard Chat Completions streaming against null deltas (#​5734)
  • agent-framework-openai: Read response headers defensively for stream wrappers without .headers (#​6028, #​6029)
  • samples: Fix sequential workflow sample output handling (#​5976)

Full Changelog: microsoft/agent-framework@python-1.6.0...python-1.7.0

Commits viewable in compare view.

Updated MongoDB.Bson from 3.8.1 to 3.9.0.

Release notes

Sourced from MongoDB.Bson's releases.

3.9.0

This is the general availability release for the 3.9.0 version of the driver.

[!IMPORTANT]
Next minor release will raise the minimum supported MongoDB Server version from 4.2 to 4.4. This is in accordance with MongoDB Software Lifecycle Schedules. Support for MongoDB Server 4.2 will be dropped in a future release!

The main new features in 3.9.0 include:

  • CSHARP-5567: Add a LINQ equivalent for $toHashedIndexKey
  • CSHARP-4901: Add support for SearchMeta facet without operator
  • CSHARP-5930: Allow registering the same encryption provider multiple times
  • CSHARP-5899: Add support for "flat" indexing method in vector search index builders
  • CSHARP-5931: Add builder support for $scoreFusion stage

Improvements:

  • CSHARP-3556: Use EndPointServerSelector in SingleServerBinding instead of busy wait
  • CSHARP-5611: Support ReadOnlySpan in ObjectId and eliminate the temporary byte array allocations

Fixes:

  • CSHARP-5967: Ensure SerializerFinder proper support of Parse method
  • CSHARP-5966: Add support of string.TrimStart and TrimEnd methods to SerializerFinder
  • CSHARP-5942: Fix serializer resolution for dictionary paths with numeric string keys
  • CSHARP-2868: Allow maxIdleTimeMS=0 and treat it as no idle time limit
  • CSHARP-5762: Avoid changing "filter" to "parentFilter" in previously supported case
  • CSHARP-5629: Respect BsonElement attribute in NamedIdMemberConvention
  • CSHARP-6029: Execute endSessions on ServerSessionPool close
  • CSHARP-6043: NullReferenceException in IEnumerableSerializerBase.Serialize when projecting nullable array with conditional Select
  • CSHARP-6040: Fix StackOverflowException in convention CouldApply on self-referencing IEnumerable<T> types

Maintenance:

  • CSHARP-6055: Update SharpCompress to remedy vulnerability
  • CSHARP-6023: Update libmongocrypt URLs for 1.18.0+
  • CSHARP-5943: Initial small AGENTS.md file for the C# driver
  • CSHARP-5671: Replace Artifactory with ECR for container image pulls

The full list of issues resolved in this release is available at CSHARP JIRA project.

Documentation on the .NET driver can be found here.

Commits viewable in compare view.

Updated MongoDB.Driver from 3.8.1 to 3.9.0.

Release notes

Sourced from MongoDB.Driver's releases.

3.9.0

This is the general availability release for the 3.9.0 version of the driver.

[!IMPORTANT]
Next minor release will raise the minimum supported MongoDB Server version from 4.2 to 4.4. This is in accordance with MongoDB Software Lifecycle Schedules. Support for MongoDB Server 4.2 will be dropped in a future release!

The main new features in 3.9.0 include:

  • CSHARP-5567: Add a LINQ equivalent for $toHashedIndexKey
  • CSHARP-4901: Add support for SearchMeta facet without operator
  • CSHARP-5930: Allow registering the same encryption provider multiple times
  • CSHARP-5899: Add support for "flat" indexing method in vector search index builders
  • CSHARP-5931: Add builder support for $scoreFusion stage

Improvements:

  • CSHARP-3556: Use EndPointServerSelector in SingleServerBinding instead of busy wait
  • CSHARP-5611: Support ReadOnlySpan in ObjectId and eliminate the temporary byte array allocations

Fixes:

  • CSHARP-5967: Ensure SerializerFinder proper support of Parse method
  • CSHARP-5966: Add support of string.TrimStart and TrimEnd methods to SerializerFinder
  • CSHARP-5942: Fix serializer resolution for dictionary paths with numeric string keys
  • CSHARP-2868: Allow maxIdleTimeMS=0 and treat it as no idle time limit
  • CSHARP-5762: Avoid changing "filter" to "parentFilter" in previously supported case
  • CSHARP-5629: Respect BsonElement attribute in NamedIdMemberConvention
  • CSHARP-6029: Execute endSessions on ServerSessionPool close
  • CSHARP-6043: NullReferenceException in IEnumerableSerializerBase.Serialize when projecting nullable array with conditional Select
  • CSHARP-6040: Fix StackOverflowException in convention CouldApply on self-referencing IEnumerable<T> types

Maintenance:

  • CSHARP-6055: Update SharpCompress to remedy vulnerability
  • CSHARP-6023: Update libmongocrypt URLs for 1.18.0+
  • CSHARP-5943: Initial small AGENTS.md file for the C# driver
  • CSHARP-5671: Replace Artifactory with ECR for container image pulls

The full list of issues resolved in this release is available at CSHARP JIRA project.

Documentation on the .NET driver can be found here.

Commits viewable in compare view.

Updated SharpCompress from 0.48.1 to 0.49.1.

Release notes

Sourced from SharpCompress's releases.

0.49.1

What's Changed

Full Changelog: adamhathcock/sharpcompress@0.49.0...0.49.1

0.49.0

This should contain a lot of write async fixes and some breaking API changes that fix previous broke net48 usage

What's Changed

New Contributors

Full Changelog: adamhathcock/sharpcompress@0.48.1...0.49.0

0.49.0-beta.140

What's Changed

Full Changelog: adamhathcock/sharpcompress@0.49.0-beta.136...0.49.0-beta.140

0.49.0-beta.136

What's Changed

New Contributors

Full Changelog: adamhathcock/sharpcompress@0.48.1...0.49.0-beta1

Commits viewable in compare view.

Updated Xunit.SkippableFact from 1.5.23 to 1.5.61.

Release notes

Sourced from Xunit.SkippableFact's releases.

1.5.61

What's Changed

New Contributors

Full Changelog: AArnott/Xunit.SkippableFact@v1.5.23...v1.5.61

Commits viewable in compare view.

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 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 Microsoft.Agents.AI from 1.6.2 to 1.8.0
Bumps Microsoft.Agents.AI.OpenAI from 1.6.2 to 1.8.0
Bumps MongoDB.Bson from 3.8.1 to 3.9.0
Bumps MongoDB.Driver from 3.8.1 to 3.9.0
Bumps SharpCompress from 0.48.1 to 0.49.1
Bumps Xunit.SkippableFact from 1.5.23 to 1.5.61

---
updated-dependencies:
- dependency-name: Microsoft.Agents.AI
  dependency-version: 1.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet-dependencies
- dependency-name: Microsoft.Agents.AI.OpenAI
  dependency-version: 1.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet-dependencies
- dependency-name: MongoDB.Bson
  dependency-version: 3.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet-dependencies
- dependency-name: MongoDB.Driver
  dependency-version: 3.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet-dependencies
- dependency-name: SharpCompress
  dependency-version: 0.49.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet-dependencies
- dependency-name: Xunit.SkippableFact
  dependency-version: 1.5.61
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added .NET Pull requests that update .NET code dependencies Pull requests that update a dependency file labels Jun 1, 2026
@snyk-io
Copy link
Copy Markdown

snyk-io Bot commented Jun 1, 2026

Snyk checks have passed. No issues have been found so far.

Status Scan Engine Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jun 1, 2026

Test Results

1 163 tests   1 162 ✅  37s ⏱️
   13 suites      0 💤
   13 files        1 ❌

For more details on these failures, see this check.

Results for commit 9e5e804.

@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud Bot commented Jun 1, 2026

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