Skip to content

Commit d6a87c5

Browse files
chore(deps-dev): update tox requirement from 4.24.2 to 4.25.0 (#803)
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.25.0</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <ul> <li>Tests: Adjust expected exception message for Python 3.14.0a6 by <a href="https://github.com/hroncok"><code>@​hroncok</code></a> in <a href="https://redirect.github.com/tox-dev/tox/pull/3500">tox-dev/tox#3500</a></li> <li>feat(config): Allow ranges in envlist by <a href="https://github.com/mimre25"><code>@​mimre25</code></a> in <a href="https://redirect.github.com/tox-dev/tox/pull/3503">tox-dev/tox#3503</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/tox-dev/tox/compare/4.24.2...4.25.0">https://github.com/tox-dev/tox/compare/4.24.2...4.25.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.25.0 (2025-03-27)</h2> <p>Features - 4.25.0</p> <pre><code>- Add support for number ranges in generative environments, more details :ref:`here&lt;generative-environment-list&gt;`. - by :user:`mimre25` (:issue:`3502`) <p>Bugfixes - 4.25.0 </code></pre></p> <ul> <li>Make tox tests pass with Python 3.14.0a6 <ul> <li>by :user:<code>hroncok</code> (:issue:<code>3500</code>)</li> </ul> </li> </ul> <h2>v4.24.2 (2025-03-07)</h2> <p>Bugfixes - 4.24.2</p> <pre><code>- multiple source_type supports for the same filename. Like pyproject.toml can be load by both TomlPyProject &amp; LegacyToml (:issue:`3117`) - Support ``set_env = { file = &quot;conf{/}local.env&quot;}`` for TOML format - by :user:`juditnovak`. (:issue:`3474`) - fix example on the docs (:issue:`3480`) - - ``--parallel-no-spinner`` now respects max CPU set by ``--parallel N`` (:issue:`3495`) <p>Improved Documentation - 4.24.2 </code></pre></p> <ul> <li>Updates the documentation for <code>os.environ['KEY']</code> when the variable does not exist - by :user:<code>jugmac00</code>. (:issue:<code>3456</code>)</li> </ul> <h2>v4.24.1 (2025-01-21)</h2> <p>Misc - 4.24.1</p> <pre><code>- :issue:`3426` <h2>v4.24.0 (2025-01-21)</h2> <p>Features - 4.24.0 </code></pre></p> <ul> <li> <p>Add a <code>schema</code> command to produce a JSON Schema for tox and the current plugins.</p> <ul> <li>by :user:<code>henryiii</code> (:issue:<code>3446</code>)</li> </ul> </li> </ul> <p>Bugfixes - 4.24.0</p> <pre><code>- Log exception name when subprocess execution produces one. <ul> <li>by :user:<code>ssbarnea</code> (:issue:<code>3450</code>)</li> </ul> <p>Improved Documentation - 4.24.0 </code></pre></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tox-dev/tox/commit/3d35559ca1e9411708b9e5f73d610691a4fbdefc"><code>3d35559</code></a> release 4.25.0</li> <li><a href="https://github.com/tox-dev/tox/commit/0e6b4ad70b96c750e581ed02ae8dcdcad83cee66"><code>0e6b4ad</code></a> feat(config): Allow ranges in envlist (<a href="https://redirect.github.com/tox-dev/tox/issues/3503">#3503</a>)</li> <li><a href="https://github.com/tox-dev/tox/commit/5a67ae1a9e350e1e5a0149d6835bd29c517cc3ee"><code>5a67ae1</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/tox-dev/tox/issues/3505">#3505</a>)</li> <li><a href="https://github.com/tox-dev/tox/commit/f5f5cb1d7a9269a7a628af9c57eb8f7fbc18cf9f"><code>f5f5cb1</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/tox-dev/tox/issues/3499">#3499</a>)</li> <li><a href="https://github.com/tox-dev/tox/commit/beba4be197d49abdb8797ae1218dad1e6d1ee005"><code>beba4be</code></a> Tests: Adjust expected exception message for Python 3.14.0a6 (<a href="https://redirect.github.com/tox-dev/tox/issues/3500">#3500</a>)</li> <li><a href="https://github.com/tox-dev/tox/commit/794e6be20f8314f989c78699723f4039ab3b22f2"><code>794e6be</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/tox-dev/tox/issues/3496">#3496</a>)</li> <li>See full diff in <a href="https://github.com/tox-dev/tox/compare/4.24.2...4.25.0">compare view</a></li> </ul> </details> <br /> 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 b346dd8 commit d6a87c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ isort = "5.13.2"
9696
autopep8 = "2.3.1"
9797
mypy = "1.14.1"
9898
tomli = { version = "2.2.1", python = "<3.11" }
99-
tox = "4.24.2"
99+
tox = "4.25.0"
100100
xmldiff = "2.7.0"
101101
bandit = "1.7.10"
102102

0 commit comments

Comments
 (0)