-
Notifications
You must be signed in to change notification settings - Fork 91
Commit 3b88ea2
Merge #945
945: Bump tox from 4.13.0 to 4.14.2 r=curquiza a=dependabot[bot]
Bumps [tox](https://github.com/tox-dev/tox) from 4.13.0 to 4.14.2.
<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>4.14.2</h2>
<!-- raw HTML omitted -->
<h2>What's Changed</h2>
<ul>
<li>Removed unneeded line by <a href="https://github.com/reinout"><code>`@reinout</code></a>` in <a href="https://redirect.github.com/tox-dev/tox/pull/3241">tox-dev/tox#3241</a></li>
<li>Add missing space by <a href="https://github.com/droctothorpe"><code>`@droctothorpe</code></a>` in <a href="https://redirect.github.com/tox-dev/tox/pull/3243">tox-dev/tox#3243</a></li>
<li>Add Provision Arguments to ToxParser by <a href="https://github.com/seyidaniels"><code>`@seyidaniels</code></a>` in <a href="https://redirect.github.com/tox-dev/tox/pull/3246">tox-dev/tox#3246</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/reinout"><code>`@reinout</code></a>` made their first contribution in <a href="https://redirect.github.com/tox-dev/tox/pull/3241">tox-dev/tox#3241</a></li>
<li><a href="https://github.com/droctothorpe"><code>`@droctothorpe</code></a>` made their first contribution in <a href="https://redirect.github.com/tox-dev/tox/pull/3243">tox-dev/tox#3243</a></li>
<li><a href="https://github.com/seyidaniels"><code>`@seyidaniels</code></a>` made their first contribution in <a href="https://redirect.github.com/tox-dev/tox/pull/3246">tox-dev/tox#3246</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/tox-dev/tox/compare/4.14.1...4.14.2">https://github.com/tox-dev/tox/compare/4.14.1...4.14.2</a></p>
<h2>4.14.1</h2>
<!-- raw HTML omitted -->
<h2>What's Changed</h2>
<ul>
<li>Fix fresh subprocesses and allow duplicate register config calls for the core set only by <a href="https://github.com/gaborbernat"><code>`@gaborbernat</code></a>` in <a href="https://redirect.github.com/tox-dev/tox/pull/3237">tox-dev/tox#3237</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/tox-dev/tox/compare/4.14.0...4.14.1">https://github.com/tox-dev/tox/compare/4.14.0...4.14.1</a></p>
<h2>4.14.0</h2>
<!-- raw HTML omitted -->
<h2>What's Changed</h2>
<ul>
<li>Fix issue/PR number in 4.13.0 changelog by <a href="https://github.com/hroncok"><code>`@hroncok</code></a>` in <a href="https://redirect.github.com/tox-dev/tox/pull/3223">tox-dev/tox#3223</a></li>
<li>Fix linkcheck failing by <a href="https://github.com/gaborbernat"><code>`@gaborbernat</code></a>` in <a href="https://redirect.github.com/tox-dev/tox/pull/3229">tox-dev/tox#3229</a></li>
<li>Support fresh subprocess for build backends by <a href="https://github.com/gaborbernat"><code>`@gaborbernat</code></a>` in <a href="https://redirect.github.com/tox-dev/tox/pull/3233">tox-dev/tox#3233</a></li>
<li>Allow plugins to attach data to --version by <a href="https://github.com/gaborbernat"><code>`@gaborbernat</code></a>` in <a href="https://redirect.github.com/tox-dev/tox/pull/3234">tox-dev/tox#3234</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/tox-dev/tox/compare/4.13.0...4.14.0">https://github.com/tox-dev/tox/compare/4.13.0...4.14.0</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/tox-dev/tox/blob/main/docs/changelog.rst">tox's changelog</a>.</em></p>
<blockquote>
<h2>v4.14.2 (2024-03-22)</h2>
<p>Bugfixes - 4.14.2</p>
<pre><code>- Add provision arguments to ToxParser to fix crash when provisioning new tox environment without list-dependencies by :user:`seyidaniels` (:issue:`3190`)
<p>Improved Documentation - 4.14.2
</code></pre></p>
<ul>
<li>Removed unused line from the 'fresh_subprocess' documentation. (:issue:<code>3241</code>)</li>
</ul>
<h2>v4.14.1 (2024-03-06)</h2>
<p>Bugfixes - 4.14.1</p>
<pre><code>- Fix crash with fresh subprocess, if the build backend is setuptools automatically enable fresh subprocesses for
build backend calls - by :user:`gaborbernat`. (:issue:`3235`)
<h2>v4.14.0 (2024-03-05)</h2>
<p>Features - 4.14.0
</code></pre></p>
<ul>
<li>Support enabling fresh subprocess for packaging build backends via :ref:<code>fresh_subprocess</code> - by :user:<code>gaborbernat</code>. (:issue:<code>3227</code>)</li>
<li>Allow plugins attaching additional information to <code>--version</code> via <code>tox_append_version_info</code> method in the plugin
module - by :user:<code>gaborbernat</code>. (:issue:<code>3234</code>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/tox-dev/tox/commit/ab9b504182cff5b16489ff201d0894e4c9eb6850"><code>ab9b504</code></a> release 4.14.2</li>
<li><a href="https://github.com/tox-dev/tox/commit/2f6667f7d4376f4f991afe438bf61ebfcee5fc4f"><code>2f6667f</code></a> Add Provision Arguments to ToxParser (<a href="https://redirect.github.com/tox-dev/tox/issues/3246">#3246</a>)</li>
<li><a href="https://github.com/tox-dev/tox/commit/380d2e21c08df30034372cd31f445f3da1f48cef"><code>380d2e2</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/tox-dev/tox/issues/3244">#3244</a>)</li>
<li><a href="https://github.com/tox-dev/tox/commit/7514e01dc50ba63bb87b78d156b52ee1ad16bc51"><code>7514e01</code></a> Add missing space</li>
<li><a href="https://github.com/tox-dev/tox/commit/20732d661268a9fb3f9b14ea218c32837e298ebf"><code>20732d6</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/tox-dev/tox/issues/3242">#3242</a>)</li>
<li><a href="https://github.com/tox-dev/tox/commit/543b718bc8b369174feb69dc67e3e9e4b91f0a5e"><code>543b718</code></a> Bump pypa/gh-action-pypi-publish from 1.8.12 to 1.8.14 (<a href="https://redirect.github.com/tox-dev/tox/issues/3239">#3239</a>)</li>
<li><a href="https://github.com/tox-dev/tox/commit/1fb9356cad64194f1836149ae6a3fc2dcfa82224"><code>1fb9356</code></a> Removed unneeded line (<a href="https://redirect.github.com/tox-dev/tox/issues/3241">#3241</a>)</li>
<li><a href="https://github.com/tox-dev/tox/commit/acbef2d4b1f26264408ae47bd3af1b131557f7ad"><code>acbef2d</code></a> release 4.14.1</li>
<li><a href="https://github.com/tox-dev/tox/commit/969fbecfc92132cdf43084366f2994d8f8319d86"><code>969fbec</code></a> Fix fresh subprocesses and allow duplicate register config calls for the core...</li>
<li><a href="https://github.com/tox-dev/tox/commit/d37cb0821ab6940cba8afcdf62aeeff32b921993"><code>d37cb08</code></a> release 4.14.0</li>
<li>Additional commits viewable in <a href="https://github.com/tox-dev/tox/compare/4.13.0...4.14.2">compare view</a></li>
</ul>
</details>
<br />
[](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` show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
- ``@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>File tree
Expand file treeCollapse file tree
1 file changed
+6
-6
lines changedFilter options
Expand file treeCollapse file tree
1 file changed
+6
-6
lines changed+6-6Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments