Skip to content

Commit

Permalink
build(deps): Bump the all group with 4 updates
Browse files Browse the repository at this point in the history
Bumps the all group with 4 updates: [tryAGI.OpenAI](https://github.com/tryAGI/OpenAI), [System.Text.Json](https://github.com/dotnet/runtime), [CliWrap](https://github.com/Tyrrrz/CliWrap) and [Verify.MSTest](https://github.com/VerifyTests/Verify).


Updates `tryAGI.OpenAI` from 3.8.1 to 3.9.2
- [Release notes](https://github.com/tryAGI/OpenAI/releases)
- [Commits](tryAGI/OpenAI@v3.8.1...v3.9.2)

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

Updates `CliWrap` from 3.6.6 to 3.6.7
- [Release notes](https://github.com/Tyrrrz/CliWrap/releases)
- [Commits](Tyrrrz/CliWrap@3.6.6...3.6.7)

Updates `Verify.MSTest` from 27.0.1 to 27.1.0
- [Release notes](https://github.com/VerifyTests/Verify/releases)
- [Commits](VerifyTests/Verify@27.0.1...27.1.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-major
  dependency-group: all
- dependency-name: CliWrap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: Verify.MSTest
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 28, 2024
1 parent 6a575e9 commit 37601f2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/libs/AutoSDK.CLI/AutoSDK.CLI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<Compile Remove="Resources\*.cs" />
<PackageReference Include="System.CommandLine" Version="2.0.0-beta4.22272.1" />
<PackageReference Include="Firecrawl" Version="1.0.2-dev.4" />
<PackageReference Include="tryAGI.OpenAI" Version="3.8.1" />
<PackageReference Include="tryAGI.OpenAI" Version="3.9.2" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<ItemGroup Label="Base packages">
<PackageReference Include="CliWrap" Version="3.6.6" />
<PackageReference Include="CliWrap" Version="3.6.7" />
<PackageReference Include="DotnetCliWrapper" Version="0.2.0" />
<PackageReference Include="GitHubActionsTestLogger" Version="2.4.1">
<PrivateAssets>all</PrivateAssets>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.SourceGenerators.Testing.MSTest" Version="1.1.2" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.11.0" />
<PackageReference Include="System.Formats.Asn1" Version="8.0.1" />
<PackageReference Include="Verify.MSTest" Version="27.0.1" />
<PackageReference Include="Verify.MSTest" Version="27.1.0" />
<PackageReference Include="Verify.SourceGenerators" Version="2.5.0" />
<PackageReference Include="H.Resources.Generator" Version="1.6.1">
<PrivateAssets>all</PrivateAssets>
Expand Down
2 changes: 1 addition & 1 deletion src/tests/AutoSDK.UnitTests/AutoSDK.UnitTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</PackageReference>
<PackageReference Include="MSTest" Version="3.6.1" />
<PackageReference Include="FluentAssertions" Version="6.12.1" />
<PackageReference Include="Verify.MSTest" Version="27.0.1" />
<PackageReference Include="Verify.MSTest" Version="27.1.0" />
</ItemGroup>

<ItemGroup Label="GlobalUsings">
Expand Down

0 comments on commit 37601f2

Please sign in to comment.