Update faker requirement from ~=13.6.0 to ~=13.7.0 in /api #130

Merged
dependabot[bot] merged 1 commits from dependabot/pip/api/faker-approx-eq-13.7.0 into main 2022-05-03 10:20:41 +00:00
dependabot[bot] commented 2022-05-03 09:31:32 +00:00 (Migrated from github.com)

Updates the requirements on faker to permit the latest version.

Release notes

Sourced from faker's releases.

Release v13.7.0

See CHANGELOG.md.

Changelog

Sourced from faker's changelog.

v13.7.0 - 2022-05-02

  • Add automotive provider for fi_FI, et_EE, lt_LT and vi_VN. Thanks @​zerogonal.

v13.6.0 - 2022-04-27

v13.5.0 - 2022-04-27

v13.4.0 - 2022-04-22

v13.3.5 - 2022-04-20

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

... (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>Release notes</summary> <p><em>Sourced from <a href="https://github.com/joke2k/faker/releases">faker's releases</a>.</em></p> <blockquote> <h2>Release v13.7.0</h2> <p>See <a href="https://github.com/joke2k/faker/blob/refs/tags/v13.7.0/CHANGELOG.md">CHANGELOG.md</a>.</p> </blockquote> </details> <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.6.0...v13.7.0">v13.7.0 - 2022-05-02</a></h3> <ul> <li>Add automotive provider for <code>fi_FI</code>, <code>et_EE</code>, <code>lt_LT</code> and <code>vi_VN</code>. Thanks <a href="https://github.com/zerogonal"><code>@​zerogonal</code></a>.</li> </ul> <h3><a href="https://github.com/joke2k/faker/compare/v13.5.0...v13.6.0">v13.6.0 - 2022-04-27</a></h3> <ul> <li>Add <code>ar_BH</code> automotive provider. Thanks <a href="https://github.com/zerogonal"><code>@​zerogonal</code></a>.</li> </ul> <h3><a href="https://github.com/joke2k/faker/compare/v13.4.0...v13.5.0">v13.5.0 - 2022-04-27</a></h3> <ul> <li>Add Mexican CLABE bank code for <code>es_MX</code> locale. Thanks <a href="https://github.com/edgarrmondragon"><code>@​edgarrmondragon</code></a>.</li> </ul> <h3><a href="https://github.com/joke2k/faker/compare/v13.3.5...v13.4.0">v13.4.0 - 2022-04-22</a></h3> <ul> <li>Add <code>it_IT</code> automotive provider. Thanks <a href="https://github.com/Giorgionocera"><code>@​Giorgionocera</code></a>.</li> </ul> <h3><a href="https://github.com/joke2k/faker/compare/v13.3.4...v13.3.5">v13.3.5 - 2022-04-20</a></h3> <ul> <li>Fix error in currency provider data. Thanks <a href="https://github.com/zerogonal"><code>@​zerogonal</code></a>.</li> </ul> <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> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/joke2k/faker/commit/af5cbdbb7e5f9a5907586174de421ed0d837f852"><code>af5cbdb</code></a> Bump version: 13.6.0 → 13.7.0</li> <li><a href="https://github.com/joke2k/faker/commit/ee04d24440d4d852f3babf9b3946563dead1e7d8"><code>ee04d24</code></a> :pencil: Update CHANGELOG.md</li> <li><a href="https://github.com/joke2k/faker/commit/936ce7e99ba756b15716aa1426c7d18022bd4f95"><code>936ce7e</code></a> Add <code>fi-FI</code> automotive provider (<a href="https://github-redirect.dependabot.com/joke2k/faker/issues/1642">#1642</a>)</li> <li><a href="https://github.com/joke2k/faker/commit/5807c28173b9d48d1194bd38eebd9a523f4df7b9"><code>5807c28</code></a> Add <code>et-EE</code> automotive provider (<a href="https://github-redirect.dependabot.com/joke2k/faker/issues/1641">#1641</a>)</li> <li><a href="https://github.com/joke2k/faker/commit/bdc3dc5c07d268e658b005f585b77a4d4c210551"><code>bdc3dc5</code></a> Add <code>lt-LT</code> automotive provider (<a href="https://github-redirect.dependabot.com/joke2k/faker/issues/1640">#1640</a>)</li> <li><a href="https://github.com/joke2k/faker/commit/6c3342a6e52f3e297e0815613ac42635f5ad4989"><code>6c3342a</code></a> remove unused import</li> <li><a href="https://github.com/joke2k/faker/commit/9c30b22f2e1e2324be1b7008168d995a042a3eba"><code>9c30b22</code></a> fix typing issue with seed</li> <li><a href="https://github.com/joke2k/faker/commit/d3f754be20d9bf4ce200c883842c68e919d0bfc2"><code>d3f754b</code></a> Add vi-VN automotive provider (<a href="https://github-redirect.dependabot.com/joke2k/faker/issues/1639">#1639</a>)</li> <li>See full diff in <a href="https://github.com/joke2k/faker/compare/v13.6.0...v13.7.0">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.