Skip to content

Commit 29c42a9

Browse files
Bump tox from 4.24.2 to 4.25.0 (#500)
Bumps [tox](https://github.com/tox-dev/tox) from 4.24.2 to 4.25.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.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> </blockquote> </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 compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tox&package-manager=pip&previous-version=4.24.2&new-version=4.25.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 fee40b7 commit 29c42a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ pytest==8.3.5
55
pytest-aiohttp==0.3.0
66
pytest-cov==6.0.0
77
selenium==4.30.0
8-
tox==4.24.2
8+
tox==4.25.0
99
urllib3==2.3.0 # for selenium

0 commit comments

Comments
 (0)