Skip to content

Commit 2682005

Browse files
Bump tox from 4.32.0 to 4.33.0 (#1878)
Bumps [tox](https://github.com/tox-dev/tox) from 4.32.0 to 4.33.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.33.0</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <ul> <li>Pass LOCALAPPDATA by default on Windows (<a href="https://redirect.github.com/tox-dev/tox/issues/3639">#3639</a>) by <a href="https://github.com/clint-lawrence"><code>@​clint-lawrence</code></a> in <a href="https://redirect.github.com/tox-dev/tox/pull/3640">tox-dev/tox#3640</a></li> <li>Docs: Add caution about ranges like <code>py{39-314}</code> by <a href="https://github.com/ferdnyc"><code>@​ferdnyc</code></a> in <a href="https://redirect.github.com/tox-dev/tox/pull/3652">tox-dev/tox#3652</a></li> <li>CLI Parser: Drop epilog message for Sphinx help by <a href="https://github.com/ferdnyc"><code>@​ferdnyc</code></a> in <a href="https://redirect.github.com/tox-dev/tox/pull/3653">tox-dev/tox#3653</a></li> <li>📚 Integrate <code>sphinx-issues</code> extension by <a href="https://github.com/webknjaz"><code>@​webknjaz</code></a> in <a href="https://redirect.github.com/tox-dev/tox/pull/3655">tox-dev/tox#3655</a></li> <li>Fix sphinx doc build by <a href="https://github.com/gaborbernat"><code>@​gaborbernat</code></a> in <a href="https://redirect.github.com/tox-dev/tox/pull/3662">tox-dev/tox#3662</a></li> <li>feat: add conditional set_env support via PEP-496 markers by <a href="https://github.com/gaborbernat"><code>@​gaborbernat</code></a> in <a href="https://redirect.github.com/tox-dev/tox/pull/3663">tox-dev/tox#3663</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/clint-lawrence"><code>@​clint-lawrence</code></a> made their first contribution in <a href="https://redirect.github.com/tox-dev/tox/pull/3640">tox-dev/tox#3640</a></li> <li><a href="https://github.com/ferdnyc"><code>@​ferdnyc</code></a> made their first contribution in <a href="https://redirect.github.com/tox-dev/tox/pull/3652">tox-dev/tox#3652</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/tox-dev/tox/compare/4.32.0...4.33.0">https://github.com/tox-dev/tox/compare/4.32.0...4.33.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.33.0 (2026-01-02)</h2> <p>Features - 4.33.0</p> <pre><code>- Add support for conditional ``set_env`` using PEP-496 environment markers. In INI format use ``VAR=value; marker`` syntax, in TOML format use ``set_env.VAR = { value = &quot;...&quot;, marker = &quot;...&quot; }`` -- by :user:`gaborbernat`. (:issue:`3663`) <p>Bugfixes - 4.33.0 </code></pre></p> <ul> <li>Added 'LocalAppData' to the default passed environment variables on Windows. (:issue:<code>3639</code>)</li> </ul> <p>Improved Documentation - 4.33.0</p> <pre><code>- Sphinx is now set up to use :pypi:`sphinx-issues` for referencing GitHub issues and pull requests in the docs -- by :user:`webknjaz`. (:issue:`3202`) </code></pre> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tox-dev/tox/commit/9c5fe79ef5b590ccc121f73d3e76cee45757efae"><code>9c5fe79</code></a> release 4.33.0</li> <li><a href="https://github.com/tox-dev/tox/commit/c5698682b460b8997c9733c45333c2ba16d59600"><code>c569868</code></a> feat: add conditional set_env support via PEP-508 markers (<a href="https://redirect.github.com/tox-dev/tox/issues/3663">#3663</a>)</li> <li><a href="https://github.com/tox-dev/tox/commit/7b9610e5bca64acb9bc262a4b3a69ce9ee991d91"><code>7b9610e</code></a> fix: update for Sphinx 9.1 compatibility (<a href="https://redirect.github.com/tox-dev/tox/issues/3662">#3662</a>)</li> <li><a href="https://github.com/tox-dev/tox/commit/fa518018e01ca638ff03902009da1269bde089d6"><code>fa51801</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/tox-dev/tox/issues/3661">#3661</a>)</li> <li><a href="https://github.com/tox-dev/tox/commit/29cdaabbe0416631346787da4c018f4a843e3a31"><code>29cdaab</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/tox-dev/tox/issues/3659">#3659</a>)</li> <li><a href="https://github.com/tox-dev/tox/commit/7d55a37c2f7d28d0cdc8e5c2f2771e31cd074c5b"><code>7d55a37</code></a> Bump actions/download-artifact from 6 to 7 (<a href="https://redirect.github.com/tox-dev/tox/issues/3658">#3658</a>)</li> <li><a href="https://github.com/tox-dev/tox/commit/f2e33ac4d4262fae3508ef55688aaa6af7645223"><code>f2e33ac</code></a> Bump actions/upload-artifact from 5 to 6 (<a href="https://redirect.github.com/tox-dev/tox/issues/3657">#3657</a>)</li> <li><a href="https://github.com/tox-dev/tox/commit/18ce76d60fecebe28fc17dbd9d29f54982c0db14"><code>18ce76d</code></a> 📚 Integrate <code>sphinx-issues</code> extension (<a href="https://redirect.github.com/tox-dev/tox/issues/3655">#3655</a>)</li> <li><a href="https://github.com/tox-dev/tox/commit/9ae40079f3f658e30184c1a70efcaa85f5111008"><code>9ae4007</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/tox-dev/tox/issues/3654">#3654</a>)</li> <li><a href="https://github.com/tox-dev/tox/commit/80ba0cbf91c072cedd30740dcc2fd9d704808539"><code>80ba0cb</code></a> Parser: Drop epilog message for Sphinx help (<a href="https://redirect.github.com/tox-dev/tox/issues/3653">#3653</a>)</li> <li>Additional commits viewable in <a href="https://github.com/tox-dev/tox/compare/4.32.0...4.33.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tox&package-manager=uv&previous-version=4.32.0&new-version=4.33.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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0a77712 commit 2682005

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

uv.lock

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

0 commit comments

Comments
 (0)