Skip to content

Commit

Permalink
build(deps): Bump the all group with 5 updates (#93)
Browse files Browse the repository at this point in the history
Bumps the all group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [LangChain.Providers.Abstractions](https://github.com/tryAGI/LangChain.Providers) | `0.15.3-dev.80` | `0.15.3-dev.84` |
| [Microsoft.Extensions.DependencyInjection.Abstractions](https://github.com/dotnet/runtime) | `9.0.0` | `8.0.2` |
| [Microsoft.SemanticKernel.Core](https://github.com/microsoft/semantic-kernel) | `1.29.0` | `1.30.0` |
| [System.Text.Json](https://github.com/dotnet/runtime) | `9.0.0` | `8.0.5` |
| [AWSSDK.Kendra](https://github.com/aws/aws-sdk-net) | `3.7.400.56` | `3.7.400.57` |


Updates `LangChain.Providers.Abstractions` from 0.15.3-dev.80 to 0.15.3-dev.84
- [Commits](https://github.com/tryAGI/LangChain.Providers/commits)

Updates `Microsoft.Extensions.DependencyInjection.Abstractions` from 9.0.0 to 8.0.2
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v9.0.0...v8.0.2)

Updates `Microsoft.SemanticKernel.Core` from 1.29.0 to 1.30.0
- [Release notes](https://github.com/microsoft/semantic-kernel/releases)
- [Commits](microsoft/semantic-kernel@dotnet-1.29.0...dotnet-1.30.0)

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

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

---
updated-dependencies:
- dependency-name: LangChain.Providers.Abstractions
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: Microsoft.Extensions.DependencyInjection.Abstractions
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: Microsoft.SemanticKernel.Core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: System.Text.Json
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: AWSSDK.Kendra
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 25, 2024
1 parent e2c7a1e commit eadfd78
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.56" />
<PackageVersion Include="AWSSDK.Kendra" Version="3.7.400.57" />
<PackageVersion Include="DotNet.ReproducibleBuilds" Version="1.2.25" />
<PackageVersion Include="Elastic.Clients.Elasticsearch" Version="8.15.10" />
<PackageVersion Include="FluentAssertions" Version="6.12.2" />
Expand All @@ -14,7 +14,7 @@
</PackageVersion>
<PackageVersion Include="LangChain.DocumentLoaders.Abstractions" Version="0.15.3-dev.14" />
<PackageVersion Include="LangChain.Polyfills" Version="0.15.3-dev.14" />
<PackageVersion Include="LangChain.Providers.Abstractions" Version="0.15.3-dev.80" />
<PackageVersion Include="LangChain.Providers.Abstractions" Version="0.15.3-dev.84" />
<PackageVersion Include="LangChain.Serve.Abstractions" Version="0.15.3-dev.14" />
<PackageVersion Include="Microsoft.CodeAnalysis.PublicApiAnalyzers" Version="3.3.4" />
<PackageVersion Include="Microsoft.Data.Sqlite" Version="9.0.0" />
Expand All @@ -29,7 +29,7 @@
<PackageVersion Include="Microsoft.SemanticKernel.Connectors.Redis" Version="1.29.0-alpha" />
<PackageVersion Include="Microsoft.SemanticKernel.Connectors.Sqlite" Version="1.29.0-alpha" />
<PackageVersion Include="Microsoft.SemanticKernel.Connectors.Weaviate" Version="1.29.0-alpha" />
<PackageVersion Include="Microsoft.SemanticKernel.Core" Version="1.29.0" />
<PackageVersion Include="Microsoft.SemanticKernel.Core" Version="1.30.0" />
<PackageVersion Include="Moq" Version="4.20.72" />
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp.SourceGenerators.Testing.MSTest" Version="1.1.2" />
<PackageVersion Include="Verify.MSTest" Version="26.1.6" />
Expand Down

0 comments on commit eadfd78

Please sign in to comment.