tilboerner / depx

Examine and visualize dependencies used by Python modules 🔍
Other
19 stars 3 forks source link

Bump tox from 3.7.0 to 3.13.1 #37

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps tox from 3.7.0 to 3.13.1.

Changelog *Sourced from [tox's changelog](https://github.com/tox-dev/tox/blob/master/docs/changelog.rst).* > v3.13.1 (2019-06-25) > ==================== > > Bugfixes > -------- > > - Fix isolated build double-requirement - by asottile. [\#1349](https://github-redirect.dependabot.com/tox-dev/tox/issues/1349) > > v3.13.0 (2019-06-24) > ==================== > > Bugfixes > -------- > > - tox used Windows shell rules on non-Windows platforms when transforming positional arguments to a string - by barneygale. [\#1336](https://github-redirect.dependabot.com/tox-dev/tox/issues/1336) > > Features > -------- > > - Replace `pkg_resources` with `importlib_metadata` for speed - by asottile. [\#1324](https://github-redirect.dependabot.com/tox-dev/tox/issues/1324) > - Add the `--devenv ENVDIR` option for creating development environments from `[testenv]` configurations - by asottile. [\#1326](https://github-redirect.dependabot.com/tox-dev/tox/issues/1326) > - Refuse to delete `envdir` if it doesn't look like a virtualenv - by asottile. [\#1340](https://github-redirect.dependabot.com/tox-dev/tox/issues/1340) > > v3.12.1 (2019-05-23) > ==================== > > Bugfixes > -------- > > - Ensure `TOX_WORK_DIR` is a native string in `os.environ` - by asottile. [\#1313](https://github-redirect.dependabot.com/tox-dev/tox/issues/1313) > - Fix import and usage of `winreg` for python2.7 on windows - by asottile. [\#1315](https://github-redirect.dependabot.com/tox-dev/tox/issues/1315) > - Fix Windows selects incorrect spec on first discovery - by gaborbernat [\#1317](https://github-redirect.dependabot.com/tox-dev/tox/issues/1317) > > v3.12.0 (2019-05-23) > ==================== > > Bugfixes > -------- > > - When using `--parallel` with `--result-json` the test results are now included the same way as with serial runs - by fschulze [\#1295](https://github-redirect.dependabot.com/tox-dev/tox/issues/1295) > - Turns out the output of the `py -0p` is not stable yet and varies depending on various edge cases. Instead now we read the interpreter values directly from registry via [PEP-514](https://www.python.org/dev/peps/pep-0514) - by gaborbernat. [\#1306](https://github-redirect.dependabot.com/tox-dev/tox/issues/1306) > > Features > -------- > > - Adding `TOX_PARALLEL_NO_SPINNER` environment variable to disable the spinner in parallel mode for the purposes of clean output when using CI tools - by zeroshift [\#1184](https://github-redirect.dependabot.com/tox-dev/tox/issues/1184) > > v3.11.1 (2019-05-16) > ==================== > > ... (truncated)
Commits - [`e2000ef`](https://github.com/tox-dev/tox/commit/e2000ef2f241c57b4ec8cf247f38d75a108c4e67) release 3.13.1 - [`d020495`](https://github.com/tox-dev/tox/commit/d02049579f9f70d4bfb5fe37d3432ec076519e47) Fix double requirement in isolated build ([#1350](https://github-redirect.dependabot.com/tox-dev/tox/issues/1350)) - [`b8a7b22`](https://github.com/tox-dev/tox/commit/b8a7b2232659ba815955511f97f586090b46c823) release 3.13.0 ([#1348](https://github-redirect.dependabot.com/tox-dev/tox/issues/1348)) - [`80e8a09`](https://github.com/tox-dev/tox/commit/80e8a096af617b4658a68fb9eb37064092898497) release 3.13.0 - [`0b76b11`](https://github.com/tox-dev/tox/commit/0b76b110c38dfd17aae8c787f9109ff2a6a60127) fix [#1342](https://github-redirect.dependabot.com/tox-dev/tox/issues/1342) add note that directory is created if does not exist yet ([#1345](https://github-redirect.dependabot.com/tox-dev/tox/issues/1345)) - [`520c7ae`](https://github.com/tox-dev/tox/commit/520c7ae8723949c9e60444a8114dcaa0626b4abb) Fix deprecation comment - recommendation is to import directly ([#1341](https://github-redirect.dependabot.com/tox-dev/tox/issues/1341)) - [`81d1683`](https://github.com/tox-dev/tox/commit/81d168332dfe1bd6fdeeb0bd740077ed3a379993) cowardly refuse to delete a directory if it isn't a venv ([#1340](https://github-redirect.dependabot.com/tox-dev/tox/issues/1340)) - [`ef843dc`](https://github.com/tox-dev/tox/commit/ef843dcde0882bedc3be32c0b12191054b18fffb) Use POSIX shell rules for creating posargs string on non-Windows platforms (#... - [`bc31722`](https://github.com/tox-dev/tox/commit/bc317225bc8c7107a5b54d592bc3600516605633) envconfig.missing_subs is not a setting: should be a private attribute ([#1335](https://github-redirect.dependabot.com/tox-dev/tox/issues/1335)) - [`bed76e6`](https://github.com/tox-dev/tox/commit/bed76e60ac965fad1868049d0126eaddb21b991d) Improve --devenv help and ensure `--devenv ` does not delete ([#1333](https://github-redirect.dependabot.com/tox-dev/tox/issues/1333)) - Additional commits viewable in [compare view](https://github.com/tox-dev/tox/compare/3.7.0...3.13.1)


Dependabot compatibility score

You can trigger a rebase of this PR 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

Superseded by #38.