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.2 #38

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 5 years ago

Bumps tox from 3.7.0 to 3.13.2.

Changelog *Sourced from [tox's changelog](https://github.com/tox-dev/tox/blob/master/docs/changelog.rst).* > v3.13.2 (2019-07-01) > ==================== > > Bugfixes > -------- > > - on venv cleanup: add explicit check for pypy venv to make it possible to recreate it - by obestwalter [\#1355](https://github-redirect.dependabot.com/tox-dev/tox/issues/1355) > - non canonical names within requires cause infinite provisioning loop - by gaborbernat [\#1359](https://github-redirect.dependabot.com/tox-dev/tox/issues/1359) > > 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) > ... (truncated)
Commits - [`c5ef3d2`](https://github.com/tox-dev/tox/commit/c5ef3d21798d7ec006166343f9631a471d08b551) release 3.13.2 - [`e2ae954`](https://github.com/tox-dev/tox/commit/e2ae954a89d21ba0916e82c1d983b8f00257324b) fix non-canonical names don't work with provisioning ([#1360](https://github-redirect.dependabot.com/tox-dev/tox/issues/1360)) - [`2d2b2ae`](https://github.com/tox-dev/tox/commit/2d2b2aed942937fa11b2e9df191c2542fdcbf89a) Add explicit check for pypy venv ([#1356](https://github-redirect.dependabot.com/tox-dev/tox/issues/1356)) - [`30a3a4d`](https://github.com/tox-dev/tox/commit/30a3a4df8bf5d22529c70dd7bd463d3530d7d69d) Merge pull request [#1352](https://github-redirect.dependabot.com/tox-dev/tox/issues/1352) from tox-dev/release-3.13.1 - [`4639b6c`](https://github.com/tox-dev/tox/commit/4639b6c3e80091cc369f13ff9ee9c7772a174e9b) Fix bash code blocks in HOWTORELEASE.rst ([#1351](https://github-redirect.dependabot.com/tox-dev/tox/issues/1351)) - [`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)) - Additional commits viewable in [compare view](https://github.com/tox-dev/tox/compare/3.7.0...3.13.2)


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). 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.
dependabot-preview[bot] commented 4 years ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.