From 7eb69df5cf6ffd1af926a8607c5baea926b3215c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 04:59:34 +0000 Subject: [PATCH] build(deps): Bump the all group with 3 updates Bumps the all group with 3 updates: [FluentAssertions](https://github.com/fluentassertions/fluentassertions), [MSTest.TestAdapter](https://github.com/microsoft/testfx) and [MSTest.TestFramework](https://github.com/microsoft/testfx). 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](https://github.com/fluentassertions/fluentassertions/compare/8.0.0...8.0.1) Updates `MSTest.TestAdapter` from 3.7.1 to 3.7.2 - [Release notes](https://github.com/microsoft/testfx/releases) - [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md) - [Commits](https://github.com/microsoft/testfx/compare/v3.7.1...v3.7.2) Updates `MSTest.TestFramework` from 3.7.1 to 3.7.2 - [Release notes](https://github.com/microsoft/testfx/releases) - [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md) - [Commits](https://github.com/microsoft/testfx/compare/v3.7.1...v3.7.2) --- 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 ... Signed-off-by: dependabot[bot] <support@github.com> --- src/tests/IntegrationTests/Tavily.IntegrationTests.csproj | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/tests/IntegrationTests/Tavily.IntegrationTests.csproj b/src/tests/IntegrationTests/Tavily.IntegrationTests.csproj index 8bae735..6906551 100644 --- a/src/tests/IntegrationTests/Tavily.IntegrationTests.csproj +++ b/src/tests/IntegrationTests/Tavily.IntegrationTests.csproj @@ -10,9 +10,9 @@ <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> </PackageReference> <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" /> - <PackageReference Include="MSTest.TestAdapter" Version="3.7.1" /> - <PackageReference Include="MSTest.TestFramework" Version="3.7.1" /> - <PackageReference Include="FluentAssertions" Version="8.0.0" /> + <PackageReference Include="MSTest.TestAdapter" Version="3.7.2" /> + <PackageReference Include="MSTest.TestFramework" Version="3.7.2" /> + <PackageReference Include="FluentAssertions" Version="8.0.1" /> </ItemGroup> <ItemGroup Label="GlobalUsings">