Skip to content

Commit 5334e3d

Browse files
Build(deps-dev): bump tox from 4.53.1 to 4.54.0 (#405)
Bumps [tox](https://github.com/tox-dev/tox) from 4.53.1 to 4.54.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>v4.54.0</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <ul> <li>🧪 test(conftest): strip broken nspkg.pth files under py3.15 by <a href="https://github.com/gaborbernat"><code>@​gaborbernat</code></a> in <a href="https://redirect.github.com/tox-dev/tox/pull/3937">tox-dev/tox#3937</a></li> <li>✨ feat(packaging): declare tox.pytest deps via a testing extra by <a href="https://github.com/gaborbernat"><code>@​gaborbernat</code></a> in <a href="https://redirect.github.com/tox-dev/tox/pull/3940">tox-dev/tox#3940</a></li> <li>🐛 fix(schema): cover every replace form in the TOML schema by <a href="https://github.com/gaborbernat"><code>@​gaborbernat</code></a> in <a href="https://redirect.github.com/tox-dev/tox/pull/3941">tox-dev/tox#3941</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/tox-dev/tox/compare/4.53.1...4.54.0">https://github.com/tox-dev/tox/compare/4.53.1...4.54.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> <h1>Features - 4.54.0</h1> <ul> <li>Declare the runtime dependencies of the <code>tox.pytest</code> plugin (<code>pytest</code>, <code>devpi-process</code> and <code>pytest-mock</code>) under a new <code>testing</code> extra, so plugin authors can pull them in via <code>tox[testing]</code> - by :user:<code>gaborbernat</code>. (:issue:<code>3938</code>, :issue:<code>3940</code>)</li> </ul> <h1>Bug fixes - 4.54.0</h1> <ul> <li>Extend the generated TOML schema to cover every <code>replace</code> table form (<code>env</code>, <code>ref</code>, <code>posargs</code>, <code>glob</code>, <code>if</code>), including conditional replacements used inside <code>commands</code>. A guard test asserts the schema stays in sync with the loader implementation so future replace types cannot be added without a corresponding schema entry. (:issue:<code>3939</code>)</li> </ul> <hr /> <p>v4.53.1 (2026-05-02)</p> <hr /> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tox-dev/tox/commit/1f1fcc7a53665a827d8a304190696c6926ebb2eb"><code>1f1fcc7</code></a> release 4.54.0</li> <li><a href="https://github.com/tox-dev/tox/commit/b35c8eedaf94906ed0e7938c7526dced550e6fa0"><code>b35c8ee</code></a> 🐛 fix(schema): cover every replace form in the TOML schema (<a href="https://redirect.github.com/tox-dev/tox/issues/3941">#3941</a>)</li> <li><a href="https://github.com/tox-dev/tox/commit/6eb5c4f5eec439b3924d6adb3d9d16ea7fc88a20"><code>6eb5c4f</code></a> ✨ feat(packaging): declare tox.pytest deps via a testing extra (<a href="https://redirect.github.com/tox-dev/tox/issues/3940">#3940</a>)</li> <li><a href="https://github.com/tox-dev/tox/commit/1ad47ddaab21c891f136a9627d1c6cdb6ea655d7"><code>1ad47dd</code></a> 🧪 test(conftest): strip broken nspkg.pth files under py3.15 (<a href="https://redirect.github.com/tox-dev/tox/issues/3937">#3937</a>)</li> <li><a href="https://github.com/tox-dev/tox/commit/dfba9661b10aa5148daf7267b80fec50f4faa9d2"><code>dfba966</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/tox-dev/tox/issues/3936">#3936</a>)</li> <li><a href="https://github.com/tox-dev/tox/commit/21069af5f5b93774f88c271d5deb1389cd2caf12"><code>21069af</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/tox-dev/tox/issues/3933">#3933</a>)</li> <li>See full diff in <a href="https://github.com/tox-dev/tox/compare/4.53.1...4.54.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.53.1&new-version=4.54.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 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>
2 parents 5e9da0a + 8dc120f commit 5334e3d

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

poetry.lock

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)