Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency faker to v30 - autoclosed #80

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 29, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
faker (changelog) ==19.13.0 -> ==30.8.2 age adoption passing confidence

Release Notes

joke2k/faker (faker)

v30.8.2

Compare Source

  • Revert "Add decorator to optionally format dates as string.".

v30.8.1

Compare Source

  • Fix month_in_guj.

v30.8.0

Compare Source

v30.7.0

Compare Source

v30.6.0

Compare Source

v30.5.0

Compare Source

  • Add Providers for ka_GE locale. Thanks @​onesch.

v30.4.0

Compare Source

  • Add separate male/female names along with prefix/suffix for hi_IN locale. Thanks @​wh0th3h3llam1.

v30.3.0

Compare Source

v30.2.0

Compare Source

  • Cache Factory._find_provider_class module look-ups. Thanks @​huonw.

v30.1.0

Compare Source

  • Add PIN Code range and union territories in en_IN address provider. Thanks @​wh0th3h3llam1.

v30.0.0

Compare Source

  • Force the slug always be generated with ASCII characters. Thanks @​Pandede.

v29.0.0

Compare Source

  • Fix pydecimal distribution when called with a range across 0. Thanks @​AlexLitvino.

v28.4.1

Compare Source

  • Fix issue where Faker does not properly convert min/max float values to Decimal. Thanks @​bdjellabaldebaran.

v28.4.0

Compare Source

v28.3.0

Compare Source

v28.2.0

Compare Source

v28.1.0

Compare Source

  • Fix Incorrect City Spelling in uk_UA locale. Thanks @​ch4zzy.

v28.0.0

Compare Source

  • Fix pydecimal handling of positive keyword. Thanks @​tahzeer.

v27.4.0

Compare Source

v27.3.0

Compare Source

v27.2.0

Compare Source

v27.1.0

Compare Source

v27.0.0

Compare Source

  • Re-introduce part_of_speech argument to words() method.

v26.3.0

Compare Source

  • Extend ro_RO company localization with prefixes. Thanks @​DDSNA.

v26.2.0

Compare Source

  • Add Swahili (sw) provider for generating Swahili names. Thanks @​5uru.

v26.1.0

Compare Source

v26.0.0

Compare Source

v25.9.2

Compare Source

  • Remove duplicate entry in currency provider.

v25.9.1

Compare Source

  • Change pydecimal type hint for min_value, max_value to allow ints. Thanks @​parsariyahi.

v25.9.0

Compare Source

  • Add support for Nigerian Yoruba names and surnames (yo_NG). Thanks @​5uru.

v25.8.0

Compare Source

  • Add handshake emoji with different color variations to emoji provider list. Thanks @​tamkc.

v25.7.0

Compare Source

v25.6.0

Compare Source

v25.5.0

Compare Source

v25.4.0

Compare Source

v25.3.0

Compare Source

v25.2.0

Compare Source

  • Update VAT generation in nl_BE to align with correct Belgian format. Thanks @​JorisSpruyt.

v25.1.0

Compare Source

v25.0.1

Compare Source

  • Add type stub file to setup.py.

v25.0.0

Compare Source

v24.14.1

Compare Source

  • Include type stubs in release.

v24.14.0

Compare Source

v24.13.0

Compare Source

v24.12.0

Compare Source

  • Remove offensive word from pl_PL lorem provider. Thanks @​Rey092.

v24.11.0

Compare Source

v24.10.0

Compare Source

  • Update list of first_name_* and last_name in pt_BR PersonProvider. Thanks @​dclobato.

v24.9.0

Compare Source

v24.8.0

Compare Source

  • Fix wrong pricetag format in ru_RU locale. Thanks @​Pandede.

v24.7.1

Compare Source

  • Fix previous release issue.

v24.7.0

Compare Source

v24.6.0

Compare Source

v24.5.0

Compare Source

v24.4.0

Compare Source

v24.3.0

Compare Source

v24.2.1

Compare Source

v24.2.0

Compare Source

  • Add uk-UA credit card provider. Thanks @​lozik4.
  • Upgrade uk_UA person provider. Thanks @​lozik4.

v24.1.1

Compare Source

v24.1.0

Compare Source

  • Add Grenville to land_coords in geo provider. Thanks @​lozik4.
  • Fix Kyiv name. Thanks @​lozik4.

v24.0.0

Compare Source

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

v23.3.0

Compare Source

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

v23.2.1

Compare Source

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

v23.2.0

Compare Source

v23.1.0

Compare Source

  • Add uk_UA lorem provider. Thanks @​lozik.

v23.0.0

Compare Source

  • Consistently throw an error if the start of a daterange is after the end. Thanks @​prescod.

v22.7.0

Compare Source

  • Add uk_UA automotive provider. Thanks @​lozik.

v22.6.0

Compare Source

  • Add support for birthday and gender to uk_UA ssn method. Thanks @​lozik.

v22.5.1

Compare Source

  • Add area code 830000 to zh_CN. Thanks @​antik.
  • Add area_code parameter to ssn provider for zh_CN. Thanks @​antik.

v22.5.0

Compare Source

v22.4.0

Compare Source

v22.3.0

Compare Source

v22.2.0

Compare Source

v22.1.0

Compare Source

  • Add support for multiple file systems path rules. Thanks @​parsariyahi.

v22.0.0

Compare Source

  • Remove dot from file_name when extention is the empty string. Thanks @​gotofritz
  • Allow extension in file_path to take a list of allowed extensions, or empty for "no extension". Thanks @​gotofritz

v21.0.1

Compare Source

v21.0.0

Compare Source

  • Fix: random sign in pyfloat when positive=False. Thanks @​viraj-s15.

v20.1.0

Compare Source

  • Add company provider and NUSS for es_ES locale. Thanks @​fgsalomon.
  • Add official support for Python 3.12. Thanks @​pfouque.

v20.0.3

Compare Source

  • Make unix_time always return floats.

v20.0.2

Compare Source

  • Fix pydecimal crash on float min_value or max_value. Thanks @​s-weigand.

v20.0.1

Compare Source

  • Fix type hint for unix_time.

v20.0.0

Compare Source

  • Support platform-specific second precision. Thanks @​cknv.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

codecov bot commented Oct 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (6f0077e) to head (47245d4).

Additional details and impacted files
@@            Coverage Diff            @@
##              main       #80   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            3         3           
  Lines          494       494           
  Branches        63        63           
=========================================
  Hits           494       494           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot changed the title Update dependency faker to v30 Update dependency faker to v30 - autoclosed Nov 13, 2024
@renovate renovate bot closed this Nov 13, 2024
@renovate renovate bot deleted the renovate/faker-30.x branch November 13, 2024 00:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant