Skip to content

Commit

Permalink
build(deps): Bump the all group with 5 updates
Browse files Browse the repository at this point in the history
Bumps the all group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [MSTest.TestAdapter](https://github.com/microsoft/testfx) | `3.2.2` | `3.3.1` |
| [MSTest.TestFramework](https://github.com/microsoft/testfx) | `3.2.2` | `3.3.1` |
| [Verify.MSTest](https://github.com/VerifyTests/Verify) | `23.6.0` | `23.7.1` |
| [MSTest.TestFramework](https://github.com/microsoft/testfx) | `3.2.2` | `3.3.0` |
| [SharpToken](https://github.com/dmitry-brazhenko/SharpToken) | `2.0.1` | `2.0.2` |
| [TiktokenSharp](https://github.com/aiqinxuancai/TiktokenSharp) | `1.0.9` | `1.1.0` |


Updates `MSTest.TestAdapter` from 3.2.2 to 3.3.1
- [Release notes](https://github.com/microsoft/testfx/releases)
- [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md)
- [Commits](microsoft/testfx@v3.2.2...v3.3.1)

Updates `MSTest.TestFramework` from 3.2.2 to 3.3.1
- [Release notes](https://github.com/microsoft/testfx/releases)
- [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md)
- [Commits](microsoft/testfx@v3.2.2...v3.3.1)

Updates `Verify.MSTest` from 23.6.0 to 23.7.1
- [Release notes](https://github.com/VerifyTests/Verify/releases)
- [Commits](VerifyTests/Verify@23.6.0...23.7.1)

Updates `MSTest.TestFramework` from 3.2.2 to 3.3.0
- [Release notes](https://github.com/microsoft/testfx/releases)
- [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md)
- [Commits](microsoft/testfx@v3.2.2...v3.3.1)

Updates `SharpToken` from 2.0.1 to 2.0.2
- [Release notes](https://github.com/dmitry-brazhenko/SharpToken/releases)
- [Commits](dmitry-brazhenko/SharpToken@2.0.1...2.0.2)

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

---
updated-dependencies:
- dependency-name: MSTest.TestAdapter
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: MSTest.TestFramework
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: Verify.MSTest
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: MSTest.TestFramework
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: SharpToken
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: TiktokenSharp
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 8, 2024
1 parent ac0a3e2 commit efd8deb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@
</PackageVersion>
<PackageVersion Include="Microsoft.DeepDev.TokenizerLib" Version="1.3.3" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageVersion Include="MSTest.TestAdapter" Version="3.2.2" />
<PackageVersion Include="MSTest.TestFramework" Version="3.2.2" />
<PackageVersion Include="MSTest.TestAdapter" Version="3.3.1" />
<PackageVersion Include="MSTest.TestFramework" Version="3.3.1" />
<PackageVersion Include="PolySharp" Version="1.14.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageVersion>
<PackageVersion Include="SharpToken" Version="2.0.1" />
<PackageVersion Include="SharpToken" Version="2.0.2" />
<PackageVersion Include="System.ValueTuple" Version="4.5.0" />
<PackageVersion Include="TiktokenSharp" Version="1.0.9" />
<PackageVersion Include="Verify.MSTest" Version="23.6.0" />
<PackageVersion Include="TiktokenSharp" Version="1.1.0" />
<PackageVersion Include="Verify.MSTest" Version="23.7.1" />
</ItemGroup>
</Project>

0 comments on commit efd8deb

Please sign in to comment.