Skip to content

Commit 417d5cd

Browse files
Bump the minor-and-patch group across 1 directory with 7 updates (#193)
Bumps the minor-and-patch group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) | `17.11.1` | `17.12.0` | | [MSTest.TestAdapter](https://github.com/microsoft/testfx) | `3.5.2` | `3.6.3` | | [MSTest.TestFramework](https://github.com/microsoft/testfx) | `3.5.2` | `3.6.3` | | [NSubstitute](https://github.com/nsubstitute/NSubstitute) | `5.1.0` | `5.3.0` | | [MediatR](https://github.com/jbogard/MediatR) | `12.4.0` | `12.4.1` | | [SixLabors.ImageSharp](https://github.com/SixLabors/ImageSharp) | `3.1.5` | `3.1.6` | | [TiktokenSharp](https://github.com/aiqinxuancai/TiktokenSharp) | `1.1.4` | `1.1.5` | Updates `Microsoft.NET.Test.Sdk` from 17.11.1 to 17.12.0 - [Release notes](https://github.com/microsoft/vstest/releases) - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md) - [Commits](microsoft/vstest@v17.11.1...v17.12.0) Updates `MSTest.TestAdapter` from 3.5.2 to 3.6.3 - [Release notes](https://github.com/microsoft/testfx/releases) - [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md) - [Commits](microsoft/testfx@v3.5.2...v3.6.3) Updates `MSTest.TestFramework` from 3.5.2 to 3.6.3 - [Release notes](https://github.com/microsoft/testfx/releases) - [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md) - [Commits](microsoft/testfx@v3.5.2...v3.6.3) Updates `NSubstitute` from 5.1.0 to 5.3.0 - [Release notes](https://github.com/nsubstitute/NSubstitute/releases) - [Changelog](https://github.com/nsubstitute/NSubstitute/blob/main/CHANGELOG.md) - [Commits](nsubstitute/NSubstitute@v5.1.0...v5.3.0) Updates `MediatR` from 12.4.0 to 12.4.1 - [Release notes](https://github.com/jbogard/MediatR/releases) - [Commits](LuckyPennySoftware/MediatR@v12.4.0...v12.4.1) Updates `SixLabors.ImageSharp` from 3.1.5 to 3.1.6 - [Release notes](https://github.com/SixLabors/ImageSharp/releases) - [Commits](SixLabors/ImageSharp@v3.1.5...v3.1.6) Updates `TiktokenSharp` from 1.1.4 to 1.1.5 - [Release notes](https://github.com/aiqinxuancai/TiktokenSharp/releases) - [Commits](aiqinxuancai/TiktokenSharp@1.1.4...1.1.5) --- updated-dependencies: - 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 - dependency-name: NSubstitute dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: MediatR dependency-type: direct:production update-type: version-update:semver-patch 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: TiktokenSharp dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a73e0a8 commit 417d5cd

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

Kattbot.Tests/Kattbot.Tests.csproj

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

99
<ItemGroup>
10-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
11-
<PackageReference Include="MSTest.TestAdapter" Version="3.5.2" />
12-
<PackageReference Include="MSTest.TestFramework" Version="3.5.2" />
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" />
1313
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="8.0.4" />
14-
<PackageReference Include="NSubstitute" Version="5.1.0" />
14+
<PackageReference Include="NSubstitute" Version="5.3.0" />
1515
<PackageReference Include="NSubstitute.Analyzers.CSharp" Version="1.0.17">
1616
<PrivateAssets>all</PrivateAssets>
1717
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

Kattbot/Kattbot.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@
88

99
<ItemGroup>
1010
<PackageReference Include="Microsoft.Extensions.Configuration.FileExtensions" Version="8.0.1" />
11-
<PackageReference Include="TiktokenSharp" Version="1.1.4" />
11+
<PackageReference Include="TiktokenSharp" Version="1.1.5" />
1212
<PackageReference Include="CommandLineArgumentsParser" Version="3.0.23" />
1313
<PackageReference Include="DSharpPlus" Version="5.0.0-nightly-02356" />
1414
<PackageReference Include="DSharpPlus.CommandsNext" Version="5.0.0-nightly-02356" />
1515
<PackageReference Include="DSharpPlus.Interactivity" Version="5.0.0-nightly-02356" />
16-
<PackageReference Include="MediatR" Version="12.4.0" />
16+
<PackageReference Include="MediatR" Version="12.4.1" />
1717
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.0" />
1818
<PackageReference Include="Microsoft.Extensions.Hosting.Systemd" Version="8.0.0" />
1919
<PackageReference Include="Microsoft.Extensions.Http" Version="8.0.0" />
2020
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="8.0.4" />
21-
<PackageReference Include="SixLabors.ImageSharp" Version="3.1.5" />
21+
<PackageReference Include="SixLabors.ImageSharp" Version="3.1.6" />
2222
<PackageReference Include="SixLabors.ImageSharp.Drawing" Version="2.1.4" />
2323
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.556">
2424
<PrivateAssets>all</PrivateAssets>

0 commit comments

Comments
 (0)