Skip to content

Commit dd1c8e4

Browse files
chore(deps): update dependency fluentassertions to 7.1.0 (#346)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [FluentAssertions](https://xceed.com/products/unit-testing/fluent-assertions/) ([source](https://redirect.github.com/fluentassertions/fluentassertions)) | `7.0.0` -> `7.1.0` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/FluentAssertions/7.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/FluentAssertions/7.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/FluentAssertions/7.0.0/7.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/FluentAssertions/7.0.0/7.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>fluentassertions/fluentassertions (FluentAssertions)</summary> ### [`v7.1.0`](https://redirect.github.com/fluentassertions/fluentassertions/releases/tag/7.1.0) [Compare Source](https://redirect.github.com/fluentassertions/fluentassertions/compare/7.0.0...7.1.0) <!-- Release notes generated using configuration in .github/release.yml at support-7.0 --> ##### What's Changed ##### Improvements - Backport TUnit to v7 by [@&#8203;dennisdoomen](https://redirect.github.com/dennisdoomen) in [https://github.com/fluentassertions/fluentassertions/pull/2971](https://redirect.github.com/fluentassertions/fluentassertions/pull/2971) ##### Fixes - Backport xUnit 3 support by [@&#8203;dennisdoomen](https://redirect.github.com/dennisdoomen) in [https://github.com/fluentassertions/fluentassertions/pull/2970](https://redirect.github.com/fluentassertions/fluentassertions/pull/2970) ##### Others - Bump all dependencies by [@&#8203;dennisdoomen](https://redirect.github.com/dennisdoomen) in [https://github.com/fluentassertions/fluentassertions/pull/2962](https://redirect.github.com/fluentassertions/fluentassertions/pull/2962) **Full Changelog**: fluentassertions/fluentassertions@7.0.0...7.1.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/open-feature/dotnet-sdk). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM5LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7013e95 commit dd1c8e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Directory.Packages.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<PackageVersion Include="BenchmarkDotNet" Version="0.14.0" />
2222
<PackageVersion Include="coverlet.collector" Version="6.0.3" />
2323
<PackageVersion Include="coverlet.msbuild" Version="6.0.3" />
24-
<PackageVersion Include="FluentAssertions" Version="7.0.0" />
24+
<PackageVersion Include="FluentAssertions" Version="7.1.0" />
2525
<PackageVersion Include="GitHubActionsTestLogger" Version="2.4.1" />
2626
<PackageVersion Include="Microsoft.Extensions.Diagnostics.Testing" Version="9.0.0" />
2727
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />

0 commit comments

Comments
 (0)