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.12.1 #31

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps tox from 3.7.0 to 3.12.1.

Changelog *Sourced from [tox's changelog](https://github.com/tox-dev/tox/blob/master/docs/changelog.rst).* > 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) > ==================== > > Bugfixes > -------- > > - When creating virtual environments we no longer ask the python to tell its path, but rather use the discovered path. [\#1301](https://github-redirect.dependabot.com/tox-dev/tox/issues/1301) > > v3.11.0 (2019-05-15) > ==================== > > Features > -------- > > - `--showconfig` overhaul: > > - now fully generated via the config parser, so anyone can load it by using the built-in python config parser > - the `tox` section contains all configuration data from config > - the `tox` section contains a `host_python` key detailing the path of the host python > - the `tox:version` section contains the versions of all packages tox depends on with their version > - passing `-l` now allows only listing default target envs > - allows showing config for a given set of tox environments only via the `-e` cli flag or the `TOXENV` environment variable, in this case the `tox` and `tox:version` section is only shown if at least one verbosity flag is passed > > this should help inspecting the options. [\#1298](https://github-redirect.dependabot.com/tox-dev/tox/issues/1298) > > v3.10.0 (2019-05-13) > ... (truncated)
Commits - [`3ddd0e5`](https://github.com/tox-dev/tox/commit/3ddd0e5f859155a8b4a537a53c75c5c383423382) release 3.12.1 - [`5813770`](https://github.com/tox-dev/tox/commit/5813770ab9440bef0a5328458b90f96844cad9bf) fix windows selects incorrect spec ([#1317](https://github-redirect.dependabot.com/tox-dev/tox/issues/1317)) - [`ca49c94`](https://github.com/tox-dev/tox/commit/ca49c94723ec9a55fa742190a32f43b1c78dc4d3) fix winreg usage for python2 on windows ([#1316](https://github-redirect.dependabot.com/tox-dev/tox/issues/1316)) - [`1c74a51`](https://github.com/tox-dev/tox/commit/1c74a510562afdd5428f003e54cf4394bad59513) Ensure native strings in environ ([#1314](https://github-redirect.dependabot.com/tox-dev/tox/issues/1314)) - [`f0808f7`](https://github.com/tox-dev/tox/commit/f0808f7ccd1cccbe060122917494c146f81703b2) release 3.12.0 ([#1312](https://github-redirect.dependabot.com/tox-dev/tox/issues/1312)) - [`772a436`](https://github.com/tox-dev/tox/commit/772a43678f97274f817e9590165037456e1eb1d7) release 3.12.0 - [`c7456aa`](https://github.com/tox-dev/tox/commit/c7456aa2636b30bdf2f09b05dc19cd9ac1424f42) Fix for --result-json with --parallel ([#1309](https://github-redirect.dependabot.com/tox-dev/tox/issues/1309)) - [`016e9f2`](https://github.com/tox-dev/tox/commit/016e9f2997a6518f3c7bea2b18ea11ea6ab62292) Update PULL_REQUEST_TEMPLATE.md - [`036b03e`](https://github.com/tox-dev/tox/commit/036b03e85f4e5004891ce817798826336fa4d20b) PEP-514 support via winreg ([#1310](https://github-redirect.dependabot.com/tox-dev/tox/issues/1310)) - [`c3da8e7`](https://github.com/tox-dev/tox/commit/c3da8e766350165f5e2ab717a2e817d2a8c8c193) Add environment variable to disable parallel spinner for CI tools ([#1311](https://github-redirect.dependabot.com/tox-dev/tox/issues/1311)) - Additional commits viewable in [compare view](https://github.com/tox-dev/tox/compare/3.7.0...3.12.1)


Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 10 PRs for your first few update runs. Once an update run creates fewer than 10 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 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 #37.