Skip to content

Commit 5e8cd05

Browse files
Merge #230
230: Bump tox from 3.22.0 to 3.23.0 r=eskombro a=dependabot-preview[bot] Bumps [tox](https://github.com/tox-dev/tox) from 3.22.0 to 3.23.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/tox-dev/tox/blob/3.23.0/docs/changelog.rst">tox's changelog</a>.</em></p> <blockquote> <h1>v3.23.0 (2021-03-03)</h1> <h2>Features</h2> <ul> <li>tox can now be invoked with a new <code>--no-provision</code> flag that prevents provision, if requires or minversion are not satisfied, tox will fail; if a path is specified as an argument to the flag (e.g. as <code>tox --no-provision missing.json</code>) and provision is prevented, provision metadata are written as JSON to that path - by hroncok <a href="https://github-redirect.dependabot.com/tox-dev/tox/issues/1921">#1921</a></li> <li>Unicode support in <code>pyproject.toml</code> - by domdfcoding <a href="https://github-redirect.dependabot.com/tox-dev/tox/issues/1940">#1940</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tox-dev/tox/commit/eee8ba12f9530376bc73649918f3e19dd7e9bf2e"><code>eee8ba1</code></a> release 3.23.0</li> <li><a href="https://github.com/tox-dev/tox/commit/32e74a804635ba790deef706b57c10f8219de1db"><code>32e74a8</code></a> Add changelog for unicode</li> <li><a href="https://github.com/tox-dev/tox/commit/5bc9b6692fbf166bb474da7b53eb51b911c45c20"><code>5bc9b66</code></a> Use UTF-8 encoding when parsing pyproject.toml (<a href="https://github-redirect.dependabot.com/tox-dev/tox/issues/1940">#1940</a>)</li> <li><a href="https://github.com/tox-dev/tox/commit/de42464bd5c4d47e14b85d55ea659b94be61f727"><code>de42464</code></a> Remove dependency on unused fixtures (<a href="https://github-redirect.dependabot.com/tox-dev/tox/issues/1941">#1941</a>)</li> <li><a href="https://github.com/tox-dev/tox/commit/93a9667a8b84847294bc677c79bde8c70fe2f564"><code>93a9667</code></a> Add --no-provision flag (<a href="https://github-redirect.dependabot.com/tox-dev/tox/issues/1922">#1922</a>)</li> <li><a href="https://github.com/tox-dev/tox/commit/a586b2a9d26c08e4dcdf4171ebae8079f5707e45"><code>a586b2a</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://github-redirect.dependabot.com/tox-dev/tox/issues/1935">#1935</a>)</li> <li><a href="https://github.com/tox-dev/tox/commit/5c494a80337811b1a70131333b7edfcb9908aba4"><code>5c494a8</code></a> Update .readthedocs.yml</li> <li><a href="https://github.com/tox-dev/tox/commit/3b8132acae706e0cf3c5f758b854a53fdb4769ac"><code>3b8132a</code></a> Delete readthedocs.yml</li> <li><a href="https://github.com/tox-dev/tox/commit/d5957b82de26c5785fd88eb29106e478b622ac8b"><code>d5957b8</code></a> Use python3.8 for rtd</li> <li><a href="https://github.com/tox-dev/tox/commit/c81c586d4d4162febccd2cfc18ba9851bc356443"><code>c81c586</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/tox-dev/tox/issues/1920">#1920</a> from tox-dev/release-3.22.0</li> <li>See full diff in <a href="https://github.com/tox-dev/tox/compare/3.22.0...3.23.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=tox&package-manager=pip&previous-version=3.22.0&new-version=3.23.0)](https://dependabot.com/compatibility-score/?dependency-name=tox&package-manager=pip&previous-version=3.22.0&new-version=3.23.0) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor 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) - 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) </details> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2 parents 4206973 + 6c595ee commit 5e8cd05

File tree

1 file changed

+3
-83
lines changed

1 file changed

+3
-83
lines changed

Pipfile.lock

Lines changed: 3 additions & 83 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)