Skip to content

Commit

Permalink
chore: Bump faker from 35.0.0 to 36.1.0 (#511)
Browse files Browse the repository at this point in the history
Bumps [faker](https://github.com/joke2k/faker) from 35.0.0 to 36.1.0.
<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 v36.1.0</h2>
<p>See <a
href="https://github.com/joke2k/faker/blob/refs/tags/v36.1.0/CHANGELOG.md">CHANGELOG.md</a>.</p>
<h2>Release v36.0.0</h2>
<p>See <a
href="https://github.com/joke2k/faker/blob/refs/tags/v36.0.0/CHANGELOG.md">CHANGELOG.md</a>.</p>
<h2>Release v35.2.2</h2>
<p>See <a
href="https://github.com/joke2k/faker/blob/refs/tags/v35.2.2/CHANGELOG.md">CHANGELOG.md</a>.</p>
<h2>Release v35.2.1</h2>
<p>See <a
href="https://github.com/joke2k/faker/blob/refs/tags/v35.2.1/CHANGELOG.md">CHANGELOG.md</a>.</p>
<h2>Release v35.2.0</h2>
<p>See <a
href="https://github.com/joke2k/faker/blob/refs/tags/v35.2.0/CHANGELOG.md">CHANGELOG.md</a>.</p>
<h2>Release v35.1.0</h2>
<p>See <a
href="https://github.com/joke2k/faker/blob/refs/tags/v35.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/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>
<h3><a
href="https://github.com/joke2k/faker/compare/v35.2.0...v35.2.1">v35.2.1
- 2025-02-10</a></h3>
<ul>
<li>Remove invalid word from <code>ja_JP</code> lorem provider. Thanks
<a href="https://github.com/kymckay"><code>@​kymckay</code></a></li>
<li>Fix typing for <code>tar</code> provider.</li>
</ul>
<h3><a
href="https://github.com/joke2k/faker/compare/v35.1.0...v35.2.0">v35.2.0
- 2025-01-30</a></h3>
<ul>
<li>Add various German localization. Thanks <a
href="https://github.com/ChristinaRau"><code>@​ChristinaRau</code></a>.</li>
</ul>
<h3><a
href="https://github.com/joke2k/faker/compare/v35.0.0...v35.1.0">v35.1.0
- 2025-01-30</a></h3>
<ul>
<li>Add phone numbers for <code>de_CH</code> and <code>it_CH</code>.
Thanks <a
href="https://github.com/flo-ri-an"><code>@​flo-ri-an</code></a>.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/joke2k/faker/commit/95a18ce21bea1a3ecd5e9d079134558b28836228"><code>95a18ce</code></a>
Bump version: 36.0.0 → 36.1.0</li>
<li><a
href="https://github.com/joke2k/faker/commit/a78602ba7f84731455a92e74bedea80e39daf405"><code>a78602b</code></a>
:pencil: Update CHANGELOG.md</li>
<li><a
href="https://github.com/joke2k/faker/commit/c516a5dbda8c68b1b20b2909691aea98628fae77"><code>c516a5d</code></a>
add tzdata to requirements</li>
<li><a
href="https://github.com/joke2k/faker/commit/0d16e6cfac2cff2966628bac42df2bde9ba935ee"><code>0d16e6c</code></a>
fix typing</li>
<li><a
href="https://github.com/joke2k/faker/commit/604e1ed63c4d3c074e067cc864facc77e02f41df"><code>604e1ed</code></a>
Drop dateutil dependency (<a
href="https://redirect.github.com/joke2k/faker/issues/2173">#2173</a>)</li>
<li><a
href="https://github.com/joke2k/faker/commit/c31a8e64bac30d74d2a84689b20ba415ddadafba"><code>c31a8e6</code></a>
Update README</li>
<li><a
href="https://github.com/joke2k/faker/commit/da6c81d976526966c1e3b7d773bb54c595a97f62"><code>da6c81d</code></a>
Bump version: 35.2.1 → 36.0.0</li>
<li><a
href="https://github.com/joke2k/faker/commit/d2fad65612f4f0d2229e6bd6cd230b7305ed436e"><code>d2fad65</code></a>
:pencil: Update CHANGELOG.md</li>
<li><a
href="https://github.com/joke2k/faker/commit/761bb46ebdafce6efa2c673d98880c515df12110"><code>761bb46</code></a>
remove leftover typealias</li>
<li><a
href="https://github.com/joke2k/faker/commit/7186962a1607332682dc1dad4e2b0d7c97825b84"><code>7186962</code></a>
💄 Format code</li>
<li>Additional commits viewable in <a
href="https://github.com/joke2k/faker/compare/v35.0.0...v36.1.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=faker&package-manager=pip&previous-version=35.0.0&new-version=36.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 12, 2025
1 parent 8f0cba7 commit c485d4f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 22 deletions.
27 changes: 6 additions & 21 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ packages = [

[tool.poetry.dependencies]
python = ">=3.9"
faker = {version = "~=35.0", optional = true}
faker = {version = "~=36.1", optional = true}
psycopg = {extras = ["binary"], version = "3.2.4"}
psycopg2-binary = "2.9.10"
sqlalchemy = "~=2.0"
Expand Down

0 comments on commit c485d4f

Please sign in to comment.