Skip to content

Commit e927bb1

Browse files
chore(deps-dev): update tox requirement from 4.16.0 to 4.17.1 (#662)
Updates the requirements on [tox](https://github.com/tox-dev/tox) to permit the latest version. <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.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> </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.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`) <h2>v4.16.0 (2024-07-02)</h2> <p>Bugfixes - 4.16.0 </code></pre></p> <ul> <li> <ul> <li>Add <code>windir</code> to the default list of Windows <code>pass_env</code> environment variables. - by :user:<code>kurtmckee</code> (:issue:<code>3302</code>)</li> </ul> </li> </ul> <p>Improved Documentation - 4.16.0</p> <pre><code>- - Fix typo in configuration example and fix broken link to code style guide. - by :user:`srenfo` (:issue:`3297`) <h2>v4.15.1 (2024-06-05)</h2> <p>Features - 4.15.1</p> <pre><code>- Fix ``skip_missing_interpreters`` option for ``package = wheel`` (:issue:`3269`) Bugfixes - 4.15.1 </code></pre> <ul> <li>Fix section substitution with setenv. (:issue:<code>3262</code>)</li> <li>Allow <code>ConfigSet.add_config</code> to receive parameterized generics for <code>of_type</code>. (:issue:<code>3288</code>)</li> </ul> <h2>v4.15.0 (2024-04-26)</h2> <p>Features - 4.15.0</p> <pre><code>- Add support for multiple appending override options (-x, --override) on command line - by :user:`amitschang`. (:issue:`3261`) &amp;lt;/tr&amp;gt;&amp;lt;/table&amp;gt; &lt;/code&gt;&lt;/pre&gt; &lt;/blockquote&gt; &lt;p&gt;... (truncated)&lt;/p&gt; &lt;/details&gt; &lt;details&gt; &lt;summary&gt;Commits&lt;/summary&gt; &lt;ul&gt; &lt;li&gt;&lt;a href=&quot;tox-dev/tox@352a3dd778fa9ecb1ddb339c37536a79fef1c121&quot;&gt;&lt;code&gt;352a3dd&lt;/code&gt;&lt;/a&gt; release 4.17.1&lt;/li&gt; &lt;li&gt;&lt;a href=&quot;tox-dev/tox@fafce99fcb3d9943a10b219c16de299a82e8d491&quot;&gt;&lt;code&gt;fafce99&lt;/code&gt;&lt;/a&gt; fix(tox_env.python): do not process absolute paths to interpreter as PythonSp...&lt;/li&gt; &lt;li&gt;&lt;a href=&quot;tox-dev/tox@fdc9eb0355f3f58ca700147dc15e4c6894595bdf&quot;&gt;&lt;code&gt;fdc9eb0&lt;/code&gt;&lt;/a&gt; Restore limited &amp;lt;major&amp;gt;.&amp;lt;minor&amp;gt; environment name support (&lt;a href=&quot;https://redirect.github.com/tox-dev/tox/issues/3319&quot;&gt;#3319&lt;/a&gt;)&lt;/li&gt; &lt;li&gt;&lt;a href=&quot;tox-dev/tox@2f7c60ec71d47f4099394af11999a840bc97c9a9&quot;&gt;&lt;code&gt;2f7c60e&lt;/code&gt;&lt;/a&gt; release 4.17.0&lt;/li&gt; &lt;li&gt;&lt;a href=&quot;tox-dev/tox@5425133459e9c0194c536eac332c06178ac0700e&quot;&gt;&lt;code&gt;5425133&lt;/code&gt;&lt;/a&gt; Add on platform constat to core (&lt;a href=&quot;https://redirect.github.com/tox-dev/tox/issues/3315&quot;&gt;#3315&lt;/a&gt;)&lt;/li&gt; &lt;li&gt;&lt;a href=&quot;tox-dev/tox@2cf190ae5acc83488a9daef45e51cf964190e66d&quot;&gt;&lt;code&gt;2cf190a&lt;/code&gt;&lt;/a&gt; [pre-commit.ci] pre-commit autoupdate (&lt;a href=&quot;https://redirect.github.com/tox-dev/tox/issues/3306&quot;&gt;#3306&lt;/a&gt;)&lt;/li&gt; &lt;li&gt;&lt;a href=&quot;tox-dev/tox@17435df3c962576f72a2548a5c00ec133e9161f9&quot;&gt;&lt;code&gt;17435df&lt;/code&gt;&lt;/a&gt; Add GraalPy and test both GraalPy and Jython env identifiers (&lt;a href=&quot;https://redirect.github.com/tox-dev/tox/issues/3312&quot;&gt;#3312&lt;/a&gt;)&lt;/li&gt; &lt;li&gt;&lt;a href=&quot;tox-dev/tox@e6b9803d77c352aaf38e9d69c6d99d5d773b0617&quot;&gt;&lt;code&gt;e6b9803&lt;/code&gt;&lt;/a&gt; Table with list of default env vars per OS (&lt;a href=&quot;https://redirect.github.com/tox-dev/tox/issues/3291&quot;&gt;#3291&lt;/a&gt;)&lt;/li&gt; &lt;li&gt;&lt;a href=&quot;tox-dev/tox@33f6c23a19e42b449ea8afbeff29060c997e2010&quot;&gt;&lt;code&gt;33f6c23&lt;/code&gt;&lt;/a&gt; Fix user guide system overview so nodes don't overlap. (&lt;a href=&quot;https://redirect.github.com/tox-dev/tox/issues/3307&quot;&gt;#3307&lt;/a&gt;)&lt;/li&gt; &lt;li&gt;See full diff in &lt;a href=&quot;tox-dev/tox@4.16.0...4.17.1&quot;&gt;compare view&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt; &lt;/details&gt; &lt;br /&gt; </code></pre> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 83b54aa commit e927bb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ pep8-naming = "0.14.1"
9393
isort = "5.13.2"
9494
autopep8 = "2.3.1"
9595
mypy = "1.11.1"
96-
tox = "4.16.0"
96+
tox = "4.17.1"
9797
xmldiff = "2.7.0"
9898
bandit = "1.7.9"
9999

0 commit comments

Comments
 (0)