anaynayak / buildnotify

A system tray based build status notification app for cctray.xml feeds.
https://anaynayak.github.io/buildnotify/
Other
29 stars 7 forks source link

Bump pytest-mock from 1.6.2 to 1.10.4 #98

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps pytest-mock from 1.6.2 to 1.10.4.

Changelog *Sourced from [pytest-mock's changelog](https://github.com/pytest-dev/pytest-mock/blob/master/CHANGELOG.rst).* > 1.10.4 > ====== > > - Fix plugin when 'terminal' plugin is disabled > > 1.10.3 > ====== > > - Fix test suite in Python 3.8. Thanks [@​hroncok](https://github.com/hroncok) for the report and [@​blueyed]() for the PR ([\#140](https://github-redirect.dependabot.com/pytest-dev/pytest-mock/pull/140)). > > 1.10.2 > ====== > > - Fix bug at the end of the test session when a call to `patch.stopall` is done explicitly by user code. Thanks [@​craiga](https://github.com/craiga) for the report ([\#137](https://github-redirect.dependabot.com/pytest-dev/pytest-mock/issues/137)). > > 1.10.1 > ====== > > - Fix broken links and update README. Also the code is now formatted using [black](https://github.com/ambv/black). > > 1.10.0 > ====== > > - Add support for the recently added `assert_called` method in Python 3.6 and `mock-2.0`. Thanks [@​rouge8]() for the PR ([\#115](https://github-redirect.dependabot.com/pytest-dev/pytest-mock/pull/115)). > > 1.9.0 > ===== > > - Add support for the recently added `assert_called_once` method in Python 3.6 and `mock-2.0`. Thanks [@​rouge8]() for the PR ([\#113](https://github-redirect.dependabot.com/pytest-dev/pytest-mock/pull/113)). > > 1.8.0 > ===== > > - Add aliases for `NonCallableMock` and `create_autospec` to `mocker`. Thanks [@​mlhamel]() for the PR ([\#111](https://github-redirect.dependabot.com/pytest-dev/pytest-mock/pull/111)). > > 1.7.1 > ===== > > - Fix `setup.py` to correctly read the `README.rst`. Thanks [@​ghisvail](https://github.com/ghisvail) for the fix ([\#107](https://github-redirect.dependabot.com/pytest-dev/pytest-mock/issues/107)). > > 1.7.0 > ===== > > **Incompatible change** > > - `pytest-mock` no longer supports Python 2.6 and Python 3.3, following the lead of `pytest` and other projects in the community. Thanks [@​hugovk](https://github.com/hugovk) for the PR ([\#96](https://github-redirect.dependabot.com/pytest-dev/pytest-mock/pull/96)). > > **Packaging** > > - Fix `mock` requirement in Python 2. Thanks [@​ghisvail](https://github.com/ghisvail) for the report ([\#101](https://github-redirect.dependabot.com/pytest-dev/pytest-mock/issues/101)). > ... (truncated)
Commits - [`7248438`](https://github.com/pytest-dev/pytest-mock/commit/724843897c90b6d8464d37c43dc74f3375b5afa3) Support terminal plugin begin disabled - [`d9d785e`](https://github.com/pytest-dev/pytest-mock/commit/d9d785e68ebff9c69a21a15a27562a4ce9bee793) Merge pull request [#142](https://github-redirect.dependabot.com/pytest-dev/pytest-mock/issues/142) from nicoddemus/release-1.10.3 - [`62c6323`](https://github.com/pytest-dev/pytest-mock/commit/62c63238480e283af36278b6f6981baf6f5d65d9) Prepare 1.10.3 changelog and add 3.8 to classifiers - [`7222f0c`](https://github.com/pytest-dev/pytest-mock/commit/7222f0c158a7789e9700e4b28db324ab3e96073f) Merge pull request [#141](https://github-redirect.dependabot.com/pytest-dev/pytest-mock/issues/141) from blueyed/improve-test_deprecated_mock - [`c389395`](https://github.com/pytest-dev/pytest-mock/commit/c389395dc02ab22498e7a3eae9e7ba155e425ea1) Merge pull request [#140](https://github-redirect.dependabot.com/pytest-dev/pytest-mock/issues/140) from nicoddemus/fix-py38 - [`f3ab006`](https://github.com/pytest-dev/pytest-mock/commit/f3ab006926fef9a7a6c750685abc26a34f1cc9cc) tests: improve test_deprecated_mock - [`4f33eb5`](https://github.com/pytest-dev/pytest-mock/commit/4f33eb5bc14931b0de7b3cde3fad22ce8c6f368f) minor: flake8 fixes - [`91ece5e`](https://github.com/pytest-dev/pytest-mock/commit/91ece5ec239e7bf68e928e0377c5335ca5fc214a) tests: handle new output format with Python 3.8 - [`4e249da`](https://github.com/pytest-dev/pytest-mock/commit/4e249da9fb2e5124bb7d81d7e0c2ba2dd61fb832) Enable Python 3.8-dev testing on Travis - [`540c17b`](https://github.com/pytest-dev/pytest-mock/commit/540c17b36d2bb11c4ab4d1d1e9ebbd55cf9cf88c) Merge pull request [#138](https://github-redirect.dependabot.com/pytest-dev/pytest-mock/issues/138) from nicoddemus/release-1.10.2 - Additional commits viewable in [compare view](https://github.com/pytest-dev/pytest-mock/compare/v1.6.2...1.10.4)


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.
dependabot-preview[bot] commented 5 years ago

Looks like pytest-mock is up-to-date now, so this is no longer needed.