Update faker requirement from ~=13.11.0 to ~=14.2.0 in /api #388

Closed
dependabot[bot] wants to merge 1 commits from dependabot/pip/api/faker-approx-eq-14.2.0 into main
dependabot[bot] commented 2022-09-01 09:35:13 +00:00 (Migrated from github.com)

Updates the requirements on faker to permit the latest version.

Release notes

Sourced from faker's releases.

Release v14.2.0

See CHANGELOG.md.

Changelog

Sourced from faker's changelog.

v14.2.0 - 2022-08-31

v14.1.2 - 2022-08-31

v14.1.1 - 2022-08-30

v14.1.0 - 2022-08-17

  • Add providers for bn_BD: address, automotive, bank, color, company, currency, date_time, geo, internet, job, person, phone_number and ssn. Thanks @​saanpritom.

v14.0.0 - 2022-08-12

  • Fix Provider._parse_date_time to support timestamps. Thanks @​mochi-moshi.

v13.16.0 - 2022-08-12

  • automotive: add de_CH license plates. Thanks @​gsilvan.

v13.15.1 - 2022-07-07

v13.15.0 - 2022-07-06

  • Upgrade person, company, internet, currency providers for tr_TR. Thanks @​keyiflerolsun.

v13.14.0 - 2022-06-22

v13.13.1 - 2022-06-22

v13.13.0 - 2022-06-10

  • Add support for ISO 8601 timestamp profiles. Thanks @​tplessas.

v13.12.1 - 2022-06-06

