Skip to content

Commit

Permalink
chore(deps): Bump Bogus from 35.5.1 to 35.6.0 (#217)
Browse files Browse the repository at this point in the history
Bumps [Bogus](https://github.com/bchavez/Bogus) from 35.5.1 to 35.6.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/bchavez/Bogus/releases">Bogus's
releases</a>.</em></p>
<blockquote>
<h2>Release v35.6.0 build 1443</h2>
<p><a
href="https://github.com/bchavez/Bogus/blob/master/HISTORY.md"><strong>CHANGE
LOG</strong></a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/bchavez/Bogus/blob/master/HISTORY.md">Bogus's
changelog</a>.</em></p>
<blockquote>
<h2>v35.6.0</h2>
<p>Release Date: 2024-04-27</p>
<ul>
<li>PR 556: Remove obsolete/non-working LoremPixel image service.
<code>Images.LoremPixelUrl()</code> is removed. Thanks <a
href="https://github.com/marijnz0r"><code>@​marijnz0r</code></a>!</li>
<li>PR 557: Added <code>Bogus.Extensions.Belgium</code> extension
methods below. Thanks <a
href="https://github.com/vyruz1986"><code>@​vyruz1986</code></a>!</li>
<li>Added <code>f.Person.NationalNumber()</code> - Rijksregisternummer /
Numéro Nationale</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/bchavez/Bogus/commit/d1d3386d3c36d606b5dbd02b0c3bf257c5b3b238"><code>d1d3386</code></a>
Update HISTORY.md change log for new release.</li>
<li><a
href="https://github.com/bchavez/Bogus/commit/35aae5bc715b5ec895b97fc3080a1da66dcc645e"><code>35aae5b</code></a>
Added extension method on Person to generate Belgian national number (<a
href="https://github.com/bchavez/Bogus/issues/557">#557</a>)</li>
<li><a
href="https://github.com/bchavez/Bogus/commit/070a9dc6303a6827c867f2ccdbb357c4b23e3c15"><code>070a9dc</code></a>
Remove LoremPixel image service (<a
href="https://github.com/bchavez/Bogus/issues/556">#556</a>)</li>
<li><a
href="https://github.com/bchavez/Bogus/commit/3a76b00a53a2feb72a8c492d6e952ce5ebcdd7e5"><code>3a76b00</code></a>
Update CONTRIBUTING.md //skipci</li>
<li><a
href="https://github.com/bchavez/Bogus/commit/48e6ba2511259e3dd376aec6fd382355bf280dd0"><code>48e6ba2</code></a>
Corrected the description of Random.ULong in README.md. (<a
href="https://github.com/bchavez/Bogus/issues/549">#549</a>)</li>
<li>See full diff in <a
href="https://github.com/bchavez/Bogus/compare/v35.5.1...v35.6.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Bogus&package-manager=nuget&previous-version=35.5.1&new-version=35.6.0)](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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 31, 2024
1 parent bf40019 commit e921265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BaseBotServiceTests/BaseBotServiceTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Bogus" Version="35.5.1" />
<PackageReference Include="Bogus" Version="35.6.0" />
<PackageReference Include="FluentAssertions" Version="6.12.0" />
<PackageReference Include="Microsoft.Extensions.Caching.Abstractions" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="8.0.0" />
Expand Down

0 comments on commit e921265

Please sign in to comment.