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 pytest from 4.3.0 to 4.3.1 #51

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps pytest from 4.3.0 to 4.3.1.

Changelog *Sourced from [pytest's changelog](https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst).* > pytest 4.3.1 (2019-03-11) > ========================= > > Bug Fixes > --------- > > - [\#4810](https://github-redirect.dependabot.com/pytest-dev/pytest/issues/4810): Logging messages inside `pytest_runtest_logreport()` are now properly captured and displayed. > - [\#4861](https://github-redirect.dependabot.com/pytest-dev/pytest/issues/4861): Improve validation of contents written to captured output so it behaves the same as when capture is disabled. > - [\#4898](https://github-redirect.dependabot.com/pytest-dev/pytest/issues/4898): Fix `AttributeError: FixtureRequest has no 'confg' attribute` bug in `testdir.copy_example`. > > Trivial/Internal Changes > ------------------------ > > - [\#4768](https://github-redirect.dependabot.com/pytest-dev/pytest/issues/4768): Avoid pkg\_resources import at the top-level.
Commits - [`492cc42`](https://github.com/pytest-dev/pytest/commit/492cc4219ca00fff2ba9823dc704a2f4aa9d4a1e) Prepare release 4.3.1 - [`51bf7c3`](https://github.com/pytest-dev/pytest/commit/51bf7c3aef8f018f44e7c36378be894aa13e32b5) Merge pull request [#4897](https://github-redirect.dependabot.com/pytest-dev/pytest/issues/4897) from altendky/4896-altendky-add_missing_hooks_to_docs - [`0f3d630`](https://github.com/pytest-dev/pytest/commit/0f3d6306340a867a51441c92a14583ee1b883157) Merge pull request [#4898](https://github-redirect.dependabot.com/pytest-dev/pytest/issues/4898) from shoyer/patch-1 - [`a0f652c`](https://github.com/pytest-dev/pytest/commit/a0f652c5597bd01e560eb87283d18520b34ed080) Rename 4898.trivial.rst to 4898.bugfix.rst - [`877b57a`](https://github.com/pytest-dev/pytest/commit/877b57ae9b38b799311a6703986109670d0c624b) Add CHANGELOG entry - [`dc7ae41`](https://github.com/pytest-dev/pytest/commit/dc7ae41f332153173866c02636758643559393e1) Fix broken error message in pytester - [`2d43f42`](https://github.com/pytest-dev/pytest/commit/2d43f4276958cd3070fee8347ac543a4e259497f) Add missing plugin hooks to docs - [`03ef546`](https://github.com/pytest-dev/pytest/commit/03ef54670662def8422ec983969b81250d543433) Merge pull request [#4893](https://github-redirect.dependabot.com/pytest-dev/pytest/issues/4893) from nicoddemus/simplify-obj-property - [`de5aa38`](https://github.com/pytest-dev/pytest/commit/de5aa3847e032382447bdcf5ca8397d8a0be1208) Apply suggestions from code review - [`0f4905a`](https://github.com/pytest-dev/pytest/commit/0f4905a25917ccffa3e7221d18e2c3ed2f6c9298) Simplify 'obj' property definition in PyobjMixin - Additional commits viewable in [compare view](https://github.com/pytest-dev/pytest/compare/4.3.0...4.3.1)


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.
sobolevn commented 5 years ago

@dependabot-bot rebase