... (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 v14.2.0</h2> <p>See <a href="https://github.com/joke2k/faker/blob/refs/tags/v14.2.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/v14.1.2...v14.2.0">v14.2.0 - 2022-08-31</a></h3> <ul> <li>Add support for prefix and suffix to <code>pystr</code> provider.Thanks <a href="https://github.com/stefan6419846"><code>@​stefan6419846</code></a>.</li> </ul> <h3><a href="https://github.com/joke2k/faker/compare/v14.1.1...v14.1.2">v14.1.2 - 2022-08-31</a></h3> <ul> <li>Fix <code>uk_UA</code> <code>postcode</code> generation. Thanks <a href="https://github.com/ajinkyac03"><code>@​ajinkyac03</code></a>.</li> </ul> <h3><a href="https://github.com/joke2k/faker/compare/v14.1.0...v14.1.1">v14.1.1 - 2022-08-30</a></h3> <ul> <li>Relax minimum version of <code>typing-extensions</code>. Thanks <a href="https://github.com/stefan6419846"><code>@​stefan6419846</code></a>.</li> </ul> <h3><a href="https://github.com/joke2k/faker/compare/v14.0.0...v14.1.0">v14.1.0 - 2022-08-17</a></h3> <ul> <li>Add providers for <code>bn_BD</code>: <code>address</code>, <code>automotive</code>, <code>bank</code>, <code>color</code>, <code>company</code>, <code>currency</code>, <code>date_time</code>, <code>geo</code>, <code>internet</code>, <code>job</code>, <code>person</code>, <code>phone_number</code> and <code>ssn</code>. Thanks <a href="https://github.com/saanpritom"><code>@​saanpritom</code></a>.</li> </ul> <h3><a href="https://github.com/joke2k/faker/compare/v13.16.0...v14.0.0">v14.0.0 - 2022-08-12</a></h3> <ul> <li>Fix <code>Provider._parse_date_time</code> to support timestamps. Thanks <a href="https://github.com/mochi-moshi"><code>@​mochi-moshi</code></a>.</li> </ul> <h3><a href="https://github.com/joke2k/faker/compare/v13.15.1...v13.16.0">v13.16.0 - 2022-08-12</a></h3> <ul> <li>automotive: add <code>de_CH</code> license plates. Thanks <a href="https://github.com/gsilvan"><code>@​gsilvan</code></a>.</li> </ul> <h3><a href="https://github.com/joke2k/faker/compare/v13.15.0...v13.15.1">v13.15.1 - 2022-07-07</a></h3> <ul> <li>change license_formats <code>pt_BR</code> to match Mercosul. Thanks <a href="https://github.com/augutoraminelli"><code>@​augutoraminelli</code></a>.</li> </ul> <h3><a href="https://github.com/joke2k/faker/compare/v13.14.0...v13.15.0">v13.15.0 - 2022-07-06</a></h3> <ul> <li>Upgrade person, company, internet, currency providers for <code>tr_TR</code>. Thanks <a href="https://github.com/keyiflerolsun"><code>@​keyiflerolsun</code></a>.</li> </ul> <h3><a href="https://github.com/joke2k/faker/compare/v13.13.1...v13.14.0">v13.14.0 - 2022-06-22</a></h3> <ul> <li>Fix <code>vat</code> and police id for <code>el_GR</code>. Thanks <a href="https://github.com/tplessas"><code>@​tplessas</code></a>.</li> <li>Add <code>tin</code> and <code>ssn</code> for <code>el_GR</code>. Thanks <a href="https://github.com/tplessas"><code>@​tplessas</code></a>.</li> </ul> <h3><a href="https://github.com/joke2k/faker/compare/v13.13.0...v13.13.1">v13.13.1 - 2022-06-22</a></h3> <ul> <li>Fix area codes for <code>fr_FR</code> phone numbers. Thanks <a href="https://github.com/zerbusdetroy"><code>@​zerbusdetroy</code></a>.</li> </ul> <h3><a href="https://github.com/joke2k/faker/compare/v13.12.1...v13.13.0">v13.13.0 - 2022-06-10</a></h3> <ul> <li>Add support for ISO 8601 timestamp profiles. Thanks <a href="https://github.com/tplessas"><code>@​tplessas</code></a>.</li> </ul> <h3><a href="https://github.com/joke2k/faker/compare/v13.12.0...v13.12.1">v13.12.1 - 2022-06-06</a></h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/joke2k/faker/commit/c470c957c6215a39019860e0ea8519fb87118c66"><code>c470c95</code></a> Bump version: 14.1.2 → 14.2.0</li> <li><a href="https://github.com/joke2k/faker/commit/4e9597c7fed6517c647e1cd19dff69f7ca28f55f"><code>4e9597c</code></a> :pencil: update CHANGELOG.md</li> <li><a href="https://github.com/joke2k/faker/commit/b5fc60059b12d487ededcfae7ed6c8e44b2be12f"><code>b5fc600</code></a> Add support for prefix and suffix to <code>pystr</code> provider (<a href="https://github-redirect.dependabot.com/joke2k/faker/issues/1711">#1711</a>)</li> <li><a href="https://github.com/joke2k/faker/commit/b5ea07ee11e21306fdc799847f14bbfd859b831a"><code>b5ea07e</code></a> Bump version: 14.1.1 → 14.1.2</li> <li><a href="https://github.com/joke2k/faker/commit/9b647175a92ad98602a8c2fc8decea9bd84b0fb3"><code>9b64717</code></a> :pencil: update CHANGELOG.md</li> <li><a href="https://github.com/joke2k/faker/commit/aaa7de3988a8a899e5f0798ac9555e7490f62f3b"><code>aaa7de3</code></a> Fix <code>uk_UA</code> <code>postcode</code> generation</li> <li><a href="https://github.com/joke2k/faker/commit/cc975800c6fb1ddfec40051f77e8ac6ca7c62482"><code>cc97580</code></a> Update ci.yml (<a href="https://github-redirect.dependabot.com/joke2k/faker/issues/1714">#1714</a>)</li> <li><a href="https://github.com/joke2k/faker/commit/0721d05ec9605998ec4a5a67f30333d0ed277154"><code>0721d05</code></a> Bump version: 14.1.0 → 14.1.1</li> <li><a href="https://github.com/joke2k/faker/commit/5a85263c1d61d3c4fc5a568efcab30ce60511092"><code>5a85263</code></a> :pencil: update CHANGELOG.md</li> <li><a href="https://github.com/joke2k/faker/commit/0398559f587aa0ca9a83721da6e378218996f590"><code>0398559</code></a> relax minimum version of <code>typing-extensions</code> (<a href="https://github-redirect.dependabot.com/joke2k/faker/issues/1710">#1710</a>)</li> <li>Additional commits viewable in <a href="https://github.com/joke2k/faker/compare/v13.11.0...v14.2.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>
administrator closed this pull request 2022-09-17 22:44:45 +00:00

Pull request closed

Sign in to join this conversation.
No description provided.