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.1 #83

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.1.

Changelog *Sourced from [pytest-mock's changelog](https://github.com/pytest-dev/pytest-mock/blob/master/CHANGELOG.rst).* > 1.10.1 > ------ > > * Fix broken links and update README. Also the code is now formatted using `black `__. > > 1.10.0 > ------ > > * Add support for the recently added ``assert_called`` method in Python 3.6 and ``mock-2.0``. Thanks `[**rouge8**](https://github.com/rouge8)`_ for the PR (`#115`_). > > .. _#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**](https://github.com/rouge8)`_ for the PR (`#113`_). > > .. _#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**](https://github.com/mlhamel)`_ for the PR (`#111`_). > > .. _#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`_). > > .. _#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`_). > > **Packaging** > > * Fix ``mock`` requirement in Python 2. Thanks `[**ghisvail**](https://github.com/ghisvail)`_ for the report (`#101`_). > > **Internal** > > * Some tests in ``pytest-mock``'s suite are skipped if assertion rewriting is disabled (`#102`_). > > ... (truncated)
Commits - [`6e25050`](https://github.com/pytest-dev/pytest-mock/commit/6e25050db4591595fc8f1dab373cab8daf6e1288) Update CHANGELOG for 1.10.1 - [`359c691`](https://github.com/pytest-dev/pytest-mock/commit/359c691cfdeb2a22768afeca27a345dd8ab2bbdc) Remove opensourcecitzen banner - [`3bdf75c`](https://github.com/pytest-dev/pytest-mock/commit/3bdf75c640fdfef35fc8ea1465b29745f14e80cc) Merge pull request [#130](https://github-redirect.dependabot.com/pytest-dev/pytest-mock/issues/130) from nicoddemus/broken-links - [`bb069cf`](https://github.com/pytest-dev/pytest-mock/commit/bb069cfd2853ffbabda79dc6f99949970257f2bb) Fix broken links in README - [`e14f305`](https://github.com/pytest-dev/pytest-mock/commit/e14f30585fe01284836597d3ffc18b0d3cddb11d) Merge pull request [#127](https://github-redirect.dependabot.com/pytest-dev/pytest-mock/issues/127) from nicoddemus/black-pre-commit - [`6951073`](https://github.com/pytest-dev/pytest-mock/commit/6951073ba27a2cff1ecd58f8eb5a0dd8722fda2c) Fix linting - [`686d3da`](https://github.com/pytest-dev/pytest-mock/commit/686d3dafcaffceac0f5833b2ff45bab56e6f98df) Sort aliases in test - [`e19f507`](https://github.com/pytest-dev/pytest-mock/commit/e19f507ba0f8857b0f18ac5555828a811b34b616) Add black badge - [`d08a7a4`](https://github.com/pytest-dev/pytest-mock/commit/d08a7a486001882e47714609ea208ed481e8525e) Change linting tox env to use pre-commit checks - [`ab46694`](https://github.com/pytest-dev/pytest-mock/commit/ab4669474d95507e9f0e9157a883e5e97c5dfaea) Run black and linting - Additional commits viewable in [compare view](https://github.com/pytest-dev/pytest-mock/compare/v1.6.2...v1.10.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 cancel merge` will cancel a previously requested merge - `@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

Superseded by #91.