Skip to content

Commit f70aeb8

Browse files
Merge #268
268: Bump tox from 3.26.0 to 3.27.0 r=alallema a=dependabot[bot] Bumps [tox](https://github.com/tox-dev/tox) from 3.26.0 to 3.27.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tox-dev/tox/releases">tox's releases</a>.</em></p> <blockquote> <h2>3.27.0</h2> <h2>What's Changed</h2> <ul> <li>release 3.26.0 by <a href="https://github.com/gaborbernat"><code>`@​gaborbernat</code></a>` in <a href="https://github-redirect.dependabot.com/tox-dev/tox/pull/2490">tox-dev/tox#2490</a></li> <li>Drop --build-option flag from isolated build script by <a href="https://github.com/adamchainz"><code>`@​adamchainz</code></a>` in <a href="https://github-redirect.dependabot.com/tox-dev/tox/pull/2497">tox-dev/tox#2497</a></li> <li>Remove read-only files upon cleanup by <a href="https://github.com/robgom"><code>`@​robgom</code></a>` in <a href="https://github-redirect.dependabot.com/tox-dev/tox/pull/2501">tox-dev/tox#2501</a></li> <li>[pre-commit.ci] pre-commit autoupdate by <a href="https://github.com/pre-commit-ci"><code>`@​pre-commit-ci</code></a>` in <a href="https://github-redirect.dependabot.com/tox-dev/tox/pull/2503">tox-dev/tox#2503</a></li> <li>[pre-commit.ci] pre-commit autoupdate by <a href="https://github.com/pre-commit-ci"><code>`@​pre-commit-ci</code></a>` in <a href="https://github-redirect.dependabot.com/tox-dev/tox/pull/2505">tox-dev/tox#2505</a></li> <li>Clearly state that <code>install_command</code> only takes one command by <a href="https://github.com/jugmac00"><code>`@​jugmac00</code></a>` in <a href="https://github-redirect.dependabot.com/tox-dev/tox/pull/2509">tox-dev/tox#2509</a></li> <li>Document problems with plugin and provision env (refs <a href="https://github-redirect.dependabot.com/tox-dev/tox/issues/2469">#2469</a>) by <a href="https://github.com/ziima"><code>`@​ziima</code></a>` in <a href="https://github-redirect.dependabot.com/tox-dev/tox/pull/2511">tox-dev/tox#2511</a></li> <li>Provision lock by <a href="https://github.com/masenf"><code>`@​masenf</code></a>` in <a href="https://github-redirect.dependabot.com/tox-dev/tox/pull/2516">tox-dev/tox#2516</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/robgom"><code>`@​robgom</code></a>` made their first contribution in <a href="https://github-redirect.dependabot.com/tox-dev/tox/pull/2501">tox-dev/tox#2501</a></li> <li><a href="https://github.com/masenf"><code>`@​masenf</code></a>` made their first contribution in <a href="https://github-redirect.dependabot.com/tox-dev/tox/pull/2516">tox-dev/tox#2516</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/tox-dev/tox/compare/3.26.0...3.27.0">https://github.com/tox-dev/tox/compare/3.26.0...3.27.0</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/tox-dev/tox/blob/master/docs/changelog.rst">tox's changelog</a>.</em></p> <blockquote> <h2>v3.27.0 (2022-10-25)</h2> <p>Bugfixes ^^^^^^^^</p> <ul> <li>Dropped <code>--build-option</code> in isolated builds, an alternative fix for the <code>SetuptoolsDeprecationWarning</code> about using <code>--global-option</code> -- by :user:<code>adamchainz</code> <code>[#2497](tox-dev/tox#2497) &lt;https://github.com/tox-dev/tox/issues/2497&gt;</code>_</li> <li>Remove read-only files in <code>ensure_empty_dir</code>. <code>[#2498](tox-dev/tox#2498) &lt;https://github.com/tox-dev/tox/issues/2498&gt;</code>_</li> <li>Multiple tox instances no longer clobber the <code>.tox</code> directory when <code>provision_tox_env</code> is used. - by :user:<code>masenf</code> <code>[#2515](tox-dev/tox#2515) &lt;https://github.com/tox-dev/tox/issues/2515&gt;</code>_</li> </ul> <p>Documentation ^^^^^^^^^^^^^</p> <ul> <li>Clarify that <code>install_command</code> only takes one command - by :user:<code>jugmac00</code> <code>[#2433](tox-dev/tox#2433) &lt;https://github.com/tox-dev/tox/issues/2433&gt;</code>_</li> <li>Documented problems with plugin and provision env - by :user:<code>ziima</code>. <code>[#2469](tox-dev/tox#2469) &lt;https://github.com/tox-dev/tox/issues/2469&gt;</code>_</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tox-dev/tox/commit/96ff2c97e980866e5f5a668da6cd59eb490a1424"><code>96ff2c9</code></a> release 3.27.0</li> <li><a href="https://github.com/tox-dev/tox/commit/e378131e14e7db4c7e16a06628fa06c5f73c4ecd"><code>e378131</code></a> Provision lock (<a href="https://github-redirect.dependabot.com/tox-dev/tox/issues/2516">#2516</a>)</li> <li><a href="https://github.com/tox-dev/tox/commit/d41bd622ea27b4a591be7aaf8f55560f5037b84f"><code>d41bd62</code></a> Document problems with plugin and provision env (refs <a href="https://github-redirect.dependabot.com/tox-dev/tox/issues/2469">#2469</a>) (<a href="https://github-redirect.dependabot.com/tox-dev/tox/issues/2511">#2511</a>)</li> <li><a href="https://github.com/tox-dev/tox/commit/8282e9e049b8589a4a765d49f6a784691ce3bd2c"><code>8282e9e</code></a> Clearly state that <code>install_command</code> only takes one command</li> <li><a href="https://github.com/tox-dev/tox/commit/5a97802cc90bd7924d29197ba00559f3c7a018bf"><code>5a97802</code></a> [pre-commit.ci] pre-commit autoupdate</li> <li><a href="https://github.com/tox-dev/tox/commit/0284ab257d363e7bac20ea5cf91fec993b2ca844"><code>0284ab2</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://github-redirect.dependabot.com/tox-dev/tox/issues/2503">#2503</a>)</li> <li><a href="https://github.com/tox-dev/tox/commit/f233d5393fe360af50959d9e3c166e67aaecb469"><code>f233d53</code></a> Remove read-only files upon cleanup (<a href="https://github-redirect.dependabot.com/tox-dev/tox/issues/2501">#2501</a>)</li> <li><a href="https://github.com/tox-dev/tox/commit/2e0def46729c010a8b00fa9e1460b92558b7af0d"><code>2e0def4</code></a> Drop --build-option flag from isolated build script (<a href="https://github-redirect.dependabot.com/tox-dev/tox/issues/2497">#2497</a>)</li> <li><a href="https://github.com/tox-dev/tox/commit/7db7771d4411d4fd5ae3d887fd43ca22d4e3f41e"><code>7db7771</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/tox-dev/tox/issues/2490">#2490</a> from tox-dev/release-3.26.0</li> <li>See full diff in <a href="https://github.com/tox-dev/tox/compare/3.26.0...3.27.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tox&package-manager=pip&previous-version=3.26.0&new-version=3.27.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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) </details> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 parents 360c00e + 7c2b33b commit f70aeb8

File tree

2 files changed

+13
-29
lines changed

2 files changed

+13
-29
lines changed

Pipfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ python-keycloak-client = "==0.2.3"
1313

1414
[dev-packages]
1515
pylint = "==2.8.2"
16-
tox = "==3.26.0"
16+
tox = "==3.27.0"
1717
tox-pipenv = "==1.10.1"

Pipfile.lock

+12-28
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)