From 8fe8b28e36d50532f2ca92551103bc23b62a9034 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 23:10:50 +0000 Subject: [PATCH] chore(deps): Bump the all group with 6 updates Bumps the all group with 6 updates: | Package | From | To | | --- | --- | --- | | [tryAGI.OpenAI](https://github.com/tryAGI/OpenAI) | `3.6.3` | `3.7.0` | | [System.Text.Json](https://github.com/dotnet/runtime) | `8.0.0` | `8.0.4` | | [DotNet.ReproducibleBuilds](https://github.com/dotnet/reproducible-builds) | `1.2.4` | `1.2.25` | | [Google.Protobuf](https://github.com/protocolbuffers/protobuf) | `3.28.0` | `3.28.1` | | [MSTest.TestAdapter](https://github.com/microsoft/testfx) | `3.5.2` | `3.6.0` | | [MSTest.TestFramework](https://github.com/microsoft/testfx) | `3.5.2` | `3.6.0` | Updates `tryAGI.OpenAI` from 3.6.3 to 3.7.0 - [Release notes](https://github.com/tryAGI/OpenAI/releases) - [Commits](https://github.com/tryAGI/OpenAI/compare/v3.6.3...v3.7.0) Updates `System.Text.Json` from 8.0.0 to 8.0.4 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/compare/v8.0.0...v8.0.4) Updates `DotNet.ReproducibleBuilds` from 1.2.4 to 1.2.25 - [Release notes](https://github.com/dotnet/reproducible-builds/releases) - [Commits](https://github.com/dotnet/reproducible-builds/compare/v1.2.4...v1.2.25) Updates `Google.Protobuf` from 3.28.0 to 3.28.1 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](https://github.com/protocolbuffers/protobuf/compare/v3.28.0...v3.28.1) Updates `MSTest.TestAdapter` from 3.5.2 to 3.6.0 - [Release notes](https://github.com/microsoft/testfx/releases) - [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md) - [Commits](https://github.com/microsoft/testfx/compare/v3.5.2...v3.6.0) Updates `MSTest.TestFramework` from 3.5.2 to 3.6.0 - [Release notes](https://github.com/microsoft/testfx/releases) - [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md) - [Commits](https://github.com/microsoft/testfx/compare/v3.5.2...v3.6.0) --- updated-dependencies: - dependency-name: tryAGI.OpenAI 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-patch dependency-group: all - dependency-name: DotNet.ReproducibleBuilds dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: Google.Protobuf dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: MSTest.TestAdapter dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: MSTest.TestFramework dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] --- example/Example.csproj | 2 +- src/libs/Directory.Build.props | 2 +- src/libs/Pinecone/Pinecone.csproj | 2 +- .../Pinecone.IntegrationTests.csproj | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/example/Example.csproj b/example/Example.csproj index 7291f62..d4288a1 100644 --- a/example/Example.csproj +++ b/example/Example.csproj @@ -13,7 +13,7 @@ - + diff --git a/src/libs/Directory.Build.props b/src/libs/Directory.Build.props index 5ccaf05..7cb0f59 100644 --- a/src/libs/Directory.Build.props +++ b/src/libs/Directory.Build.props @@ -34,7 +34,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/src/libs/Pinecone/Pinecone.csproj b/src/libs/Pinecone/Pinecone.csproj index 162f02c..3a724af 100644 --- a/src/libs/Pinecone/Pinecone.csproj +++ b/src/libs/Pinecone/Pinecone.csproj @@ -21,7 +21,7 @@ all - + diff --git a/src/tests/Pinecone.IntegrationTests/Pinecone.IntegrationTests.csproj b/src/tests/Pinecone.IntegrationTests/Pinecone.IntegrationTests.csproj index bdfbe94..a08f0a5 100644 --- a/src/tests/Pinecone.IntegrationTests/Pinecone.IntegrationTests.csproj +++ b/src/tests/Pinecone.IntegrationTests/Pinecone.IntegrationTests.csproj @@ -10,10 +10,10 @@ runtime; build; native; contentfiles; analyzers; buildtransitive - - + + - +