Skip to content

Commit

Permalink
build(deps): Bump the all group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the all group with 3 updates: [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest), [AWSSDK.Kendra](https://github.com/aws/aws-sdk-net) and [LangChain.Serve.Abstractions](https://github.com/tryAGI/LangChain).


Updates `Microsoft.NET.Test.Sdk` from 17.10.0 to 17.11.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.11.0)

Updates `AWSSDK.Kendra` from 3.7.400.8 to 3.7.400.9
- [Changelog](https://github.com/aws/aws-sdk-net/blob/main/SDK.CHANGELOG.MD)
- [Commits](https://github.com/aws/aws-sdk-net/commits)

Updates `LangChain.Serve.Abstractions` from 0.15.1-dev.90 to 0.15.1-dev.98
- [Release notes](https://github.com/tryAGI/LangChain/releases)
- [Commits](https://github.com/tryAGI/LangChain/commits)

---
updated-dependencies:
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: AWSSDK.Kendra
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: LangChain.Serve.Abstractions
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 21, 2024
1 parent dee3066 commit 52c835e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
</PropertyGroup>
<ItemGroup>
<PackageVersion Include="AWSSDK.Kendra" Version="3.7.400.8" />
<PackageVersion Include="AWSSDK.Kendra" Version="3.7.400.9" />
<PackageVersion Include="DotNet.ReproducibleBuilds" Version="1.2.4" />
<PackageVersion Include="Elastic.Clients.Elasticsearch" Version="8.14.2" />
<PackageVersion Include="FluentAssertions" Version="6.12.0" />
Expand All @@ -16,10 +16,10 @@
<PackageVersion Include="LangChain.DocumentLoaders.Pdf" Version="0.15.0" />
<PackageVersion Include="LangChain.Polyfills" Version="0.15.0" />
<PackageVersion Include="LangChain.Providers.Amazon.Bedrock" Version="0.15.1-dev.78" />
<PackageVersion Include="LangChain.Serve.Abstractions" Version="0.15.1-dev.90" />
<PackageVersion Include="LangChain.Serve.Abstractions" Version="0.15.1-dev.98" />
<PackageVersion Include="Microsoft.CodeAnalysis.PublicApiAnalyzers" Version="3.3.4" />
<PackageVersion Include="Microsoft.Data.Sqlite.Core" Version="8.0.8" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
<PackageVersion Include="Microsoft.SemanticKernel.Connectors.Milvus" Version="1.16.2-alpha" />
<PackageVersion Include="Microsoft.SemanticKernel.Connectors.OpenAI" Version="1.10.0" />
<PackageVersion Include="Microsoft.SemanticKernel.Connectors.AzureAISearch" Version="1.15.1-alpha" />
Expand Down

0 comments on commit 52c835e

Please sign in to comment.