refaim / wots

Wizard of the Search
MIT License
2 stars 0 forks source link

Bump coverage from 4.5.1 to 4.5.4 #86

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 5 years ago

Bumps coverage from 4.5.1 to 4.5.4.

Changelog *Sourced from [coverage's changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst).* > Version 4.5.4 -- 2019-07-29 > =========================== > > - Multiprocessing support in Python 3.8 was broken, but is now fixed. Closes [issue 828](https://github-redirect.dependabot.com/nedbat/coveragepy/issues/828). > > Version 4.5.3 -- 2019-03-09 > =========================== > > - Only packaging metadata changes. > > Version 4.5.2 --- 2018-11-12 > ============================ > > - Namespace packages are supported on Python 3.7, where they used to cause TypeErrors about path being None. Fixes [issue 700](https://github-redirect.dependabot.com/nedbat/coveragepy/issues/700). > - Python 3.8 (as of today!) passes all tests. Fixes [issue 707](https://github-redirect.dependabot.com/nedbat/coveragepy/issues/707) and [issue 714](https://github-redirect.dependabot.com/nedbat/coveragepy/issues/714). > - Development moved from [Bitbucket](https://bitbucket.org/ned/coveragepy) to [GitHub](https://github.com/nedbat/coveragepy).
Commits - [`4e624d1`](https://github.com/nedbat/coveragepy/commit/4e624d142a1e16acf32f90bf9b996fad80958740) Use latest twine - [`e537d7d`](https://github.com/nedbat/coveragepy/commit/e537d7d70eb4d4f81b94b7160ee24db21c701d6e) Build wheels for 3.8 - [`c619ec8`](https://github.com/nedbat/coveragepy/commit/c619ec807544ec1f7af555c959d9855654b79195) Prep for 4.5.4 - [`b003fe1`](https://github.com/nedbat/coveragepy/commit/b003fe1b52088795c4748fb13ff68fc5c7734357) Pin pyparsing to avoid warnings - [`60c6c98`](https://github.com/nedbat/coveragepy/commit/60c6c98a1aa0de65b702fc95cf47eca022aee46c) Tidelift security contact, and non-transparent logo. - [`c9ee224`](https://github.com/nedbat/coveragepy/commit/c9ee22417b4aa3611c8332f151d6cce40efad39b) 4.5.x works on 3.8.0b1 - [`8c371b2`](https://github.com/nedbat/coveragepy/commit/8c371b2f14bc45e3be156d9d427a500e5535578a) Adapt to optimization tweak in CPython 3.8.0b1 - [`ca0bba4`](https://github.com/nedbat/coveragepy/commit/ca0bba4d8d9aaf22dee83268325e20cddb532edf) Silence a silly pylint warning - [`72b21f1`](https://github.com/nedbat/coveragepy/commit/72b21f1f1180ad52da646b1c47d8d2dc7f95c189) Python 3.8 added an argument to _bootstrap. It should have been like this any... - [`9dda46a`](https://github.com/nedbat/coveragepy/commit/9dda46a4353a5fe53c4b213083fb777e0e519e6c) Not sure how I went for so long without one of these creeping in - Additional commits viewable in [compare view](https://github.com/nedbat/coveragepy/compare/coverage-4.5.1...coverage-4.5.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). To ignore the version in this PR you can just close it - `@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.
coveralls commented 5 years ago

Coverage Status

Coverage remained the same at 32.239% when pulling 83948027ec12fcb60c40cb9f07481f48069321f2 on dependabot/pip/coverage-4.5.4 into 30c301c72f100af3db01820bafacc9f62a20784b on master.

dependabot-preview[bot] commented 4 years ago

Superseded by #110.