Update faker requirement from ~=4.0.0 to ~=13.3.4 in /api #43

Merged
dependabot[bot] merged 1 commits from dependabot/pip/api/faker-approx-eq-13.3.4 into main 2022-04-06 10:35:10 +00:00
dependabot[bot] commented 2022-04-06 09:34:34 +00:00 (Migrated from github.com)

Updates the requirements on faker to permit the latest version.

Changelog

Sourced from faker's changelog.

v13.3.4 - 2022-03-28

v13.3.3 - 2022-03-23

  • Fix factory selection when Faker has been seeded.

v13.3.2 - 2022-03-14

v13.3.1 - 2022-03-07

v13.3.0 - 2022-02-28

v13.2.0 - 2022-02-22

v13.1.0 - 2022-02-22

  • Add lorem support for de_DE and de_AT. Thanks @@​Kalbra.

v13.0.0 - 2022-02-15

v12.3.3 - 2022-02-14

v12.3.2 - 2022-02-14

  • Fix postcode format for es_ES locale. Thanks @​mondeja.

v12.3.1 - 2022-02-14

  • Prevent "non-integer arguments to randrange()" warnings on Python 3.10. Thanks @​jacksmith15.

v12.3.0 - 2022-02-10

v12.2.0 - 2022-02-09

... (truncated)

