Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bumps [tox](https://github.com/tox-dev/tox) from 4.6.4 to 4.7.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.7.0</h2> <h2>What's Changed</h2> <ul> <li>Fix doc alignment and link check by <a href="https://github.com/gaborbernat"><code>@gaborbernat</code></a> in <a href="https://redirect.github.com/tox-dev/tox/pull/3059">tox-dev/tox#3059</a></li> <li>[pre-commit.ci] pre-commit autoupdate by <a href="https://github.com/pre-commit-ci"><code>@pre-commit-ci</code></a> in <a href="https://redirect.github.com/tox-dev/tox/pull/3061">tox-dev/tox#3061</a></li> <li>Bump pypa/gh-action-pypi-publish from 1.8.7 to 1.8.8 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/tox-dev/tox/pull/3063">tox-dev/tox#3063</a></li> <li>Update a test regex to work with Python 3.12+ by <a href="https://github.com/hroncok"><code>@hroncok</code></a> in <a href="https://redirect.github.com/tox-dev/tox/pull/3066">tox-dev/tox#3066</a></li> <li>[pre-commit.ci] pre-commit autoupdate by <a href="https://github.com/pre-commit-ci"><code>@pre-commit-ci</code></a> in <a href="https://redirect.github.com/tox-dev/tox/pull/3067">tox-dev/tox#3067</a></li> <li>[pre-commit.ci] pre-commit autoupdate by <a href="https://github.com/pre-commit-ci"><code>@pre-commit-ci</code></a> in <a href="https://redirect.github.com/tox-dev/tox/pull/3070">tox-dev/tox#3070</a></li> <li>Remove broken link by <a href="https://github.com/gaborbernat"><code>@gaborbernat</code></a> in <a href="https://redirect.github.com/tox-dev/tox/pull/3072">tox-dev/tox#3072</a></li> <li>Add sponsor button for tidelift by <a href="https://github.com/jugmac00"><code>@jugmac00</code></a> in <a href="https://redirect.github.com/tox-dev/tox/pull/3079">tox-dev/tox#3079</a></li> <li>[pre-commit.ci] pre-commit autoupdate by <a href="https://github.com/pre-commit-ci"><code>@pre-commit-ci</code></a> in <a href="https://redirect.github.com/tox-dev/tox/pull/3081">tox-dev/tox#3081</a></li> <li>Make --hashseed default to PYTHONHASHSEED, if defined by <a href="https://github.com/paravoid"><code>@paravoid</code></a> in <a href="https://redirect.github.com/tox-dev/tox/pull/3076">tox-dev/tox#3076</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/tox-dev/tox/compare/4.6.4...4.7.0">https://github.com/tox-dev/tox/compare/4.6.4...4.7.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.7.0 (2023-08-08)</h2> <p>Features - 4.7.0</p> <pre><code>- Make --hashseed default to PYTHONHASHSEED, if defined - by :user:`paravoid`. The main motivation for this is to able to set the hash seed when building the documentation with "tox -e docs", and thus avoid embedding a random value in the tox documentation for --help. This caused documentation builds to fail to build reproducibly. (:issue:`2942`) <p>Bugfixes - 4.7.0 </code></pre></p> <ul> <li>Update a regular expression in tests to match the exception message in both Python 3.12 and older. (:issue:<code>3065</code>)</li> </ul> <p>Improved Documentation - 4.7.0</p> <pre><code>- Fix broken links - by :user:`gaborbernat`. (:issue:`3072`) </code></pre> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tox-dev/tox/commit/dc5347609f9f8165a185face4bc4a3029ecb6ee5"><code>dc53476</code></a> release 4.7.0</li> <li><a href="https://github.com/tox-dev/tox/commit/bf6109288654a1273c52deae71a28efd17539213"><code>bf61092</code></a> Make --hashseed default to PYTHONHASHSEED, if defined (<a href="https://redirect.github.com/tox-dev/tox/issues/3076">#3076</a>)</li> <li><a href="https://github.com/tox-dev/tox/commit/2cd8c0018fe79d889167e7fdbab383ab61e9cd2c"><code>2cd8c00</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/tox-dev/tox/issues/3081">#3081</a>)</li> <li><a href="https://github.com/tox-dev/tox/commit/434b443b7f3ce7569f111a90c12a16d43ad9ff94"><code>434b443</code></a> Rename .FUNDING.yml to FUNDING.yml</li> <li><a href="https://github.com/tox-dev/tox/commit/18c2f2849afd7d26bf715dd0b2263574113d7ef1"><code>18c2f28</code></a> Add sponsor button for tidelift (<a href="https://redirect.github.com/tox-dev/tox/issues/3079">#3079</a>)</li> <li><a href="https://github.com/tox-dev/tox/commit/5e28aff15cea3873ec4c999c852071482e8394d1"><code>5e28aff</code></a> Remove broken link (<a href="https://redirect.github.com/tox-dev/tox/issues/3072">#3072</a>)</li> <li><a href="https://github.com/tox-dev/tox/commit/b3fc5ca1f411fd4d45635f18359e4e3a3d4ee7e1"><code>b3fc5ca</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/tox-dev/tox/issues/3070">#3070</a>)</li> <li><a href="https://github.com/tox-dev/tox/commit/b9c0a67a55e5a1f8e995598b3f6abf8a304b1c74"><code>b9c0a67</code></a> Update config.rst</li> <li><a href="https://github.com/tox-dev/tox/commit/2f7e93848c64b92a8cf29d3dd9d43cddbdf53867"><code>2f7e938</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/tox-dev/tox/issues/3067">#3067</a>)</li> <li><a href="https://github.com/tox-dev/tox/commit/869040b2f4422ead24d436557f669a69712bbd97"><code>869040b</code></a> Update a test regex to work with Python 3.12+ (<a href="https://redirect.github.com/tox-dev/tox/issues/3066">#3066</a>)</li> <li>Additional commits viewable in <a href="https://github.com/tox-dev/tox/compare/4.6.4...4.7.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.6.4&new-version=4.7.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>
- Loading branch information