Skip to content

Commit 35b39d6

Browse files
dependabot[bot]HavenDV
authored andcommitted
build(deps): Bump the all group with 4 updates
Bumps the all group with 4 updates: [FluentAssertions](https://github.com/fluentassertions/fluentassertions), [MSTest.TestAdapter](https://github.com/microsoft/testfx), [MSTest.TestFramework](https://github.com/microsoft/testfx) and [tryAGI.OpenAI](https://github.com/tryAGI/OpenAI). Updates `FluentAssertions` from 8.0.0 to 8.0.1 - [Release notes](https://github.com/fluentassertions/fluentassertions/releases) - [Changelog](https://github.com/fluentassertions/fluentassertions/blob/main/AcceptApiChanges.ps1) - [Commits](fluentassertions/fluentassertions@8.0.0...8.0.1) Updates `MSTest.TestAdapter` from 3.7.1 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.7.1...v3.7.3) Updates `MSTest.TestFramework` from 3.7.1 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.7.1...v3.7.3) Updates `tryAGI.OpenAI` from 3.9.2 to 4.0.0 - [Release notes](https://github.com/tryAGI/OpenAI/releases) - [Commits](tryAGI/OpenAI@v3.9.2...v4.0.0) --- updated-dependencies: - dependency-name: FluentAssertions dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: MSTest.TestAdapter dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: MSTest.TestFramework dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: tryAGI.OpenAI dependency-type: direct:production update-type: version-update:semver-major dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c03a663 commit 35b39d6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/tests/DeepInfra.IntegrationTests/DeepInfra.IntegrationTests.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1111
</PackageReference>
1212
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
13-
<PackageReference Include="MSTest.TestAdapter" Version="3.7.1" />
14-
<PackageReference Include="MSTest.TestFramework" Version="3.7.1" />
15-
<PackageReference Include="FluentAssertions" Version="8.0.0" />
16-
<PackageReference Include="tryAGI.OpenAI" Version="3.9.2" />
13+
<PackageReference Include="MSTest.TestAdapter" Version="3.7.3" />
14+
<PackageReference Include="MSTest.TestFramework" Version="3.7.3" />
15+
<PackageReference Include="FluentAssertions" Version="8.0.1" />
16+
<PackageReference Include="tryAGI.OpenAI" Version="4.0.0" />
1717
</ItemGroup>
1818

1919
<ItemGroup Label="GlobalUsings">

0 commit comments

Comments
 (0)