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: [NUnit](https://github.com/nunit/nunit), [AWSSDK.Kendra](https://github.com/aws/aws-sdk-net) and [LangChain.Serve.Abstractions](https://github.com/tryAGI/LangChain).


Updates `NUnit` from 4.2.1 to 4.2.2
- [Release notes](https://github.com/nunit/nunit/releases)
- [Changelog](https://github.com/nunit/nunit/blob/main/CHANGES.md)
- [Commits](nunit/nunit@4.2.1...4.2.2)

Updates `AWSSDK.Kendra` from 3.7.400.12 to 3.7.400.13
- [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.104 to 0.15.1-dev.112
- [Release notes](https://github.com/tryAGI/LangChain/releases)
- [Commits](https://github.com/tryAGI/LangChain/commits)

---
updated-dependencies:
- dependency-name: NUnit
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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 Sep 2, 2024
1 parent cee4a5c commit ee3dc2e
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.12" />
<PackageVersion Include="AWSSDK.Kendra" Version="3.7.400.13" />
<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,7 +16,7 @@
<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.104" />
<PackageVersion Include="LangChain.Serve.Abstractions" Version="0.15.1-dev.112" />
<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.11.0" />
Expand All @@ -42,7 +42,7 @@
<PackageVersion Include="Npgsql" Version="8.0.3" />
<PackageVersion Include="OpenSearch.Client" Version="1.7.1" />
<PackageVersion Include="Pgvector" Version="0.2.0" />
<PackageVersion Include="NUnit" Version="4.2.1" />
<PackageVersion Include="NUnit" Version="4.2.2" />
<PackageVersion Include="NUnit3TestAdapter" Version="4.6.0" />
<PackageVersion Include="PolySharp" Version="1.14.1">
<PrivateAssets>all</PrivateAssets>
Expand Down

0 comments on commit ee3dc2e

Please sign in to comment.