Skip to content

Commit

Permalink
Merge #1016
Browse files Browse the repository at this point in the history
1016: Bump tox from 4.16.0 to 4.18.0 r=sanders41 a=dependabot[bot]

Bumps [tox](https://github.com/tox-dev/tox) from 4.16.0 to 4.18.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>4.18.0</h2>
<!-- raw HTML omitted -->
<h2>What's Changed</h2>
<ul>
<li>Fix <a href="https://redirect.github.com/tox-dev/tox/issues/3278">#3278</a> - Boost temporary directories cleanup in tests by <a href="https://github.com/ziima"><code>`@​ziima</code></a>` in <a href="https://redirect.github.com/tox-dev/tox/pull/3323">tox-dev/tox#3323</a></li>
<li>Fix absolute base python paths conflicting by <a href="https://github.com/gaborbernat"><code>`@​gaborbernat</code></a>` in <a href="https://redirect.github.com/tox-dev/tox/pull/3325">tox-dev/tox#3325</a></li>
<li>Fix <a href="https://redirect.github.com/tox-dev/tox/issues/3318">#3318</a> - Suppress spinner in parallel runs in CI by <a href="https://github.com/ziima"><code>`@​ziima</code></a>` in <a href="https://redirect.github.com/tox-dev/tox/pull/3321">tox-dev/tox#3321</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/tox-dev/tox/compare/4.17.1...4.18.0">https://github.com/tox-dev/tox/compare/4.17.1...4.18.0</a></p>
<h2>4.17.1</h2>
<!-- raw HTML omitted -->
<h2>What's Changed</h2>
<ul>
<li>Restore limited <code>&lt;major&gt;.&lt;minor&gt;</code> environment name support by <a href="https://github.com/gaborbernat"><code>`@​gaborbernat</code></a>` in <a href="https://redirect.github.com/tox-dev/tox/pull/3319">tox-dev/tox#3319</a></li>
<li>fix(tox_env.python): do not process absolute paths to interpreter as PythonSpec by <a href="https://github.com/paveldikov"><code>`@​paveldikov</code></a>` in <a href="https://redirect.github.com/tox-dev/tox/pull/3311">tox-dev/tox#3311</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/paveldikov"><code>`@​paveldikov</code></a>` made their first contribution in <a href="https://redirect.github.com/tox-dev/tox/pull/3311">tox-dev/tox#3311</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/tox-dev/tox/compare/4.17.0...4.17.1">https://github.com/tox-dev/tox/compare/4.17.0...4.17.1</a></p>
<h2>4.17.0</h2>
<!-- raw HTML omitted -->
<h2>What's Changed</h2>
<ul>
<li>Fix user guide system overview so nodes don't overlap. by <a href="https://github.com/Tom01098"><code>`@​Tom01098</code></a>` in <a href="https://redirect.github.com/tox-dev/tox/pull/3307">tox-dev/tox#3307</a></li>
<li>Table with list of default env vars per OS by <a href="https://github.com/seyidaniels"><code>`@​seyidaniels</code></a>` in <a href="https://redirect.github.com/tox-dev/tox/pull/3291">tox-dev/tox#3291</a></li>
<li>Add GraalPy and test both GraalPy and Jython env identifiers by <a href="https://github.com/timfel"><code>`@​timfel</code></a>` in <a href="https://redirect.github.com/tox-dev/tox/pull/3312">tox-dev/tox#3312</a></li>
<li>Add on platform constat to core by <a href="https://github.com/gaborbernat"><code>`@​gaborbernat</code></a>` in <a href="https://redirect.github.com/tox-dev/tox/pull/3315">tox-dev/tox#3315</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/Tom01098"><code>`@​Tom01098</code></a>` made their first contribution in <a href="https://redirect.github.com/tox-dev/tox/pull/3307">tox-dev/tox#3307</a></li>
<li><a href="https://github.com/timfel"><code>`@​timfel</code></a>` made their first contribution in <a href="https://redirect.github.com/tox-dev/tox/pull/3312">tox-dev/tox#3312</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/tox-dev/tox/compare/4.16.0...4.17.0">https://github.com/tox-dev/tox/compare/4.16.0...4.17.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.18.0 (2024-08-13)</h2>
<p>Features - 4.18.0</p>
<pre><code>- Suppress spinner in parallel runs in CI - by :user:`ziima`. (:issue:`3318`)
<p>Bugfixes - 4.18.0
</code></pre></p>
<ul>
<li>Boost temporary directories cleanup in tests - by :user:<code>ziima</code>. (:issue:<code>3278</code>)</li>
<li>Fix absolute base python paths conflicting - by :user:<code>gaborbernat</code>. (:issue:<code>3325</code>)</li>
</ul>
<h2>v4.17.1 (2024-08-07)</h2>
<p>Bugfixes - 4.17.1</p>
<pre><code>- Support for running ``-e &lt;major&gt;.&lt;minor&gt;`` has been lost, fixing it - by :user:`gaborbernat`. (:issue:`2849`)
- ``base_python`` now accepts absolute paths to interpreter executable - by :user:`paveldikov`. (:issue:`3191`)
<h2>v4.17.0 (2024-08-05)</h2>
<p>Features - 4.17.0
</code></pre></p>
<ul>
<li>Add <code>graalpy</code> prefix as a supported base python (:issue:<code>3312</code>)</li>
<li>Add :ref:<code>on_platform</code> core configuration holding the tox platform and do not install package when exec an environment
<ul>
<li>by :user:<code>gaborbernat</code>. (:issue:<code>3315</code>)</li>
</ul>
</li>
</ul>
<p>Bugfixes - 4.17.0</p>
<pre><code>- Add table with default environment variables per OS (:issue:`2753`)
</code></pre>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/tox-dev/tox/commit/ea72694813a34573f75cbbe284792c4fa96c73c2"><code>ea72694</code></a> release 4.18.0</li>
<li><a href="https://github.com/tox-dev/tox/commit/3b3628d451111ffc87f009a82eb65b53070377ec"><code>3b3628d</code></a> Fix <a href="https://redirect.github.com/tox-dev/tox/issues/3318">#3318</a> - Suppress spinner in parallel runs in CI (<a href="https://redirect.github.com/tox-dev/tox/issues/3321">#3321</a>)</li>
<li><a href="https://github.com/tox-dev/tox/commit/1ee4a3335b1195c85b2fe0db120355dd50324f79"><code>1ee4a33</code></a> Fix absolute base python paths conflicting (<a href="https://redirect.github.com/tox-dev/tox/issues/3325">#3325</a>)</li>
<li><a href="https://github.com/tox-dev/tox/commit/add99edff0ac34520d637d0ce60f8902b1a95b55"><code>add99ed</code></a> Fix <a href="https://redirect.github.com/tox-dev/tox/issues/3278">#3278</a> - Boost temporary directories cleanup in tests (<a href="https://redirect.github.com/tox-dev/tox/issues/3323">#3323</a>)</li>
<li><a href="https://github.com/tox-dev/tox/commit/352a3dd778fa9ecb1ddb339c37536a79fef1c121"><code>352a3dd</code></a> release 4.17.1</li>
<li><a href="https://github.com/tox-dev/tox/commit/fafce99fcb3d9943a10b219c16de299a82e8d491"><code>fafce99</code></a> fix(tox_env.python): do not process absolute paths to interpreter as PythonSp...</li>
<li><a href="https://github.com/tox-dev/tox/commit/fdc9eb0355f3f58ca700147dc15e4c6894595bdf"><code>fdc9eb0</code></a> Restore limited &lt;major&gt;.&lt;minor&gt; environment name support (<a href="https://redirect.github.com/tox-dev/tox/issues/3319">#3319</a>)</li>
<li><a href="https://github.com/tox-dev/tox/commit/2f7c60ec71d47f4099394af11999a840bc97c9a9"><code>2f7c60e</code></a> release 4.17.0</li>
<li><a href="https://github.com/tox-dev/tox/commit/5425133459e9c0194c536eac332c06178ac0700e"><code>5425133</code></a> Add on platform constat to core (<a href="https://redirect.github.com/tox-dev/tox/issues/3315">#3315</a>)</li>
<li><a href="https://github.com/tox-dev/tox/commit/2cf190ae5acc83488a9daef45e51cf964190e66d"><code>2cf190a</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/tox-dev/tox/issues/3306">#3306</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/tox-dev/tox/compare/4.16.0...4.18.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=4.16.0&new-version=4.18.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` 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>
  • Loading branch information
meili-bors[bot] and dependabot[bot] authored Sep 4, 2024
2 parents 92d4ad4 + d648edf commit c00747c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c00747c

Please sign in to comment.