Skip to content

Commit

Permalink
chore(deps): Bump the all group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the all group with 2 updates: [Microsoft.OpenApi.Readers](https://github.com/Microsoft/OpenAPI.NET) and [tryAGI.OpenAI](https://github.com/tryAGI/OpenAI).


Updates `Microsoft.OpenApi.Readers` from 1.6.18 to 1.6.19
- [Release notes](https://github.com/Microsoft/OpenAPI.NET/releases)
- [Commits](microsoft/OpenAPI.NET@1.6.18...1.6.19)

Updates `tryAGI.OpenAI` from 3.5.1 to 3.6.3
- [Release notes](https://github.com/tryAGI/OpenAI/releases)
- [Commits](tryAGI/OpenAI@v3.5.1...v3.6.3)

---
updated-dependencies:
- dependency-name: Microsoft.OpenApi.Readers
  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
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 2, 2024
1 parent 04d987a commit cf8a28d
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="Microsoft.OpenApi.Readers" Version="1.6.18" />
<PackageReference Include="Microsoft.OpenApi.Readers" Version="1.6.19" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<PackageReference Include="MSTest.TestFramework" Version="3.5.2" />
<PackageReference Include="FluentAssertions" Version="6.12.0" />
<PackageReference Include="Testcontainers" Version="3.9.0" />
<PackageReference Include="tryAGI.OpenAI" Version="3.5.1" />
<PackageReference Include="tryAGI.OpenAI" Version="3.6.3" />
</ItemGroup>

<ItemGroup Label="GlobalUsings">
Expand Down

0 comments on commit cf8a28d

Please sign in to comment.