Update faker requirement from ~=13.11.0 to ~=14.1.0 in /api #353

Closed
dependabot[bot] wants to merge 1 commits from dependabot/pip/api/faker-approx-eq-14.1.0 into main
dependabot[bot] commented 2022-08-19 09:33: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.1.0

See CHANGELOG.md.

Changelog

Sourced from faker's changelog.

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

v13.12.0 - 2022-05-25

  • Add support for generating relative file paths. Thanks @​Lukas0907.

v13.11.1 - 2022-05-13

  • Fix firefox ua being nondeterministic with fixed seed. Thanks @​jhbuhrman.

v13.11.0 - 2022-05-09

... (truncated)

Commits
  • e0c2d8f Bump version: 14.0.0 → 14.1.0
  • ce60a34 📝 update CHANGELOG.md
  • 598b31a Add providers for bn_BD: address, automotive, bank, color, company, currenc...
  • 429fb52 Bump version: 13.16.0 → 14.0.0
  • 42da529 📝 update CHANGELOG.md
  • a79e1d8 Fix Provider._parse_date_time to support timestamps (#1668) (#1687)
  • 5e40739 Bump version: 13.15.1 → 13.16.0
  • fc88618 📝 update CHANGELOG.md
  • e05720c automotive: add de_CH license plates (#1696)
  • 3b21c6b Add length constraints for all other providers (#1693)
  • Additional commits viewable in compare view

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.1.0</h2> <p>See <a href="https://github.com/joke2k/faker/blob/refs/tags/v14.1.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.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> <ul> <li>Correct RUT range in <code>es_CL</code>. Thanks <a href="https://github.com/nstuardod"><code>@​nstuardod</code></a>.</li> </ul> <h3><a href="https://github.com/joke2k/faker/compare/v13.11.1...v13.12.0">v13.12.0 - 2022-05-25</a></h3> <ul> <li>Add support for generating relative file paths. Thanks <a href="https://github.com/Lukas0907"><code>@​Lukas0907</code></a>.</li> </ul> <h3><a href="https://github.com/joke2k/faker/compare/v13.11.0...v13.11.1">v13.11.1 - 2022-05-13</a></h3> <ul> <li>Fix firefox <code>ua</code> being nondeterministic with fixed seed. Thanks <a href="https://github.com/jhbuhrman"><code>@​jhbuhrman</code></a>.</li> </ul> <h3><a href="https://github.com/joke2k/faker/compare/v13.10.0...v13.11.0">v13.11.0 - 2022-05-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/e0c2d8f62e39ef7b8c4cee8ef0c681722e293b67"><code>e0c2d8f</code></a> Bump version: 14.0.0 → 14.1.0</li> <li><a href="https://github.com/joke2k/faker/commit/ce60a341936d3fd69fcc462199652f4df24f678a"><code>ce60a34</code></a> :pencil: update CHANGELOG.md</li> <li><a href="https://github.com/joke2k/faker/commit/598b31a1941595c5c1d4a783c4a34fa5e3cfb1c2"><code>598b31a</code></a> Add providers for <code>bn_BD</code>: address, automotive, bank, color, company, currenc...</li> <li><a href="https://github.com/joke2k/faker/commit/429fb52f4ad19511dc8a6c2a43a371b17a839215"><code>429fb52</code></a> Bump version: 13.16.0 → 14.0.0</li> <li><a href="https://github.com/joke2k/faker/commit/42da529eda4260de989344349d9aa54d337b1e74"><code>42da529</code></a> :pencil: update CHANGELOG.md</li> <li><a href="https://github.com/joke2k/faker/commit/a79e1d87d9f7cee43c6b56f4e01c90540bc3f07f"><code>a79e1d8</code></a> Fix Provider._parse_date_time to support timestamps (<a href="https://github-redirect.dependabot.com/joke2k/faker/issues/1668">#1668</a>) (<a href="https://github-redirect.dependabot.com/joke2k/faker/issues/1687">#1687</a>)</li> <li><a href="https://github.com/joke2k/faker/commit/5e407398393d4ebc3273dd693d1bfb287293be32"><code>5e40739</code></a> Bump version: 13.15.1 → 13.16.0</li> <li><a href="https://github.com/joke2k/faker/commit/fc8861814b0b91c9d209ff435b39b2a14c556abf"><code>fc88618</code></a> :pencil: update CHANGELOG.md</li> <li><a href="https://github.com/joke2k/faker/commit/e05720c08ed1cc07e67364f05bec070a7644a5b3"><code>e05720c</code></a> automotive: add <code>de_CH</code> license plates (<a href="https://github-redirect.dependabot.com/joke2k/faker/issues/1696">#1696</a>)</li> <li><a href="https://github.com/joke2k/faker/commit/3b21c6b0e3f4b63434f19503b9de2056f2c76115"><code>3b21c6b</code></a> Add length constraints for all other providers (<a href="https://github-redirect.dependabot.com/joke2k/faker/issues/1693">#1693</a>)</li> <li>Additional commits viewable in <a href="https://github.com/joke2k/faker/compare/v13.11.0...v14.1.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>
dependabot[bot] commented 2022-08-31 09:38:03 +00:00 (Migrated from github.com)

Superseded by #383.

Superseded by #383.

Pull request closed

Sign in to join this conversation.
No description provided.