Skip to content

Commit

Permalink
Bump Verify.Xunit from 26.4.4 to 26.4.5 in /src/HomeInventory (#978)
Browse files Browse the repository at this point in the history
Bumps [Verify.Xunit](https://github.com/VerifyTests/Verify) from 26.4.4
to 26.4.5.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/VerifyTests/Verify/commit/53e462f990e5a2f26b1a34e8c0a714d89e845296"><code>53e462f</code></a>
Fix alt dir separator issue on mac (<a
href="https://redirect.github.com/VerifyTests/Verify/issues/1292">#1292</a>)</li>
<li><a
href="https://github.com/VerifyTests/Verify/commit/f9ccc29c2d58ce8da7ced3f58eccc9b465ed1150"><code>f9ccc29</code></a>
Update Directory.Build.props</li>
<li><a
href="https://github.com/VerifyTests/Verify/commit/0617cf55d717ce6f4f40f2b73e1decddcd69c7fd"><code>0617cf5</code></a>
refs or cleanup</li>
<li><a
href="https://github.com/VerifyTests/Verify/commit/4aa7e0646cee29ff2227282a4489be2604a80e5d"><code>4aa7e06</code></a>
refs or cleanup</li>
<li><a
href="https://github.com/VerifyTests/Verify/commit/03539af654a4c539add1be1bd5f4a9a6ea138313"><code>03539af</code></a>
refs or cleanup</li>
<li><a
href="https://github.com/VerifyTests/Verify/commit/5ba936b59b9f683d180204de822544dcce48a505"><code>5ba936b</code></a>
Merge branch 'main' of <a
href="https://github.com/VerifyTests/Verify">https://github.com/VerifyTests/Verify</a></li>
<li><a
href="https://github.com/VerifyTests/Verify/commit/d7df27158a8efb3d4bbdcf9b35b7e7db0ea12c84"><code>d7df271</code></a>
9.0.100-rc</li>
<li><a
href="https://github.com/VerifyTests/Verify/commit/aacd6b6f72ffc12b76590c5b25c266d0254122fb"><code>aacd6b6</code></a>
tests</li>
<li>See full diff in <a
href="https://github.com/VerifyTests/Verify/compare/26.4.4...26.4.5">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Verify.Xunit&package-manager=nuget&previous-version=26.4.4&new-version=26.4.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>
  • Loading branch information
gritcsenko committed Sep 14, 2024
2 parents 7e62094 + 27e1033 commit 5028ae9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/HomeInventory/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
<PackageVersion Include="SpecFlow.Plus.LivingDocPlugin" Version="3.9.57" />
<PackageVersion Include="SpecFlow.xUnit" Version="3.9.74" />
<PackageVersion Include="Throw" Version="1.4.0" />
<PackageVersion Include="Verify.Xunit" Version="26.4.4" />
<PackageVersion Include="Verify.Xunit" Version="26.4.5" />
<PackageVersion Include="xunit" Version="2.9.0" />
<PackageVersion Include="xunit.core" Version="2.9.0" />
</ItemGroup>
Expand Down

0 comments on commit 5028ae9

Please sign in to comment.