nugget / python-insteonplm

Python 3 asyncio module for interfacing with Insteon Powerline modems
MIT License
33 stars 19 forks source link

Bump coveralls from 1.2.0 to 1.6.0 #128

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps coveralls from 1.2.0 to 1.6.0.

Release notes *Sourced from [coveralls's releases](https://github.com/coveralls-clients/coveralls-python/releases).* > ## 1.6.0 > > ## 1.6.0 (2019-02-18) > > #### Features > > * **support:** add support for SemaphoreCI ([#193](https://github-redirect.dependabot.com/coveralls-clients/coveralls-python/issues/193)) ([https://github.com/coveralls-clients/coveralls-python/blob/HEAD/4e09918a](https://github.com/coveralls-clients/coveralls-python/blob/HEAD/4e09918a)) > > ## 1.5.1 > > ## 1.5.1 (2018-09-28) > > #### Features > * **git:** omit git info when git isn't installed ([#187](https://github-redirect.dependabot.com/coveralls-clients/coveralls-python/issues/187)) ([https://github.com/coveralls-clients/coveralls-python/blob/HEAD/764956ea](https://github.com/coveralls-clients/coveralls-python/blob/HEAD/764956ea)) > * ... instead of erroring. The fixes the v1.4.0 release of "supporting non-git repos" when the git binary is not installed. > * Note that commit info can still be set with env vars, even in non-git repositories -- see the docs for more info! > > #### Compatibility > * **python:** include python 3.7 in matrix tests ([https://github.com/coveralls-clients/coveralls-python/blob/HEAD/023d474](https://github.com/coveralls-clients/coveralls-python/blob/HEAD/023d474)) > * previous versions of `coveralls-python` should be compatible with Python 3.7, no code changes were required to make tests pass > > #### Internal > * remove `pytest-runner` as a dependency ([#185](https://github-redirect.dependabot.com/coveralls-clients/coveralls-python/issues/185)) ([https://github.com/coveralls-clients/coveralls-python/blob/HEAD/4cbbfcd](https://github.com/coveralls-clients/coveralls-python/blob/HEAD/4cbbfcd)) > > ## 1.5.0 > > ## 1.5.0 (2018-08-31) > > > #### Features > > * **cli:** allow execution as a module ([#184](https://github-redirect.dependabot.com/coveralls-clients/coveralls-python/issues/184)) ([https://github.com/coveralls-clients/coveralls-python/blob/HEAD/b261a853](https://github.com/coveralls-clients/coveralls-python/blob/HEAD/b261a853), closes [#https://github.com/coveralls-clients/coveralls-python/blob/HEAD/183](https://github.com/coveralls-clients/coveralls-python/blob/HEAD/183)) > > #### Bug Fixes > > * **paths:** ensure windows paths are normalized to posix ([https://github.com/coveralls-clients/coveralls-python/blob/HEAD/661e0f54](https://github.com/coveralls-clients/coveralls-python/blob/HEAD/661e0f54), closes [#https://github.com/coveralls-clients/coveralls-python/blob/HEAD/153](https://github.com/coveralls-clients/coveralls-python/blob/HEAD/153)) > > ## 1.4.0 > > ## 1.4.0 (2018-08-24) > > > #### Performance > > * **git:** call fallback git commands in fallback cases only ([https://github.com/coveralls-clients/coveralls-python/blob/HEAD/e42095b4](https://github.com/coveralls-clients/coveralls-python/blob/HEAD/e42095b4)) > > #### Features > > * **env:** support git env vars ([#182](https://github-redirect.dependabot.com/coveralls-clients/coveralls-python/issues/182)) ([https://github.com/coveralls-clients/coveralls-python/blob/HEAD/a1918e89](https://github.com/coveralls-clients/coveralls-python/blob/HEAD/a1918e89)) > * This change also adds support for non-git repos. > ... (truncated)
Changelog *Sourced from [coveralls's changelog](https://github.com/coveralls-clients/coveralls-python/blob/master/CHANGELOG.md).* > ## 1.6.0 (2019-02-18) > > #### Features > > * **support:** add support for SemaphoreCI ([#193](https://github-redirect.dependabot.com/coveralls-clients/coveralls-python/issues/193)) ([https://github.com/coveralls-clients/coveralls-python/blob/master/4e09918a](https://github.com/coveralls-clients/coveralls-python/blob/master/4e09918a)) > > > ## 1.5.1 (2018-09-28) > > #### Features > * **git:** omit git info when git isn't installed ([#187](https://github-redirect.dependabot.com/coveralls-clients/coveralls-python/issues/187)) ([https://github.com/coveralls-clients/coveralls-python/blob/master/764956ea](https://github.com/coveralls-clients/coveralls-python/blob/master/764956ea)) > * ... instead of erroring. The fixes the v1.4.0 release of "supporting > non-git repos" when the git binary is not installed. > * Note that commit info can still be set with env vars, even in non-git > repositories -- see the docs for more info! > > #### Compatibility > * **python:** include python 3.7 in matrix tests ([https://github.com/coveralls-clients/coveralls-python/blob/master/023d474](https://github.com/coveralls-clients/coveralls-python/blob/master/023d474)) > * previous versions of `coveralls-python` should be compatible with Python 3.7, no > code changes were required to make tests pass > > #### Internal > * remove `pytest-runner` as a dependency ([#185](https://github-redirect.dependabot.com/coveralls-clients/coveralls-python/issues/185)) ([https://github.com/coveralls-clients/coveralls-python/blob/master/4cbbfcd](https://github.com/coveralls-clients/coveralls-python/blob/master/4cbbfcd)) > > > ## 1.5.0 (2018-08-31) > > #### Features > * **cli:** allow execution as a module ([#184](https://github-redirect.dependabot.com/coveralls-clients/coveralls-python/issues/184)) ([https://github.com/coveralls-clients/coveralls-python/blob/master/b261a853](https://github.com/coveralls-clients/coveralls-python/blob/master/b261a853), closes [#https://github.com/coveralls-clients/coveralls-python/blob/master/183](https://github.com/coveralls-clients/coveralls-python/blob/master/183)) > > #### Bug Fixes > * **paths:** ensure windows paths are normalized to posix ([https://github.com/coveralls-clients/coveralls-python/blob/master/661e0f54](https://github.com/coveralls-clients/coveralls-python/blob/master/661e0f54), closes [#https://github.com/coveralls-clients/coveralls-python/blob/master/153](https://github.com/coveralls-clients/coveralls-python/blob/master/153)) > > > ## 1.4.0 (2018-08-24) > > #### Performance > * **git:** call fallback git commands in fallback cases only ([https://github.com/coveralls-clients/coveralls-python/blob/master/e42095b4](https://github.com/coveralls-clients/coveralls-python/blob/master/e42095b4)) > > #### Features > * **env:** support git env vars ([#182](https://github-redirect.dependabot.com/coveralls-clients/coveralls-python/issues/182)) ([https://github.com/coveralls-clients/coveralls-python/blob/master/a1918e89](https://github.com/coveralls-clients/coveralls-python/blob/master/a1918e89)) > * This change also adds support for non-git repos. > * **flags:** add ability to add named job ([#181](https://github-redirect.dependabot.com/coveralls-clients/coveralls-python/issues/181)) ([https://github.com/coveralls-clients/coveralls-python/blob/master/f7ba07bf](https://github.com/coveralls-clients/coveralls-python/blob/master/f7ba07bf)) > > #### Compatibility > * **python:** drop support for Python 3.3 ([https://github.com/coveralls-clients/coveralls-python/blob/master/dcb06fc1](https://github.com/coveralls-clients/coveralls-python/blob/master/dcb06fc1)) > > > ## 1.3.0 (2018-03-02) > > ... (truncated)
Commits - [`d91a28a`](https://github.com/coveralls-clients/coveralls-python/commit/d91a28a6d187af003fc48d9b0ea61e83016f5e89) chore(release): bump version - [`367d657`](https://github.com/coveralls-clients/coveralls-python/commit/367d6573d9cd9bfd5fe5e9ea5a0733ada034b1e1) docs(readme): remove duplicate test results badge - [`407a1fa`](https://github.com/coveralls-clients/coveralls-python/commit/407a1fa3fcc57a07855fb35936cac22400542ffc) docs(readme): update to new PyPI URLs - [`4e09918`](https://github.com/coveralls-clients/coveralls-python/commit/4e09918a6112b641708f1e3d158a6ab26cf19527) feat(services): support SemaphoreCI ([#193](https://github-redirect.dependabot.com/coveralls-clients/coveralls-python/issues/193)) - [`c0e4221`](https://github.com/coveralls-clients/coveralls-python/commit/c0e422133945007ae96d496dfb8217d148289ff0) chore(docs): remove the dot (in py.test command) ([#191](https://github-redirect.dependabot.com/coveralls-clients/coveralls-python/issues/191)) - [`eba54e4`](https://github.com/coveralls-clients/coveralls-python/commit/eba54e4d19e40e3907e5fd516f68e8b4dc9e5a31) chore(release): bump version - [`764956e`](https://github.com/coveralls-clients/coveralls-python/commit/764956ea5ea0bc12b2eee34ae28c41364d4ec4b9) feat(git): Omit git info when git isnt installed ([#187](https://github-redirect.dependabot.com/coveralls-clients/coveralls-python/issues/187)) - [`2abfcb9`](https://github.com/coveralls-clients/coveralls-python/commit/2abfcb90506de6d6a418055a880bb964c9365242) fix(tests): avoid pytest-cov dependency ([#188](https://github-redirect.dependabot.com/coveralls-clients/coveralls-python/issues/188)) - [`84198b4`](https://github.com/coveralls-clients/coveralls-python/commit/84198b433206f18ecb04e5523090ece8e31fc571) lint(git): remove extra newline - [`023d474`](https://github.com/coveralls-clients/coveralls-python/commit/023d47416c22bb95c722d3023b14d83306dde144) chore(compatibility): begin matrix testing against py37 ([#186](https://github-redirect.dependabot.com/coveralls-clients/coveralls-python/issues/186)) - Additional commits viewable in [compare view](https://github.com/coveralls-clients/coveralls-python/compare/1.2.0...1.6.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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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 - `@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.