Skip to content

Commit 52655bf

Browse files
chore(deps): update faker requirement from ~=13.6.0 to ~=37.1.0 in /backend (#191)
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 v37.1.0</h2> <p>See <a href="https://github.com/joke2k/faker/blob/refs/tags/v37.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/v37.0.2...v37.1.0">v37.1.0 - 2025-03-24</a></h3> <ul> <li>Add <code>ng_NG</code> currency provider. Thanks <a href="https://github.com/Theocode12"><code>@​Theocode12</code></a>.</li> </ul> <h3><a href="https://github.com/joke2k/faker/compare/v37.0.1...v37.0.2">v37.0.2 - 2025-03-19</a></h3> <ul> <li>Fix type annotiation</li> </ul> <h3><a href="https://github.com/joke2k/faker/compare/v37.0.0...v37.0.1">v37.0.1 - 2025-03-18</a></h3> <ul> <li>Fix last names from <code>en_PK</code> provider. Thanks <a href="https://github.com/bradenkwebb"><code>@​bradenkwebb</code></a>.</li> <li>fix Belgium IBAN incorrect checksum. Thanks <a href="https://github.com/xeirzo"><code>@​xeirzo</code></a>.</li> </ul> <h3><a href="https://github.com/joke2k/faker/compare/v36.2.3...v37.0.0">v37.0.0 - 2025-03-07</a></h3> <ul> <li>Fix: <code>es_ES</code> <code>doi()</code> to use standard DOI format. Thanks <a href="https://github.com/jasur-py"><code>@​jasur-py</code></a>.</li> </ul> <h3><a href="https://github.com/joke2k/faker/compare/v36.2.2...v36.2.3">v36.2.3 - 2025-03-07</a></h3> <ul> <li>Fix typing for hash methods. Thanks <a href="https://github.com/lindycoder"><code>@​lindycoder</code></a>.</li> </ul> <h3><a href="https://github.com/joke2k/faker/compare/v36.2.1...v36.2.2">v36.2.2 - 2025-03-05</a></h3> <ul> <li>Fix male prefix in <code>gu_IN</code>. Thanks <a href="https://github.com/Hitesh1122"><code>@​Hitesh1122</code></a>.</li> </ul> <h3><a href="https://github.com/joke2k/faker/compare/v36.2.0...v36.2.1">v36.2.1 - 2025-03-05</a></h3> <ul> <li>Fix type annotations for hash methods. Thanks <a href="https://github.com/samueljsb"><code>@​samueljsb</code></a>.</li> </ul> <h3><a href="https://github.com/joke2k/faker/compare/v36.1.1...v36.2.0">v36.2.0 - 2025-03-05</a></h3> <ul> <li>Add <code>snils</code> to <code>ru_RU</code> company provider. Thanks <a href="https://github.com/Pandede"><code>@​Pandede</code></a>.</li> </ul> <h3><a href="https://github.com/joke2k/faker/compare/v36.1.0...v36.1.1">v36.1.1 - 2025-02-13</a></h3> <ul> <li>Fix typing for <code>uuid</code> provider. Thanks <a href="https://github.com/evenicoulddoit"><code>@​evenicoulddoit</code></a>.</li> </ul> <h3><a href="https://github.com/joke2k/faker/compare/v36.0.0...v36.1.0">v36.1.0 - 2025-02-10</a></h3> <ul> <li>Drop <code>python-dateutil</code> dependency. Thanks <a href="https://github.com/knyghty"><code>@​knyghty</code></a>.</li> <li>Add dependency on <code>tzdata</code>.</li> </ul> <h3><a href="https://github.com/joke2k/faker/compare/v35.2.1...v36.0.0">v36.0.0 - 2025-02-10</a></h3> <ul> <li>Drop Python 3.8 support. Thanks <a href="https://github.com/knyghty"><code>@​knyghty</code></a>.</li> </ul> <h3><a href="https://github.com/joke2k/faker/compare/v35.2.1...v35.2.2">v35.2.2 - 2025-02-10</a></h3> <ul> <li>Revert accidental deprecation of Python 3.8.</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/joke2k/faker/commit/840315643a05326b8a56b4616845d24d848ada26"><code>8403156</code></a> Bump version: 37.0.2 → 37.1.0</li> <li><a href="https://github.com/joke2k/faker/commit/f4272d3ed08a7c92c46d9f1cc4527c87a5c0137b"><code>f4272d3</code></a> :pencil: Update CHANGELOG.md</li> <li><a href="https://github.com/joke2k/faker/commit/61d58f8efe21754cd3a3be4277f5949a9d1c80df"><code>61d58f8</code></a> Add <code>ng_NG</code> currency provider and corresponding tests (<a href="https://redirect.github.com/joke2k/faker/issues/2182">#2182</a>)</li> <li><a href="https://github.com/joke2k/faker/commit/914c19f34e2c736cb8f71be2d5ce62540f348bbd"><code>914c19f</code></a> Bump version: 37.0.1 → 37.0.2</li> <li><a href="https://github.com/joke2k/faker/commit/ada6c546532fe06ec95f8c7ad6e54be398dfc9a6"><code>ada6c54</code></a> :pencil: Update CHANGELOG.md</li> <li><a href="https://github.com/joke2k/faker/commit/be6fc5f7150e43f641c703473b076c7feb08c656"><code>be6fc5f</code></a> fix return type</li> <li><a href="https://github.com/joke2k/faker/commit/327500a5198a01971a38765b212495f2bde8adad"><code>327500a</code></a> Bump version: 37.0.0 → 37.0.1</li> <li><a href="https://github.com/joke2k/faker/commit/2b9f758228f50e10306a512df60b14550e7a4578"><code>2b9f758</code></a> :pencil: Update CHANGELOG.md</li> <li><a href="https://github.com/joke2k/faker/commit/b477867645ef53e1f73ee04869c1e8ee15b08611"><code>b477867</code></a> fix Belgium IBAN incorrect checksum <a href="https://redirect.github.com/joke2k/faker/issues/2165">#2165</a> (<a href="https://redirect.github.com/joke2k/faker/issues/2175">#2175</a>)</li> <li><a href="https://github.com/joke2k/faker/commit/450c2bc37f7e61a4c4d83b2e93924c6418d1c0e7"><code>450c2bc</code></a> Fix last names from en_PK provider (<a href="https://redirect.github.com/joke2k/faker/issues/2190">#2190</a>)</li> <li>Additional commits viewable in <a href="https://github.com/joke2k/faker/compare/v13.6.0...v37.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 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>
1 parent 6998ba3 commit 52655bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ djangorestframework==3.16.0
33
django-extensions~=3.2.3
44
celery[redis]==5.5.1
55
psycopg2~=2.9.10
6-
Faker~=13.6.0
6+
Faker~=37.3.0
77
GitPython~=3.1.27
88
radon~=6.0.1
99
flower~=1.0.0

0 commit comments

Comments
 (0)