Skip to content

Commit

Permalink
chore(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: [AutoSDK](https://github.com/tryAGI/AutoSDK), [tryAGI.OpenAI](https://github.com/tryAGI/OpenAI) and [System.Text.Json](https://github.com/dotnet/runtime).


Updates `AutoSDK` from 0.26.1-dev.61 to 0.26.1-dev.73
- [Release notes](https://github.com/tryAGI/AutoSDK/releases)
- [Commits](https://github.com/tryAGI/AutoSDK/commits)

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)

---
updated-dependencies:
- dependency-name: AutoSDK
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- 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
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 28, 2024
1 parent 310b10f commit 4075ed7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/helpers/FixOpenApiSpec/FixOpenApiSpec.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="AutoSDK" Version="0.26.1-dev.61" />
<PackageReference Include="AutoSDK" Version="0.26.1-dev.73" />
<PackageReference Include="Microsoft.OpenApi.Readers" Version="1.6.22" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<PackageReference Include="MSTest.TestFramework" Version="3.6.1" />
<PackageReference Include="FluentAssertions" Version="6.12.1" />
<PackageReference Include="Testcontainers" Version="3.10.0" />
<PackageReference Include="tryAGI.OpenAI" Version="3.8.1" />
<PackageReference Include="tryAGI.OpenAI" Version="3.9.2" />
</ItemGroup>

<ItemGroup Label="GlobalUsings">
Expand Down

0 comments on commit 4075ed7

Please sign in to comment.