Skip to content

Commit

Permalink
Bump the minor-and-patch group across 1 directory with 5 updates
Browse files Browse the repository at this point in the history
Bumps the minor-and-patch group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [MSTest.TestAdapter](https://github.com/microsoft/testfx) | `3.6.3` | `3.7.3` |
| [MSTest.TestFramework](https://github.com/microsoft/testfx) | `3.6.3` | `3.7.3` |
| [SixLabors.ImageSharp](https://github.com/SixLabors/ImageSharp) | `3.1.6` | `3.1.6` |
| [SixLabors.ImageSharp.Drawing](https://github.com/SixLabors/ImageSharp.Drawing) | `2.1.4` | `2.1.5` |
| [TiktokenSharp](https://github.com/aiqinxuancai/TiktokenSharp) | `1.1.5` | `1.1.6` |



Updates `MSTest.TestAdapter` from 3.6.3 to 3.7.3
- [Release notes](https://github.com/microsoft/testfx/releases)
- [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md)
- [Commits](microsoft/testfx@v3.6.3...v3.7.3)

Updates `MSTest.TestFramework` from 3.6.3 to 3.7.3
- [Release notes](https://github.com/microsoft/testfx/releases)
- [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md)
- [Commits](microsoft/testfx@v3.6.3...v3.7.3)

Updates `SixLabors.ImageSharp` from 3.1.6 to 3.1.6
- [Release notes](https://github.com/SixLabors/ImageSharp/releases)
- [Commits](SixLabors/ImageSharp@v3.1.6...v3.1.6)

Updates `SixLabors.ImageSharp.Drawing` from 2.1.4 to 2.1.5
- [Release notes](https://github.com/SixLabors/ImageSharp.Drawing/releases)
- [Commits](SixLabors/ImageSharp.Drawing@v2.1.4...v2.1.5)

Updates `TiktokenSharp` from 1.1.5 to 1.1.6
- [Release notes](https://github.com/aiqinxuancai/TiktokenSharp/releases)
- [Commits](aiqinxuancai/TiktokenSharp@1.1.5...1.1.6)

---
updated-dependencies:
- dependency-name: MSTest.TestAdapter
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: MSTest.TestFramework
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: SixLabors.ImageSharp
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: SixLabors.ImageSharp.Drawing
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: TiktokenSharp
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 28, 2025
1 parent 1ad277c commit b423045
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Kattbot.Tests/Kattbot.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="MSTest.TestAdapter" Version="3.6.3" />
<PackageReference Include="MSTest.TestFramework" Version="3.6.3" />
<PackageReference Include="MSTest.TestAdapter" Version="3.7.3" />
<PackageReference Include="MSTest.TestFramework" Version="3.7.3" />
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="8.0.4" />
<PackageReference Include="NSubstitute" Version="5.3.0" />
<PackageReference Include="NSubstitute.Analyzers.CSharp" Version="1.0.17">
Expand Down
4 changes: 2 additions & 2 deletions Kattbot/Kattbot.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Configuration.FileExtensions" Version="8.0.1" />
<PackageReference Include="TiktokenSharp" Version="1.1.5" />
<PackageReference Include="TiktokenSharp" Version="1.1.6" />
<PackageReference Include="CommandLineArgumentsParser" Version="3.0.23" />
<PackageReference Include="DSharpPlus" Version="5.0.0-nightly-02356" />
<PackageReference Include="DSharpPlus.CommandsNext" Version="5.0.0-nightly-02356" />
Expand All @@ -19,7 +19,7 @@
<PackageReference Include="Microsoft.Extensions.Http" Version="8.0.0" />
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="8.0.4" />
<PackageReference Include="SixLabors.ImageSharp" Version="3.1.6" />
<PackageReference Include="SixLabors.ImageSharp.Drawing" Version="2.1.4" />
<PackageReference Include="SixLabors.ImageSharp.Drawing" Version="2.1.5" />
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.556">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down

0 comments on commit b423045

Please sign in to comment.