Commits

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 commands and options

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 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)
Updates the requirements on [faker](https://github.com/joke2k/faker) to permit the latest version. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/joke2k/faker/blob/master/CHANGELOG.md">faker's changelog</a>.</em></p> <blockquote> <h3><a href="https://github.com/joke2k/faker/compare/v13.3.3...v13.3.4">v13.3.4 - 2022-03-28</a></h3> <ul> <li>Bump actions/cache from 2 to 3 (<a href="https://github-redirect.dependabot.com/joke2k/faker/issues/1631">#1631</a>). Thanks <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot].</li> </ul> <h3><a href="https://github.com/joke2k/faker/compare/v13.3.2...v13.3.3">v13.3.3 - 2022-03-23</a></h3> <ul> <li>Fix factory selection when Faker has been seeded.</li> </ul> <h3><a href="https://github.com/joke2k/faker/compare/v13.3.1...v13.3.2">v13.3.2 - 2022-03-14</a></h3> <ul> <li>Bump actions/stale from 3 to 5 (<a href="https://github-redirect.dependabot.com/joke2k/faker/issues/1629">#1629</a>). Thanks <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot].</li> </ul> <h3><a href="https://github.com/joke2k/faker/compare/v13.3.0...v13.3.1">v13.3.1 - 2022-03-07</a></h3> <ul> <li>Bump actions/setup-python from 2 to 3 (<a href="https://github-redirect.dependabot.com/joke2k/faker/issues/1626">#1626</a>). Thanks <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot].</li> </ul> <h3><a href="https://github.com/joke2k/faker/compare/v13.2.0...v13.3.0">v13.3.0 - 2022-02-28</a></h3> <ul> <li>Add lorem provider for <code>fa-ir</code> language code. Thanks <a href="https://github.com/arminshoughi"><code>@​arminshoughi</code></a>.</li> </ul> <h3><a href="https://github.com/joke2k/faker/compare/v13.1.0...v13.2.0">v13.2.0 - 2022-02-22</a></h3> <ul> <li>Add <code>bn_BD</code> Lorem Provider. Thanks <a href="https://github.com/jabertuhin"><code>@​jabertuhin</code></a>.</li> </ul> <h3><a href="https://github.com/joke2k/faker/compare/v13.0.0...v13.1.0">v13.1.0 - 2022-02-22</a></h3> <ul> <li>Add lorem support for <code>de_DE</code> and <code>de_AT</code>. Thanks @<a href="https://github.com/Kalbra"><code>@​Kalbra</code></a>.</li> </ul> <h3><a href="https://github.com/joke2k/faker/compare/v12.3.3...v13.0.0">v13.0.0 - 2022-02-15</a></h3> <ul> <li>Use <code>os.urandom</code> in <code>binary()</code> if unseeded. Thanks <a href="https://github.com/AlmightyYakob"><code>@​AlmightyYakob</code></a>.</li> </ul> <h3><a href="https://github.com/joke2k/faker/compare/v12.3.2...v12.3.3">v12.3.3 - 2022-02-14</a></h3> <ul> <li>Arabic improvements for names. Thanks <a href="https://github.com/alfawal"><code>@​alfawal</code></a>.</li> </ul> <h3><a href="https://github.com/joke2k/faker/compare/v12.3.1...v12.3.2">v12.3.2 - 2022-02-14</a></h3> <ul> <li>Fix postcode format for <code>es_ES</code> locale. Thanks <a href="https://github.com/mondeja"><code>@​mondeja</code></a>.</li> </ul> <h3><a href="https://github.com/joke2k/faker/compare/v12.3.0...v12.3.1">v12.3.1 - 2022-02-14</a></h3> <ul> <li>Prevent &quot;non-integer arguments to randrange()&quot; warnings on Python 3.10. Thanks <a href="https://github.com/jacksmith15"><code>@​jacksmith15</code></a>.</li> </ul> <h3><a href="https://github.com/joke2k/faker/compare/v12.2.0...v12.3.0">v12.3.0 - 2022-02-10</a></h3> <ul> <li>Fix <code>it_IT</code> <code>ssn()</code> validity. Thanks <a href="https://github.com/MarcoMatarazzo"><code>@​MarcoMatarazzo</code></a>.</li> </ul> <h3><a href="https://github.com/joke2k/faker/compare/v12.1.0...v12.2.0">v12.2.0 - 2022-02-09</a></h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/joke2k/faker/commit/de249b7a844bd8ddc2fab897f79b67e7b406efa9"><code>de249b7</code></a> Bump version: 13.3.3 → 13.3.4</li> <li><a href="https://github.com/joke2k/faker/commit/20e25b387f79a25a46c0b508944ff7ede32227e5"><code>20e25b3</code></a> 📝 Update CHANGELOG.md</li> <li><a href="https://github.com/joke2k/faker/commit/6c82a6fa2094161a57ce0b0710e338731b5ae51b"><code>6c82a6f</code></a> Bump actions/cache from 2 to 3 (<a href="https://github-redirect.dependabot.com/joke2k/faker/issues/1631">#1631</a>)</li> <li><a href="https://github.com/joke2k/faker/commit/5b98d2ab877e414b51e76abc8fdde2fb2dad6710"><code>5b98d2a</code></a> Bump version: 13.3.2 → 13.3.3</li> <li><a href="https://github.com/joke2k/faker/commit/5b21760dda3b96b04d012d2e8b53f8a2d5537f3d"><code>5b21760</code></a> :pencil: Update CHANGELOG.md</li> <li><a href="https://github.com/joke2k/faker/commit/5128ae645766d3768370758df2f5002ce0284bc4"><code>5128ae6</code></a> Fix factory selection when Faker has been seeded (<a href="https://github-redirect.dependabot.com/joke2k/faker/issues/1630">#1630</a>)</li> <li><a href="https://github.com/joke2k/faker/commit/5b6ce484e20987dfae7f0e180bb85a55c0f498c3"><code>5b6ce48</code></a> Fix type issues in network provider</li> <li><a href="https://github.com/joke2k/faker/commit/ea6368c700f5c4cfe0d674472311ebf73af33685"><code>ea6368c</code></a> Bump version: 13.3.1 → 13.3.2</li> <li><a href="https://github.com/joke2k/faker/commit/cb2984d29ce1bb238d7fde0f776873e58be56b01"><code>cb2984d</code></a> 📝 Update CHANGELOG.md</li> <li><a href="https://github.com/joke2k/faker/commit/2482c1267f526f70c52031becb36ee0b0d76f3b8"><code>2482c12</code></a> Bump actions/stale from 3 to 5 (<a href="https://github-redirect.dependabot.com/joke2k/faker/issues/1629">#1629</a>)</li> <li>Additional commits viewable in <a href="https://github.com/joke2k/faker/compare/v4.0.0...v13.3.4">compare view</a></li> </ul> </details> <br /> 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 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>
Sign in to join this conversation.
No description provided.