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: OpenApiGenerator and Tiktoken.


Updates `OpenApiGenerator` from 0.12.1 to 0.13.6

Updates `Tiktoken` from 2.0.2 to 2.0.3

---
updated-dependencies:
- dependency-name: OpenApiGenerator
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: Tiktoken
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and HavenDV committed Jul 15, 2024
1 parent 1b8e753 commit 2d1f556
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/libs/Replicate.Models/Replicate.Models.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="OpenApiGenerator" Version="0.12.1">
<PackageReference Include="OpenApiGenerator" Version="0.13.6">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down
4 changes: 2 additions & 2 deletions src/libs/Replicate/Replicate.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="OpenApiGenerator" Version="0.12.1">
<PackageReference Include="OpenApiGenerator" Version="0.13.6">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="PolySharp" Version="1.14.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Tiktoken" Version="2.0.2" />
<PackageReference Include="Tiktoken" Version="2.0.3" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net4.6.2'">
Expand Down

0 comments on commit 2d1f556

Please sign in to comment.