Skip to content

Commit 7984792

Browse files
Bump tox from 4.30.1 to 4.30.2 (#547)
Bumps [tox](https://github.com/tox-dev/tox) from 4.30.1 to 4.30.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.30.2</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <ul> <li>Bump pypa/gh-action-pypi-publish from 1.12.4 to 1.13.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/tox-dev/tox/pull/3603">tox-dev/tox#3603</a></li> <li>Ensure automatically provisioned environment is torn down by <a href="https://github.com/vytas7"><code>@​vytas7</code></a> in <a href="https://redirect.github.com/tox-dev/tox/pull/3601">tox-dev/tox#3601</a></li> <li>Bump pypa/gh-action-pypi-publish from 1.12.4 to 1.13.0 in /.github/workflows by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/tox-dev/tox/pull/3604">tox-dev/tox#3604</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/tox-dev/tox/compare/4.30.1...4.30.2">https://github.com/tox-dev/tox/compare/4.30.1...4.30.2</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.30.2 (2025-09-04)</h2> <p>Bugfixes - 4.30.2</p> <pre><code>- Previously, when tox ran in an automatically provisioned environment, it could hang waiting for a PEP 517 build backend if used in conjunction with the ``--installpkg`` option. This has been fixed by properly tearing down the automatically provisioned environment after the tests. - by :user:`vytas7` (:issue:`3600`) </code></pre> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tox-dev/tox/commit/5e0784a7f5ea5f89c089351c9a7e23863bd131b9"><code>5e0784a</code></a> release 4.30.2</li> <li><a href="https://github.com/tox-dev/tox/commit/64e8a34883369a80350b311ceb3550f30931cd51"><code>64e8a34</code></a> Bump pypa/gh-action-pypi-publish in /.github/workflows (<a href="https://redirect.github.com/tox-dev/tox/issues/3604">#3604</a>)</li> <li><a href="https://github.com/tox-dev/tox/commit/723008808899afec3c1aa7412bd7771694d66f5a"><code>7230088</code></a> Ensure automatically provisioned environment is torn down (<a href="https://redirect.github.com/tox-dev/tox/issues/3601">#3601</a>)</li> <li><a href="https://github.com/tox-dev/tox/commit/2c31dbcbfc4d28944b4116b86a70420a815a012a"><code>2c31dbc</code></a> Bump pypa/gh-action-pypi-publish from 1.12.4 to 1.13.0 (<a href="https://redirect.github.com/tox-dev/tox/issues/3603">#3603</a>)</li> <li>See full diff in <a href="https://github.com/tox-dev/tox/compare/4.30.1...4.30.2">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.30.1&new-version=4.30.2)](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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 500d0a0 commit 7984792

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.4.1
55
pytest-aiohttp==0.3.0
66
pytest-cov==6.2.1
77
selenium==4.34.0
8-
tox==4.30.1
8+
tox==4.30.2
99
urllib3==2.4.0 # for selenium

0 commit comments

Comments
 (0)