Atticuszz / fastapi_supabase_template

👏fastapi deeply integrates with supabase,auth,curd postgresql,file upload ,etc , all in one😎,inspired by full stack fastapi postgresql
MIT License
83 stars 5 forks source link

⬆ bump faker from 23.0.0 to 24.0.0 #66

Closed dependabot[bot] closed 6 months ago

dependabot[bot] commented 6 months ago

Bumps faker from 23.0.0 to 24.0.0.

Release notes

Sourced from faker's releases.

Release v24.0.0

See CHANGELOG.md.

Release v23.3.0

See CHANGELOG.md.

Release v23.2.1

See CHANGELOG.md.

Release v23.2.0

See CHANGELOG.md.

Release v23.1.0

See CHANGELOG.md.

Changelog

Sourced from faker's changelog.

v24.0.0 - 2024-03-04

  • Fix returning random data for person provider in et_EE locale when the same seed value is set. Thanks @​AlexLitvino.

v23.3.0 - 2024-02-27

  • Add person, bank provider for sk_SK locale. Thanks @​mhandl.

v23.2.1 - 2024-02-19

  • fix: update pydecimal algorithm to ensure left part is not generated with a leading 0. Thanks @​alexei.

v23.2.0 - 2024-02-14

v23.1.0 - 2024-02-07

  • Add uk_UA lorem provider. Thanks @​lozik.
Commits
  • c6da195 Bump version: 23.3.0 → 24.0.0
  • 53a7989 :pencil: Update CHANGELOG.md
  • 580f5a7 fixed returning random data for person provider in et_EE locale when the sa...
  • c5edd4e Bump version: 23.2.1 → 23.3.0
  • b6f7919 :pencil: Update CHANGELOG.md
  • 7ce157b Add person, bank provider for sk_SK locale (#1998)
  • cfb62ee Bump version: 23.2.0 → 23.2.1
  • 7a25f6b :pencil: Update CHANGELOG.md
  • 695f500 fix: update pydecimal algorithm to ensure left part is not generated with a...
  • c3cd386 Fix typos (#1995)
  • Additional commits viewable in compare view


Dependabot compatibility score

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 show 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)
dependabot[bot] commented 6 months ago

Superseded by #68.