pytest-dev / pytest-mimesis

Mimesis integration with the pytest test runner. This plugin provider useful fixtures based on providers from Mimesis.
https://pypi.org/project/pytest-mimesis/
MIT License
62 stars 4 forks source link

Bump mimesis from 3.1.0 to 3.2.0 #62

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps mimesis from 3.1.0 to 3.2.0.

Release notes *Sourced from [mimesis's releases](https://github.com/lk-geimfari/mimesis/releases).* > ## Version 3.2.0 > > **Added**: > > - Added built-in provider `DenmarkSpecProvider()` > - Added built-in provider `ItalianSpecProvider()` > - Added meta classes for providers for internal usage (see [#621](https://github-redirect.dependabot.com/lk-geimfari/mimesis/issues/621)) > - Added support for custom templates in ``Person().username()`` > > **Fixed**: > > - Support of seed for custom providers > - ``currency_iso_code`` from the ``Business()`` provider now by default returns the currency code of the current locale. > > **Removed**: > > - Removed ``multiple_choice()`` in the ``random`` module because it was unused and it could be replaced with ``random.choices``. > - Removed legacy method ``child_count()`` from provider ``Person()``
Changelog *Sourced from [mimesis's changelog](https://github.com/lk-geimfari/mimesis/blob/master/CHANGELOG.rst).* > Version 3.2.0 > ============= > > **Added**: > > - Added built-in provider DenmarkSpecProvider > - Added meta classes for providers for internal usage (see [\#621](https://github-redirect.dependabot.com/lk-geimfari/mimesis/issues/621).) > - Added support for custom templates in `Person().username()` > - Added `ItalianSpecProvider()` > > **Fixed**: > > - Support of seed for custom providers > - `currency_iso_code` from the `Business()` provider now by default returns the currency code of the current locale. > > **Removed**: > > - Removed `multiple_choice()` in the `random` module because it was unused and it could be replaced with `random.choices`. > - Removed legacy method `child_count()` from provider `Person()`
Commits - [`b020ebf`](https://github.com/lk-geimfari/mimesis/commit/b020ebfd21625b402bca199db10e5adef2764767) Validate README.rst markup - [`4f53a2e`](https://github.com/lk-geimfari/mimesis/commit/4f53a2ef104d169f3c5f09706635f4cb3779831a) Release v3.2.0 - [`fd74d0e`](https://github.com/lk-geimfari/mimesis/commit/fd74d0e6135ab670852c2fdd898c8ea0904b1a4c) Revert changes related to [#674](https://github-redirect.dependabot.com/lk-geimfari/mimesis/issues/674) - [`2c9705d`](https://github.com/lk-geimfari/mimesis/commit/2c9705db956049857b34afc6c20047e01c22afbc) Bump pytest from 4.4.1 to 4.5.0 ([#681](https://github-redirect.dependabot.com/lk-geimfari/mimesis/issues/681)) - [`6afabc0`](https://github.com/lk-geimfari/mimesis/commit/6afabc04fc0a62738d503268d5ee6e541f09a628) Merge pull request [#677](https://github-redirect.dependabot.com/lk-geimfari/mimesis/issues/677) from lk-geimfari/generic-dev - [`d1da27c`](https://github.com/lk-geimfari/mimesis/commit/d1da27cb18ae0ab848a472965c3e656ea83474eb) Update CHANGELOG - [`6f62af6`](https://github.com/lk-geimfari/mimesis/commit/6f62af65f633b2cd93d8b1e7c427838c16204f4a) Update CHANGELOG - [`7e7658c`](https://github.com/lk-geimfari/mimesis/commit/7e7658c4c10e91304b9bbd672e7b808172e554d3) Add a test for a TypeError exception in add_provider() in Generic - [`cd46439`](https://github.com/lk-geimfari/mimesis/commit/cd46439a13317507806f55d491dc02ee2252177f) Add a test for __dir__() in Generic provider - [`6299059`](https://github.com/lk-geimfari/mimesis/commit/6299059c8b501289a5fd0502590f2c442691e0b5) Add builtin provider to Generic - Additional commits viewable in [compare view](https://github.com/lk-geimfari/mimesis/compare/3.1.0...v3.2.0)


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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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 use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.