Skip to content

Commit 9ab886b

Browse files
Bump the minor-and-patch group across 1 directory with 6 updates (#209)
Bumps the minor-and-patch group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [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` | | [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) | `17.12.0` | `17.13.0` | | [MSTest.TestAdapter](https://github.com/microsoft/testfx) | `3.6.3` | `3.8.2` | | [MSTest.TestFramework](https://github.com/microsoft/testfx) | `3.6.3` | `3.8.2` | 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) Updates `Microsoft.NET.Test.Sdk` from 17.12.0 to 17.13.0 - [Release notes](https://github.com/microsoft/vstest/releases) - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md) - [Commits](microsoft/vstest@v17.12.0...v17.13.0) Updates `MSTest.TestAdapter` from 3.6.3 to 3.8.2 - [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.8.2) Updates `MSTest.TestFramework` from 3.6.3 to 3.8.2 - [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.8.2) --- updated-dependencies: - 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 - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - 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 ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9dbbb72 commit 9ab886b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/Kattbot/Kattbot.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
<ItemGroup>
2121
<PackageReference Include="Microsoft.Extensions.Configuration.FileExtensions" Version="8.0.1" />
22-
<PackageReference Include="TiktokenSharp" Version="1.1.5" />
22+
<PackageReference Include="TiktokenSharp" Version="1.1.6" />
2323
<PackageReference Include="CommandLineArgumentsParser" Version="3.0.23" />
2424
<PackageReference Include="DSharpPlus" Version="5.0.0-nightly-02356" />
2525
<PackageReference Include="DSharpPlus.CommandsNext" Version="5.0.0-nightly-02356" />
@@ -30,7 +30,7 @@
3030
<PackageReference Include="Microsoft.Extensions.Http" Version="8.0.0" />
3131
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="8.0.4" />
3232
<PackageReference Include="SixLabors.ImageSharp" Version="3.1.6" />
33-
<PackageReference Include="SixLabors.ImageSharp.Drawing" Version="2.1.4" />
33+
<PackageReference Include="SixLabors.ImageSharp.Drawing" Version="2.1.5" />
3434
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.556">
3535
<PrivateAssets>all</PrivateAssets>
3636
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

tests/Kattbot.Tests/Kattbot.Tests.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
11-
<PackageReference Include="MSTest.TestAdapter" Version="3.6.3" />
12-
<PackageReference Include="MSTest.TestFramework" Version="3.6.3" />
10+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
11+
<PackageReference Include="MSTest.TestAdapter" Version="3.8.2" />
12+
<PackageReference Include="MSTest.TestFramework" Version="3.8.2" />
1313
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="8.0.4" />
1414
<PackageReference Include="NSubstitute" Version="5.3.0" />
1515
<PackageReference Include="NSubstitute.Analyzers.CSharp" Version="1.0.17">

0 commit comments

Comments
 (0)